Jump to content

You could use Visual Studio or you could download something like Cygwin, MinGW, or TDM-GCC. The latter three compilers should support more features than VS will. But do note, you'll have to set up an IDE like Code::Blocks or compile from the Windows command prompt.

Link to comment
https://linustechtips.com/topic/48145-good-c-compiler/#findComment-639622
Share on other sites

Link to post
Share on other sites

Code::Blocks if you want something that's complete and free.

Visual Studio Express if you don't like Code::Blocks (which I perfectly understand)

 

 

 

EDIT: The pieces of software I suggested are IDE's (Integrated Development Environment). They include a compiler and just make your life easy.

Link to comment
https://linustechtips.com/topic/48145-good-c-compiler/#findComment-639647
Share on other sites

Link to post
Share on other sites

Code::Blocks if you want something that's complete and free.

Visual Studio Express if you don't like Code::Blocks (which I perfectly understand)

 

 

 

EDIT: The pieces of software I suggested are IDE's (Integrated Development Environment). They include a compiler and just make your life easy.

I got Visual Studio Express but I can't find a C option, I only see C++

Link to comment
https://linustechtips.com/topic/48145-good-c-compiler/#findComment-639668
Share on other sites

Link to post
Share on other sites

I got Visual Studio Express but I can't find a C option, I only see C++

Yes use the C++ option in visual studios. 

My PC:

Case: NZXT Phantom 420 | Motherboard: Gigabyte GA-Z77X-UD3H-WB WIFI | PSU: Corsair TX650M | CPU: Intel 3570k | CPU Cooler: Corsair H60 with Corsair SP120s in push pull | GPU: AMD 7970 GV-R797OC-3GD | RAM: 16GB Corsair Vengeance 4x4GB | SSD: Samsung 830 256GB | HDD: Seagate Barracuda 2TB
Link to comment
https://linustechtips.com/topic/48145-good-c-compiler/#findComment-651427
Share on other sites

Link to post
Share on other sites

Yes use the C++ option in visual studios. 

Beat me to it. I'll just add that the C++ standard retains all compatibility with the C standard. So as long as you keep things straight and don't mix the two there is no issue with using a C++ compiler for C.

My rig: 2600k(4.2 GHz) w/ Cooler Master hyper 212+, Gigabyte Z68-UD3H-B3, Powercolor 7870 xt(1100/1500) w/AIO mod,

8GB DDR3 1600, 120GB Kingston HyperX 3K SSD, 1TB Seagate, Antec earthwatts 430, NZXT H2

Verified max overclock, just for kicks: http://valid.canardpc.com/show_oc.php?id=2609399

Link to comment
https://linustechtips.com/topic/48145-good-c-compiler/#findComment-662027
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

×