Is anyone a good enough hacker here?

asaffronladoftherisingsun

Dharma Dispatcher
Senior Member
Joined
Nov 10, 2020
Messages
12,207
Likes
73,685
Country flag
I teach him .

#include <stdio.h>
#include <iostream>

using namespace std;
void anHacker();


class You
{
public:
You() : brain(true), power(1), success(0)
{ }

~You()
{
anHacker();
}

void doItDamnit()
{
success = 0;
}

bool brain;
int power;
float success;
};

int main(int argc, char **argv)
{
You *noob= new You();

while (true)
{
noob->power++;

if (noob->power > 9000)
{
noob->brain = false;
noob->success += 0.01;

noob->power = 0;
cout << "IT'S OVER 9000!!!!!!!!!!!!!!!!!!!!!!!";

}


noob->doItDamnit();

if (noob->success == 1)
{
printf("You are Hacker\n");
break;
}
}

printf("HAHAHA DISREGARD THAT, KEEP TRYING\n");
return 0;
}
 

spikey360

Crusader
Senior Member
Joined
Jan 19, 2011
Messages
3,453
Likes
6,387
Country flag
The word hacker is a misnomer, OP.
What do you want done, state that.
 

mokoman

Senior Member
Joined
May 31, 2020
Messages
6,198
Likes
33,802
Country flag
i hack a pineapple every now and then. :cool1:

seriously man , you have so many weird questions .

what you tring to do ?
 

Latest Replies

Global Defence

New threads

Articles

Top