Need Help choosing a compiler.

I'm going to start learning C++ with tutorials on this forum's website. Which C++ compiler would you suggest to start learning this language on beginners' level. Thank You.
Choose good IDE/editor as well.
this might be a start http://www.sublimetext.com

On Windows: Visual Studio Express (version for Windows Desktop) (http://www.visualstudio.com/downloads/download-visual-studio-vs) This is IDE/editor + compiler

On Linux/UNIX: GCC toolchain (http://gcc.gnu.org/) or clang (http://clang.llvm.org/). These don't come with editor/IDE, can use Eclipse or Sublime

On Mac: Xcode is default IDE can download from App Store free of cost (huge download) (https://itunes.apple.com/in/app/xcode/id497799835?mt=12), this uses clang/LLVM toolchain
Last edited on
Topic archived. No new replies allowed.