Jump to content
Hey everyone,

 

I was just concern on which would be my best bet when it comes to getting a C++ compiler program.

 

Any suggestions? 

 

 

Thanks.

2020:AMD Ryzen 3900X | XFX 5700XT | 2TB m.2 | 32GBDDR4 @ 3200MHz | Corsair CX750M | ASUS X570 Strix | NZXT H100

 

2013:AMD FX-8350 @ 4.62GHz ~ 5.2GHz | XFX R9 290X 2x Crossfire | (x4) 2TB HDDs in RAID1 | 16GBDDR3 @ 1866MHz | GS800 | NZXT 810

Link to comment
https://linustechtips.com/topic/106593-c-compiler-program/
Share on other sites

Link to post
Share on other sites

If you're on Windows, Visual Studio. If you're not, g++.

 

DevC++ and CodeBlocks are not compilers.

True, but they include compilers

 

GCC port for windows is MinGW, codeblocks has a download that includes MinGW, not sure what DevC++ comes with, but its probably MinGW too. 

 

Also OSX you are mainly stuck with XCode which comes with a compiler (Probably GCC)

 

Linux you want GCC, (this includes G++)

Arch Linux on Samsung 840 EVO 120GB: Startup finished in 1.334s (kernel) + 224ms (userspace) = 1.559s | U mad windoze..?

Link to comment
https://linustechtips.com/topic/106593-c-compiler-program/#findComment-1426175
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×