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?
|