User profile: dmpaul26

User info
User name:dmpaul26
History
Joined:
Number of posts:33
Latest posts:

Preprocessors in Composition and Aggregation
I guess my example with the Foo and Bar classes was a bit redundant, I didn't realize at the time. B...

Preprocessors in Composition and Aggregation
I keep thinking I've got my mind wrapped around composition but every time I try to implement it, I ...

Calculate for total in a row
Alright, the way I understand this you have a bus that hits four routes in one day, then does that f...

internet service provider.
I can remember struggling with this one as well. I believe you intended [code]int Package_A = 1, Pa...

Need help with "while", "for", "if" and "else" loops.
Just a small side note, in [code] while((N<1)||(N>1776)) [/code] you dont need all of those parenth...