Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I m an engg student and basically a c programmer....i basically work on Turbo c and in win xp...i m also a c graphics programer
now i have changed my os to vista...but turboc is not working....
so i need a more powerful and more sophisticated c compiler ...better than turboc....and graphics shud also work.....
please suggest me some compilers.....
thanx.......
happy new year..
Posted

Try Visual C++ Express Edition[^] from Microsoft. It's free and has everything you need to develop Windows applications.
 
Share this answer
 
Another free compiler is the MinGW compiler: http://www.mingw.org/[^]
 
Share this answer
 
Other choices (C-language, NOT C++):
  • LCC [^]
  • Pelles C [^]

There's also
Borland C++ Compiler version 5.5 [^] (though looks like noone is able to find the registration key...).
:)
 
Share this answer
 
v3
There's also GCC[^]
 
Share this answer
 
A good combination can be

- MinGW as a compiler
- WxWidgets as a GUI and graphic library
- OpenGL as a 3d enirnment
- Codelite as an IDE.

The same environment may be used either in windows and linux.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900