Begginner to C++

Hey,

Im new to C++ and im having some problems... I dont know what to program in to what do I write the code in to??? im not new to programming and writing code, could anyone tell me what I write in to,

Thanks

JJ
Do you mean you need a programming...program?

If so, since you are new to C++, try this site out.
http://www.bloodshed.net/
It has a great IDE (Integrated Development Environment) where you can program at leisure.

Also, check out the site's tutorial:
http://www.cplusplus.com/doc/tutorial/

Glad to help.

P.S. If what I posted wasn't what you needed, then...I'm s-s-sorry.
I love Dev-C++. Its free from http://www.bloodshed.net/. Better than microsoft's compiler.
I also use dev c++, note that only problem with console programs is that when you execute a program that only uses "cout" followed by "return(0)" it will instantly shut down when they got succesfully executed, therefore its best to write "cin.get();" before the return line to make the program wait for a key before it continue's to the next line.

Note that you can also use a timer or normal cin to prevent the program from doing this.
Better than microsoft's compiler.


Prove it?

@Jacob: The default templates have a sufficient System("PAUSE"); which is more than adequate for people learning C++. Dev-C++ is also one of the few IDEs that actually suffers from this, so most of us don't need to fudge stuff to accomplish that
Topic archived. No new replies allowed.