• Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
  • Unable to load portions of the website...
    If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
  • Read Rules Before Posting Post Virus Scans with every program.

coding is great

Psycho_Coder

Active Poster
Retired Staff
Active Member
Code:
#include <iostream>

using namespace std;

bool peado;
bool michael;

int main()
{
    peado = true;
    michael = false;
   
    if (peado == true)
    cout << "he's the next jimmy svaille";
   
    else if(michael == false)
    cout << "He is like michael jackson the fucking perve";
    else
   
    return 0;
   
}

Wrote that code just then. The beauty of it is its fun pissing people off on skype.....
 
Lol, C++, i have like 20 books of that :P
 
General chit-chat
Help Users
  • No one is chatting at the moment.
      Chat Bot: correllroy has joined the room.
      Back
      Top