User profile: tmso

User info
User name:tmso
Name:Thomas So
Location:Davis, CA
Bio:From SF, beginning programmer in C++.
History
Joined:
Number of posts:5
Latest posts:

Simple B+ Tree Help
Hi, I'm given a B+ Tree that has: M = 3 = Number of children L = 2 = Number of int each node hol...

Object Keeps Falling out of scope. HELP!
Oh, I see. I would declare it outside the if, but I have to declare other types of objects depending...

Object Keeps Falling out of scope. HELP!
I'm clueless as to why creating an instance of an object while in a conditional statement would "go ...

Please help! Problem calling different constructor in constructor
Sorry I didn't highlight my code, this is the first time in my life posting for help on any kind of ...

Please help! Problem calling different constructor in constructor
Hi, I don't understand why I can't call the constructor of the class 'line' in a constructor of clas...