Anyone got a decent C Compiler?

Soldato
Joined
21 Jun 2004
Posts
2,790
Location
Berkshire
Hi,

Looking for a free/open-source C compiler to have a play with. Had a look around but can only find C++ compilers etc.

Does anyone know of a decent free one?

Thanks.
 
Thanks for your suggestions guys but now ive got another problem! Im using a Sam's ebook to help me get to grips with basics as I know they are quite good.

Im on the first task of the ebook to produce the common "Hello World" test program, however I cant seem to be able to compile it.

The code the ebook asks me to enter is this:

Code:
class Hello
{
	public static void: Main()
	{
		System.Console.WriteLine("Hello, World!");
	}
}

And its saying unexpected end of file. Any tips would be greatly appreciated!

Chris.
 
Back
Top Bottom