User profile: sdubs177

User info
User name:sdubs177
History
Joined:
Number of posts:4
Latest posts:

Output of this code snippet?
What is the output of the following code? int x = 0; int i; for (i = 0; i < 4; i++) ; x++; ...

How many constructors are in the person class above?
Consider the implementation of the following class class person { private: int age; int get...

Error "use of undeclared identifier"
Thank you! I just edited my question to include the header file.

Error "use of undeclared identifier"
Hello, I am having trouble with my main .cpp file, here is the code so far: #include <iostream> us...

This user does not accept Private Messages

User: sdubs177

  • Public profile