Vista and Programing in C, what to use?

  • Thread starter m7ammed
  • 4 comments
  • 884 views
1,565
Saudi Arabia
Dammam, Saudi Arabia
m7ammed84
I've got windows Vista and I've got an OS course this semester at Uni and what to know whats the best program to use to program in C. Thanx for the help
 
You can download the express editions of Visual Studio for free on the Microsoft site.
 
can I run the Linux commands ? like fork() ..etc ?

how can I compile a file in visual C?
 
I highly recommend Bloodshed if you need to write C/C++ in a Windows environment. It compiles using MinGW mentioned above.
 
Back