Christmas Lottery
Original Post
//c++ is so fucking difficult omg ;_;
//c++ HOLY SHIT THIS IS DIFFICULT

#include <iostream>
using namespace std;

int main ()

{

cout<< "WHY IS THIS SO DIFFICULT HNNNNG";

int a, b;
int result;

a = 9000
b = 1
result = a + b

cout<< result;
cout<< " it's over 9000 holy shit";
return 0;
}

Anyone here have any knowledge of C++? I decided to start learning it for shits and giggles.
jxc is our c++ guy

We're fucked.
<&Fish>: did you just infract the toribot?
<&Fish>: you're fired
<JSnuffMARS> sounds like a drug-addiction or mastu(I'll censor that word)
<bishopONE>: also yeah fisting
<mwah> Gynx is it true you got admin over hero because hes from pakistan
#include <iostream>
using namespace std;

int main ()

{

cout<< "WHY IS THIS SO DIFFICULT HNNNNG";

int a, b;
int result;

a = 9000
b = 1
result = a + b

cout<< result;
cout<< " it's over 9000 holy shit";
return 0;
}

XD

Also yes, i know some

also sid how is blender coming along?
Thanks.
I wanted to figure out c++ awhile ago but never ended up trying.
But yeah, its complicated as ass.
oh yeah
also bio how is your puzzle solving coming along?
you would probably be good at coding because you enjoy all that shit
(I need to find a different way to transition into another conversational topic)
also what is so complex about it?
Thanks.
i've gotten a shit ton more of them ;>

Anyways yeah, I love coding, I look at it and just think to myself " damn that awesome <3 MUST, FUCKING, LEARN TO DO IT"
so yeah, preferably, do you see anything that is wrong with what i have currently? i'm learning from http://cplusplus.com oh and variables and shit are difficult as fuck. INT CHAR MAIN FLOAT SOMETHING SOMETHING IDK OMG WUAT D/111 D::?//11/ ;-;
No i haven't o: link pl0x

I've also lurned a TINY bit of html. I know basic text formating tags like paragraphs and headers and shit. eventually I want to be able to do just about anything i want with C/C++ and javascript.
Here

we have IRC channel and shit D:

also this:

.Bio
cout<<"FuckU"; return 0;

is wrong

the return 0; would be either just a ; or an endl;
:>
Thanks.
ah, kthnx :>
On cplusplus.com it says that return 0; would pretty much end it, what's the difference with endl and return? or just ;?