If you go to the Dev-C++ help - An Introduction to C
Programming - Topics - Your First Program, you can find
this wonderful pearl:
main()
{
printf("Hello World\n");
}
which of course won't compile.
This is a VERY long-standing bug that constantly
alienates newbies (from time to time).
Logged In: YES
user_id=682737
it hits again:
https://sourceforge.net/forum/forum.php?thread_id=1184424&forum_id=48211
Logged In: YES
user_id=25510
finally fixed, thank you (WinHelp is a real pain...)
Colin
Logged In: YES
user_id=609236
Colin: 2 new problems. 1) help devpak installs to main
directory instead of Help. 2) stdin still exists in topic
"Structure of C Programs"