Menu

#443 stdin.h

open
None
5
2012-09-26
2004-11-18
aditsu
No

If you go to the Dev-C++ help - An Introduction to C
Programming - Topics - Your First Program, you can find
this wonderful pearl:

include <stdin.h>

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).

Discussion

  • Colin Laplace

    Colin Laplace - 2004-11-29

    Logged In: YES
    user_id=25510

    finally fixed, thank you (WinHelp is a real pain...)

    Colin

     
  • Marek Januszewski

    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"

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.