Posted: Wed Feb 11, 2004 9:10 am Post subject: (No subject)
Back on topic: Im having trouble actually getting my code written lol. I can write a small program, but i dont know where to write it. I have VC++ 4, and i have no idea where the code is supposed to be typed. I start off by > New > Project > empty project. Then after that, im stuck.
I also tried with workspace. The only thing that I can actually begin writing code is when i goto > new > files > c++ source, but then it complains i dont have a workspace. Then it asks me to make one, so i do. And thats it. After that, it says error. Doesnt work lol. I even tried with the simple hello world program, 100% theres no errors. And it says error....
Sponsor Sponsor
Andy
Posted: Wed Feb 11, 2004 10:46 am Post subject: (No subject)
vc 4? get 6... and make console applications for ur simple programs
netninja
Posted: Wed Feb 11, 2004 3:55 pm Post subject: (No subject)
Ok, vc6 it is, I dont think ill be writing too many console programs though
Andy
Posted: Wed Feb 11, 2004 4:37 pm Post subject: (No subject)
its what its called... win 32 console application
McKenzie
Posted: Wed Feb 11, 2004 10:15 pm Post subject: (No subject)
Dodge is right, unless you have either a strong Windows programming background or a strong C++ background start with console.
As for where to code, once you have the new project go
File -> new -> C++ source (There are other ways of course)