Welcome, Guest. Please login or register.

Author Topic: Beginners 'C' programing group  (Read 13931 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline edderkop

  • Jr. Member
  • **
  • Join Date: Mar 2002
  • Posts: 52
    • Show all replies
Re: Beginners 'C' programing group
« on: February 12, 2004, 10:06:39 PM »
well  lets write som stuff  :-D

main() {}

it's a beginning  :crazy:
Trouble sleeping
Experts recommend that a person with trouble sleeping practice Orc slaying techniques including gut trashing and beheading. These techniques reduce arousal and keep the sleeper’s mind off the sleep problems.
 

Offline edderkop

  • Jr. Member
  • **
  • Join Date: Mar 2002
  • Posts: 52
    • Show all replies
Re: Beginners 'C' programing group
« Reply #1 on: February 12, 2004, 10:39:06 PM »
to get the hello world wrong ?  :-P  what a bummer.

#include

main()
{
  printf("hello world\n");
}

 :-P
Trouble sleeping
Experts recommend that a person with trouble sleeping practice Orc slaying techniques including gut trashing and beheading. These techniques reduce arousal and keep the sleeper’s mind off the sleep problems.