User profile: IceThatJaw

User info
User name:IceThatJaw
History
Joined:
Number of posts:461
Latest posts:

Hey guys
Your next step is run the menu in a loop so they can interact with it as long as they'd like. I lik...

DVD Collection
[quote]By convention, class functions with names starting from 'get', like getActor(), are supposed ...

Can a Function return different types depending on conditions?
You can only do that in a full OOP language where every data type is derived from a base object.

array of different types
What's the problem? [code] class A { }; class B : public A { }; class C : public B { }; int ma...

How to keep from going out of bounds in a vector
Well, if you setup your for loops correctly and don't delete elements from the vector in the loop th...

This user does not accept Private Messages

User: IceThatJaw

  • Public profile