We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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; }