555Martijn
Gebruiker
- Lid geworden
 - 15 jun 2008
 
- Berichten
 - 163
 
Thja, was voor de gein iets aan het "programmeren" en wat blijkt?
compile error <zucht>.
	
	
	
	
		
				
			compile error <zucht>.
		Code:
	
	#include <iostream.h>
void main()
{
     double value=0;
     double Total=0;
     
     cout<<"Welcome enter a value, and another, and even more!! \n";
     cout<<"<sighs> yeah, I know... \n";
     cout<<"Press "q" to quit. \n";
     
     while(value != "q")
     {
     cout<<"Enter a value: ";
     cin>>value;
     total = total + value;
     cout<<"New Total: "<<total<<;
     }
     
     cout<<"\n\n xD";
     }