New to C++
#1

i started learning C++ , I downloaded the tutorial.pdf to move step by step , but when i compile it say
Код:
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) :
so as i'm a new noob in C++ i just made
pawn Код:
// my first program in C++

#include <iostream>
using namespace std;

int main ()
{
      cout << "Hello World! "; //Cout is same as Print
      return 0;
}
I dunno what to write at
Код:
Executable File Name : 

URL were the project can accessed (ATL Server only) :
Reply
#2

What program are you using ?
Reply
#3

Microsoft Visual C++ 2008
Reply
#4

Are you sure that in the project wizard you chose a console application not a .dll ?
Reply
#5

Thanks didn't know that i must choose console application .
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)