Thread: The Most Complicated program

  1. #1
    Registered User Prodigy's Avatar
    Join Date
    May 2002
    Posts
    25

    Talking The Most Complicated program

    Prepare to be amazed to the most complicated awsome program u will every witness in your life!!!


    #include <iostream.h>

    int main ()
    {
    int x;
    cout << "Type in a number: " << endl;
    cin >> x;
    cout << "Your number was " << x;
    return 0;
    }

    Is that amazing or what!!!!!!

    (Im so stupid)
    And the cows moo...
    AIM:ProdigyCpp
    E-Mail:[email protected]
    If you like my avatar plz dont copy it go to:
    http://www.dragid.com/

  2. #2
    Registered User C_Coder's Avatar
    Join Date
    Oct 2001
    Posts
    522

    Re: The Most Complicated program

    Originally posted by Prodigy
    (Im so stupid)
    You wont get any arguments from me
    All spelling mistakes, syntatical errors and stupid comments are intentional.

  3. #3
    Registered User Prodigy's Avatar
    Join Date
    May 2002
    Posts
    25
    lol
    And the cows moo...
    AIM:ProdigyCpp
    E-Mail:[email protected]
    If you like my avatar plz dont copy it go to:
    http://www.dragid.com/

  4. #4
    Registered User Xei's Avatar
    Join Date
    May 2002
    Posts
    719

    Cool lol

    Cool. Very cool. Because if we couldn't get input from the user? What would we do!?!?

  5. #5
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >Because if we couldn't get input from the user? What would we do!?!?
    We'd get input from files and other programs, which is more useful than user input (which is usually wrong).

    >(Im so stupid)
    You're not stupid. This thread sure is though.

    -Prelude
    My best code is written with the delete key.

  6. #6
    Unregistered Leeman_s's Avatar
    Join Date
    Oct 2001
    Posts
    753
    you're getting annoying...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Need help with a program, theres something in it for you
    By engstudent363 in forum C Programming
    Replies: 1
    Last Post: 02-29-2008, 01:41 PM
  2. Replies: 4
    Last Post: 02-21-2008, 10:39 AM
  3. Using variables in system()
    By Afro in forum C Programming
    Replies: 8
    Last Post: 07-03-2007, 12:27 PM
  4. My program, anyhelp
    By @licomb in forum C Programming
    Replies: 14
    Last Post: 08-14-2001, 10:04 PM