exe.file
Hallo there!
I have a very stupid problem and the solution is surely verey easy:
I don''t know, how to make a exe-file at Visual C++
Thank you for your help and sorry for that stupid question!!!
it is in the folder named debug after you compile the code.
Hmm learning OpenGL and C++ at the same time is like trying to learn french while in the middle of Paris
If you''re in MS VC++ 6.0, look for the red exclamation point icon and click it. This will attempt to build then run your program. If you desire to just build your program, click one of the icons to the left of the red exclamation point - they ''build all'' or ''build'' the current .c file that you are working on.
BUILD ALL - F7
BUILD - {shift}-F7
EXECUTE PROG - {shift}-F5 (red exclamation point)
BUILD ALL - F7
BUILD - {shift}-F7
EXECUTE PROG - {shift}-F5 (red exclamation point)
- Advice, eh? Well, besides working on your swing...you know, besides that...I'd have to think.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement