+ 1

How do i download c++ and which compiler do I use?

As said before, I have trouble finding a place to download C++ and I don't know which compiler to use. I used VISUAL BASIC a while ago so something like that would come in handy

6th May 2019, 7:03 PM
Tomas Enguidanos
Tomas Enguidanos - avatar
11 Respuestas
+ 2
*AsterisK* On some machines it doesn't come built-in, maybe it came built-in for you. I didn't have it, so I had to install it from external sources.
6th May 2019, 8:11 PM
inxanedev!
inxanedev! - avatar
+ 12
You should go through the C++ tutorial! Everything is beautifully explained. Links to free and commercial C++ compilers can be found at — http://www.cplusplus.com/https://www.sololearn.com/learn/CPlusPlus/2423/
6th May 2019, 9:22 PM
Danijel Ivanović
Danijel Ivanović - avatar
+ 12
Tomas Enguidanos When you want to mention someone specific, then write @UserName, You have everything in the lesson "Geting the Tools", just read please!! The most frequently used and free available compiler is the GNU C/C++ compiler. Various C++ IDEs and compilers are available. We'll use a free tool called Code::Blocks, which includes both an IDE and a compiler, and is available for Windows, Linux and MacOS. To download Code::Blocks, go to http://www.codeblocks.org/, Click the Downloads link, and choose "Download the binary release". Choose your OS and download the setup file, which includes the C++ compiler (For Windows, it's the one with mingw in the name).
7th May 2019, 1:12 PM
Danijel Ivanović
Danijel Ivanović - avatar
+ 7
Just go to website www.codeblocks.com and you sorted
6th May 2019, 10:02 PM
Wolverine°™🐺
Wolverine°™🐺 - avatar
+ 3
I would reccomend using an IDE, which usually has a compiler built-in. Some IDEs which I used and they worked fine, are the following: 1. Bloodshed DevC++. It's quite lightweight and has a compiler built in. 2. Code::Blocks. It has multiple language support, although it needs a compiler (like GCC or MinGW) installed before-hand.
6th May 2019, 8:00 PM
inxanedev!
inxanedev! - avatar
+ 3
You shouldn't download c++.Just dowload compiler and IDE!
6th May 2019, 8:05 PM
CodeFu
CodeFu - avatar
+ 2
Tomas Enguidanos I suggest you GNU GNU Compiker,but is is automaticly downloades in code blocks!
7th May 2019, 1:15 PM
CodeFu
CodeFu - avatar
+ 1
InxaneNinja are you from the past??? 😂😂😂😁😁😁 codeblocks gat everything you need just write your code and run it
6th May 2019, 8:09 PM
✳AsterisK✳
✳AsterisK✳ - avatar
+ 1
Danijel Ivanović my question was which compiler to use besides knowing where to download it
7th May 2019, 11:27 AM
Tomas Enguidanos
Tomas Enguidanos - avatar
0
You should first of download a toolchain, either MingW or Cygwin. Then you'll be able to compile C++ files from the command prompt by typing "gcc"
6th May 2019, 7:34 PM
Dlite
Dlite - avatar
0
@🇲🇰Maksi - Vik🇲🇰 if you tell me to download a compiler could you sugest one?
7th May 2019, 11:26 AM
Tomas Enguidanos
Tomas Enguidanos - avatar