Hello, I'm quite new to C. I'm learning form Sams Teach YourSelf C and using Microsoft Visual C++ 6.0. I'm am typing the code and following the directions exacly how the book tells me. When I click on Build > Build Hello on the bottom it says: Error excecuting link.exe Helo.exe - 1 error(s), 2 warnign(s) My code is, #include <stdio.h>
int main ( int argc, char * argv [] ) { printf ( " Hello World! \n " ); return 0; }
Thanks you Skal
I am using keil c51 ATM but think to learn more with the pc more quickly.i Use an old compiler i was given but will try turbo.
For Windows programming, a lot of people are using the following free tools:
The MinGW port of the gcc compiler: http://www.mingw.org/
The Code::Blocks IDE: http://www.codeblocks.org/
The wxWidgets framework: http://www.wxwidgets.org/