Vista and Programing in C, what to use?

  • Thread starter Thread starter m7ammed
  • 4 comments
  • 959 views
Messages
1,565
Saudi Arabia
Dammam, Saudi Arabia
Messages
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.
 
You might also want to look into MinGW, which of course is also free, if you must use Vista.
 
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