User profile: stp777

User info
User name:stp777
History
Joined:
Number of posts:6
Latest posts:

Open Rougelike
pop chests and cross dress

Making an overloaded operator recognize a base class pointer's pointed object type
So I just made a workaround where i just included a member to show type in each of the derived class...

Making an overloaded operator recognize a base class pointer's pointed object type
I'm having lots of trouble getting [code] int main() { attribute *aPtr, *bPtr; aPtr = new si...

Dynamically allocated names?
Andy - 'AND' combinations of size, shape, and color. Possible sizes are large and small. Possible sh...

Dynamically allocated names?
Hi, I'm using the new keyword to allocate variables but I want the name to be dynamically allocated ...