User profile: spicyrelish

User info
User name:spicyrelish
History
Joined:
Number of posts:3
Latest posts:

forward declaration / undefined classes -> errors w/ Pizza Factory
I think the problem I'm having is that C++ cannot work with class instances without initializing the...

Code DeBug for a State machine (using state pattern)
I need some help to bebug some C++ code. I can't see any obvious errors but my compiler reported 36 ...

RPN Calculator with undo and redo
I have to follow the Command Pattern in making a reverse polish notation calculator in C++. It needs...