What version of C++ do you use?

I'm just wondering what version of C++ do you use? Right now i only have Microsoft Visual C++ 2008 Express Edition but i don't really get how to use it? Does anybody know a very easy to use C++? Please give me the download link if you do.
Thanks.
closed account (z05DSL3A)
The forums are littered with threads about good compilers, here are two that you may find useful:

http://www.cplusplus.com/forum/windows/2573/
http://www.cplusplus.com/forum/lounge/1305/

but I would say; spend a little time with Visual C++ 2008 Express Edition, read the help files, learn how to use it, it is one of the better free IDEs/Compilers out there.

PS. I mainly use Microsoft Visual Team System Studio 2008.
Last edited on
Do you know where i can find a tutorial specifically on how to use Visual C++ 2008 Express Edition? That would help alot. I looked at some tutorials on how to use C++ but it always seems different from my version of C++.
closed account (z05DSL3A)
I don't have a copy of VC Express in front of me, but as I recall there are links from the Start Page(of VC Express) to various tutorials and such. They are in the section Getting Started. Failing that launch the help system and look in there for Getting started, there are allsorts of walkthroughs, and how to...

HTH
Take a look at this thread:
http://www.cplusplus.com/forum/lounge/2613/
There is an explanaton of how to get started with VC++ Express Edition.
I use Microsoft Visual C++ 2008 Express Edition also. It's what I have always used.
I use Dev-C++, Eclipse + CDT (on Windows and Linux), And Visual Studio for C#
Topic archived. No new replies allowed.