unable to open include file

im new at c++, and i cant compile my first program
please sombody help me!
im using turbo c++


#include <stdio.h>
int main(void)
{
printf("Hello, world!\n");
return 0;
}



I'm confused at your difficulty.

Pressing F9 (compile and run) or Ctrl-F9 (compile only) doesn't work?

Does the Compile->Build menu selection work?


If not, what version of Turbo C++ are you using? An old DOS one? Or the more recent Turbo C++ Explorer?



[edit] Hmm, on some retrospection, perhaps your problem is this:
http://www.cplusplus.com/forum/articles/7312/
Last edited on
Topic archived. No new replies allowed.