cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Need Help choosing a compiler.
Need Help choosing a compiler.
Dec 11, 2013 at 9:57am UTC
Fangel
(1)
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.
Dec 11, 2013 at 10:34am UTC
codewalker
(394)
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
Dec 11, 2013 at 10:35am UTC
Topic archived. No new replies allowed.