saurabh.sauron
Ambassador of Buzz
how do u compile a program in KDevelop? i wrote a simple program but cant find a compile option. also, how do u execute it? pls help
thnx
thnx
The Error:-#include<iostream>
int main()
{
cout<<"Sauron";
return 0;
}
4:error:'cout' was not declared in this scope.