User: skyline01

  • Public profile

User profile: skyline01

User info
User name:skyline01
History
Joined:
Number of posts:61
Latest posts:

How C++ Evaluates the Stack
Thanks for the information! Definitely enlightening! (I'm preparing for a C++ test for a job I app...

How C++ Evaluates the Stack
I have a question regarding the following code: [code] int t = 5; printf("\n %d %d %d", t, t--, t);...

Determine Class of Object Being Passed Into Another Class Method
Thank you for all of your responses.

Determine Class of Object Being Passed Into Another Class Method
Here are the relevant files in my actual program: The class that needs to operate on objects of the...

Determine Class of Object Being Passed Into Another Class Method
Good deal. [code]using namespace std;[/code] took care of that. One more question. How do I call ...

This user does not accept Private Messages