User: Thatonedude

  • Public profile

User profile: Thatonedude

User info
User name:Thatonedude
Email:LindsleyMail@gmail.com
Name:Benjamin N. Lindsley (the first)
Bio:Learning C++. I am currently fasinated by how helpful massive amounts of pointers are.

Things I still dont understand:
- The internet.
- Computer Memory.
- Why the U.S. is failing.

Things I do understand perfectly:
- Videogame programming.
- Math.
- Law & Order.
Statistical data
Birthdate:Mar 15, 1996
Gender:Male
Occupation:Other
Skills:C++
History
Joined:
Number of posts:4
Latest posts:

constructor
Price(const Price<S>& p) is just a constructor, with the one argument (pointer)p. The statement afte...

Changing return types
....facepalm. Yes, that will work :D But now I'm just curious. Is this possible (actually sending d...

overloading operators...CONFUSING!!!!!!!
Here, I'll put it into words: CVector CVector::operator+ (CVector param) { CVector temp; temp.x = x...

Changing return types
Lets say I have this function: [code] ??? fn(int n) { // .... } [/code] If n is negati...

This user does not accept Private Messages