want to learn c++

i was wondering if anyone had links to a free compiler and up to date one aswell as tuts . as i wanna learn
You can download free MS VC++ Express Edition. You can also use online compilers at for example http://liveworkspace.org/ or http://codepad.org/

If you need a tutor you can write me PM.:)
alright thanks for the help
On Linux/Unix http://gcc.gnu.org - the gcc compiler tool chain

On Windows: http://www.microsoft.com/visualstudio/eng/downloads - Visual Studio, look at the express editions they are free. You can also install the MinGW from www.mingw.org/ but this may be tricky for beginners

On Mac: If you have latest OS, you can download Xcode from AppStore or download it from developer.apple.com (or you can install GCC/clang on your own)

There is also relatively new compiler called clang (http://clang.llvm.org) that you can install on Linux/Mac/Windows
thank you both for the information
Topic archived. No new replies allowed.