18.10.2013, 15:02
i started learning C++ , I downloaded the tutorial.pdf to move step by step , but when i compile it say
so as i'm a new noob in C++ i just made
I dunno what to write at
Код:
Please Specify the name of the executable file to be used for the debug session Executable File Name : URL were the project can accessed (ATL Server only) :
pawn Код:
// my first program in C++
#include <iostream>
using namespace std;
int main ()
{
cout << "Hello World! "; //Cout is same as Print
return 0;
}
Код:
Executable File Name : URL were the project can accessed (ATL Server only) :