
-----------------------------------
Computer
Sat Aug 09, 2003 6:38 pm

Best version for beginner???
-----------------------------------
What is a good version of C++ to get for starting programers? Or are they all basically the same?

-----------------------------------
UBC_Wiskatos
Sat Aug 09, 2003 7:48 pm

Re: Best version for beginner???
-----------------------------------
What is a good version of C++ to get for starting programers? Or are they all basically the same?

C++ is standardized, there is no version of C++. You might want to pick up and IDE like visual C++ or Dev-C++ to ease your work, but you can work using Notepad and a compiler like GPP.

-----------------------------------
gigaman
Sat Jan 17, 2004 2:56 pm


-----------------------------------
I think visual is good to use to start.

-----------------------------------
McKenzie
Wed Jan 21, 2004 8:28 pm


-----------------------------------
Depends what you plan to do. If all you want is to get a head-start on a C++ class, doesn't realy matter much. If you are planning on developing some mastery (I assume you can program well in 1 other language) I'd go with MS Visual C++ only for the reason that any sample code you find in books or on the net is usually tested with MS.  Dev-C++ is a solid and free compiler, takes a bit to set it up correctly (Haven't used it in years, my be easier these days), but has basically all the functionality you need.

-----------------------------------
bugzpodder
Thu Jan 22, 2004 8:40 am


-----------------------------------
DJGPP+RHIDE SUX... dont ever use it
