Sunday, July 12, 2009

I need help with learning how to run a c++ compiler program?

im trying to learn how to make c++ programs but i cant figure out how to use the compiler. I wrote up something simple and the program says to go to the make menu and go to building option. i cant find either of those.

I need help with learning how to run a c++ compiler program?
What compiler are you using?


Some compilers require a command line, like


cc myfile.cpp


Sounds like you have a GUI compiler, and, athough the previous option is available (usually), a GUI interface ties the make process together.


I can't elaborate without more details.


No comments:

Post a Comment