Thread: OMG just STFU and HELP a NEWBIE with HIS CODE !!!!!!!!11

  1. #1
    Dual-Catfish
    Guest

    OMG just STFU and HELP a NEWBIE with HIS CODE !!!!!!!!11

    #inculde <iostream.h>

    iint main (void);
    {
    int hi = 0;
    if (hi = 0)
    {
    cout << im cool;
    } else {
    cout >> eemail m e cool dude! This program was made by me... plrease donst steal teh soruce code mAN!!!!1 << endlk;
    }
    return ((((((((((((((((((((((((((((((((((((((((((((((hi + 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1)+ 1) - 1);
    }

    PLZ THIS WONT COMPILE
    MY COMPIlER IS MSVC++ ENTERPRISE
    I dowdnloadded it off of kazzza, mazning compiler man...get it now kthx.

    It give me errrreror, like 10
    fix it and send ti to me
    [email protected]

  2. #2
    d0nt know man, looks flawless to me

  3. #3
    Pursuing knowledge confuted's Avatar
    Join Date
    Jun 2002
    Posts
    1,916
    |)(_)|)3, '/0(_) 4123 50 61/\/\|>, '/0(_)12 |>120|3|_3/\/\ 15 +|-|4+ '/0(_) /|/33|) /\/\0123 0|= +3|-| |)00|)5|>34|< 1/|/ +3|-| (0|)3! 1337 r0x0rz j00 411...
    Away.

  4. #4
    Senior Member joshdick's Avatar
    Join Date
    Nov 2002
    Location
    Phildelphia, PA
    Posts
    1,146

    Re: OMG just STFU and HELP a NEWBIE with HIS CODE !!!!!!!!11

    >>#inculde <iostream.h>
    You misspelled include and your not using the standard header <iostream>

    >>iint main (void);
    You misspelled int and the void in parenthesis isn't needed in C++.

    >>if (hi = 0)
    There's your biggest problem. The comparison operator is ==, not =. What your program is doing there is assigning zero to hi. Then, it checks to see if hi is zero. Since it is, the next flawed line won't be executed.

    >>cout << im cool;
    First off, you're not cool. Second, your grammar is atrocious. Most importantly, you forgot to put that string in quotes.

    Hmmm, now that I see sooooooo many obvious errors, I'm starting to think that this is a joke. Yeeeeeeah. I'm gonna go now. *walks away*
    FAQ

    "The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs." -- Joseph Weizenbaum.

    "If you cannot grok the overall structure of a program while taking a shower, you are not ready to code it." -- Richard Pattis.

  5. #5
    Just a Member ammar's Avatar
    Join Date
    Jun 2002
    Posts
    953

    Re: Re: OMG just STFU and HELP a NEWBIE with HIS CODE !!!!!!!!11

    Originally posted by joshdick
    I'm starting to think that this is a joke.
    Thanks God!!!
    none...

  6. #6
    Registered User
    Join Date
    Jan 2003
    Posts
    648
    > eemail m e cool dude! This program was made by me... plrease donst steal teh soruce code mAN!!!!1

    I don't think anyone would...

  7. #7
    Registered User codingmaster's Avatar
    Join Date
    Sep 2002
    Posts
    309
    what about:

    return 0;

Popular pages Recent additions subscribe to a feed