View Single Post
  #3 (permalink)  
Old 08-06-2006, 12:39 AM
JBull JBull is offline
Newbie
 
Join Date: Aug 2006
Posts: 2
Credits: 0
Rep Power: 0
JBull is on a distinguished road
Default

I downloaded Visual C++ Express 2005 from Microsoft today. Its free from the Microsoft site.

I like the editor and debugger. However my old programs had errors when compiling. My old compiler gets no errors with the same code. For example I had to change
main()

to

int main()

And other annoyances.
Is it possible to use Microsoft Visual C++ but only write code in "regular" C? Or will this impose severe limitations to my pogramming?
Reply With Quote