Hi,
I'm using MS visual studio 6 for a C++ program. I am able to run the program from IDE, but when I've attempted to run it from the command line, I get a message the program name is unrecognizable. I've included the following code:
int main(int argc, char *argv[])
But I've noticed that after building the project I don't have an .exe in the workspace.
My question is: are there any project or workspace configuration steps that I must follow in order to get the .exe file? or what could it be that I'm doing wrong?
Thank you all in advance.