Kman
Posting Freak
Posts: 4,187
Threads: 25
Joined: Jul 2011
Reputation:
219
|
RE: Random Stuff
Posting Freak
|
|
05-10-2013, 02:34 AM |
|
PutraenusAlivius
Posting Freak
Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation:
119
|
RE: Random Stuff
Teens these days.
"Veni, vidi, vici."
"I came, I saw, I conquered."
|
|
05-10-2013, 02:59 AM |
|
Adny
Posting Freak
Posts: 1,766
Threads: 6
Joined: Mar 2012
Reputation:
173
|
RE: Random Stuff
(05-10-2013, 02:59 AM)JustAnotherPlayer Wrote: Teens these days.
Are you even a teen yet?
I rate it 3 memes.
|
|
05-10-2013, 03:11 AM |
|
Ghieri
Posting Freak
Posts: 2,374
Threads: 8
Joined: May 2012
Reputation:
60
|
RE: Random Stuff
It's a sad world when 11 year old's can stand to lecture teenagers. T-T
Then again, JAP is like some supermutant genius, so I guess he's the exception and not the rule.
(This post was last modified: 05-10-2013, 03:13 AM by Ghieri.)
|
|
05-10-2013, 03:11 AM |
|
PutraenusAlivius
Posting Freak
Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation:
119
|
RE: Random Stuff
(05-10-2013, 03:11 AM)Aldighieri Wrote: It's a sad world when 11 year old's can stand to lecture teenagers. T-T
Then again, JAP is like some supermutant genius, so I guess he's the exception and not the rule.
You're a pappy little spit fuck, aren't you?
"Veni, vidi, vici."
"I came, I saw, I conquered."
|
|
05-10-2013, 03:15 AM |
|
Ghieri
Posting Freak
Posts: 2,374
Threads: 8
Joined: May 2012
Reputation:
60
|
RE: Random Stuff
(05-10-2013, 03:15 AM)JustAnotherPlayer Wrote: (05-10-2013, 03:11 AM)Aldighieri Wrote: It's a sad world when 11 year old's can stand to lecture teenagers. T-T
Then again, JAP is like some supermutant genius, so I guess he's the exception and not the rule.
You're a pappy little spit fuck, aren't you?
What? No, you have a point, and that's sad that someone older than you lacks the same level of intelligence.
|
|
05-10-2013, 03:23 AM |
|
PutraenusAlivius
Posting Freak
Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation:
119
|
RE: Random Stuff
Teens are studying physics and shit while I'm just sitting here studying C++. (What you think? cout << or printf?)
"Veni, vidi, vici."
"I came, I saw, I conquered."
|
|
05-10-2013, 04:11 AM |
|
Ghieri
Posting Freak
Posts: 2,374
Threads: 8
Joined: May 2012
Reputation:
60
|
RE: Random Stuff
That's ahead of where I was. I didn't touch java until I was 15.
Only use printf if you want formatted text?(Been forever since I briefly used C++)
|
|
05-10-2013, 04:20 AM |
|
PutraenusAlivius
Posting Freak
Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation:
119
|
RE: Random Stuff
(05-10-2013, 04:20 AM)Aldighieri Wrote: That's ahead of where I was. I didn't touch java until I was 15.
Only use printf if you want formatted text?(Been forever since I briefly used C++)
Bridge said use cout<< and include<iostream>.
I heard Jessica Curry's music for AAMFP (you can found it on the AAMFP Discussion Thread.). It's awesome.
"Veni, vidi, vici."
"I came, I saw, I conquered."
|
|
05-10-2013, 04:22 AM |
|
Ghieri
Posting Freak
Posts: 2,374
Threads: 8
Joined: May 2012
Reputation:
60
|
RE: Random Stuff
cout just prints words and variables as text and is mostly used for simple UIs for debugging. include <iostream> is basically saying "we want to use cout so let us use the code that contains cout." In this case, the code is in the header file iostream, which needs to be included or it won't be recognized.
I'd get more technical but I only have a single college semester worth of c++ knowledge and it's been a couple years, and google isn't working.
(This post was last modified: 05-10-2013, 04:31 AM by Ghieri.)
|
|
05-10-2013, 04:29 AM |
|
|