User profile: GaiusBaltar

User info
User name:GaiusBaltar
Old user name:Gaius
History
Joined:
Number of posts:68
Latest posts:

Beginner on Classes!
You're gonna have to initialize [code]feet[/code] and [code]inches[/code] in both constructors. If, ...

Beginner on Classes!
A constructor that takes the length in inches (e.g. 74 inches) A constructor that takes the length i...

MASM Program
Here's an assembly forumish thing I found: http://www.dreamincode.net/forums/forum/112-assembly/ Ot...

weird for loop error
[code]for (int x=0; x < thisClient.getNumInterests(); x++) { tempArray[x] = tempClient->getInterest...

Run Time Type Information? Calculator program
Why not make it only double?