User profile: mcelgiraffe

User info
User name:mcelgiraffe
Name:James
Location:Plano, TX
Bio:Enrolled in Fundamentals of Programming II - C++
History
Joined:
Number of posts:16
Latest posts:

Custom Exception Class frustration.
I really don't know how to convey my question correctly. I have to miss class tomorrow for work and...

Custom Exception Class frustration.
Sorry, but exceptions have me lost. I understand the basic try, throw, catch, but in trying to unde...

Array of pointers to objects
I did basically what you said and after going back and re-reading the project instructions, that was...

Array of pointers to objects
Ok, that makes sense, but how to work around it. Everything I consider winds up with the same probl...

Array of pointers to objects
I have removed a lot of extra code in program to simplify the problem. I have a Student Class that ...