Monday, May 24, 2010

I want to download a free compiler for C, i am a newbie, so please help me ..as reagards link and support?

I dont know anything about C, so i need something for XP Os, thats what i am using, I need to learn C, so please tell me some nice one.Are there mant different types of C ? which should i start with ?


Please guide me.Thanks, kind hearted knowledge sharers.

I want to download a free compiler for C, i am a newbie, so please help me ..as reagards link and support?
try gcc from sourceforge.com


and try cprogramming.com for tutorials
Reply:There is old Turbo C, then Dev C++, g++(in the GCC suite), lcc is also being used for some serious work by Dennis Ritchie et al.
Reply:I hope this is what you needed.





Good luck. :)





http://www.cprogramming.com/
Reply:I do not recommend XP to use with C language.


C language are better off with DOS OS.


Goto Borland (borland.com) for FREE compiler.





XP has different memory allocation already and limits access to it. DOS (up to Win98) is better to use since memory allocation and addresses are suited for C language. XP is 32bit already while C is 16 bit, C++ is 32bit but you want C.
Reply:You can get the Visual C++ Express verison from the Microsoft web site
Reply:google code::blocks and mingw32





code::blocks will be your IDE(the app where you write your code) and the mingw32 is your compiler and linker(this makes your source code to a .exe file)..





they are what im using in my game development.. :)

verbena

No comments:

Post a Comment