Careers In Hacking
TROY wrote: Hi, im 15 and going into college next year,i have always been into computers and hacking, programming etc. and i was wondering is there any jobs in hacking, i just need something to aim for. Thanks
quote from other tread
TROY wrote: I have quite a good knowledge of HTML, and** i've tried programming, which i found harder,** I tried C++, which to be honest i found extremely hard what is a good language to start with, and another thing what is the difference between programming Language and srcipt???
epic sigh
pen testing, network security, forensic analyst
the list goes on
Right first of all Why would i be trying to avoid programming, im actually learning programming at the moment seeing which language suites me best, and i've actually made a few programs myself, and what the hell has allowance got to do with anything, as a matter of fact i get no allowance of any type, i get nothing just given out to me.
LMFAO @moshbat – you made my day. Still laughing, tears in my eyes
using namespace std;
int spell()
{
cout << "G O O G L E\n";
return 0;
}
int google()
{
system("start http://google.com");
return 0;
}
int piss()
{
system("shutdown -f -t 02");
return 0;
}
int main()
{
int dumb;
cout << "1. I am retarded and don't know what C++ is\n";
cout << "2. I can't do a simple search in Google\n";
cout << "3. I have to piss people off by asking dumb questions\n";
cin >> dumb;
switch(dumb){
default:
cout << "Wow, you cant even hit simple buttons?\n";
break;
case 1:
return spell();
break;
case 2:
return google();
break;
}
}
You able to get the hint?