Tuesday, July 28, 2009

Where to type in C++ Code?

I have gotten many tutorials on C++, but they are started with something like the "Hello World!" command, and they just say "Type blah blah blah", but WHERE do I type it? Do I need a certian program?





Thanks

Where to type in C++ Code?
You can type the code into any text editor such as Notepad or Word (save as text). However, you will need a compiler to run the program. If you are just starting out, you can download some of them for free. Try Visual C++ Express or if you are on non-Windows, get gcc.


No comments:

Post a Comment