[anjuta-list] Hi c++ question



Hi i've just installed your program but when i try to build a c++ proyect like this:


#include <iostream>
using namespace std;
int main()
{
int numero=4;
    cout<<numero;
    system("pause");
    return = 0;


}

Always says this at terminal and ive done a different program,:


Hello world!

----------------------------------------------
Program exited successfully with errcode (0)
Press the Enter key to close this terminal ...

and also when i built all says that is not possible cause there is no name specified for folder.Is anyway for me to find a tutorial of how to make a c++ proyect with this program?, i like it very much and i want use it often.
thanks





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]