• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

C++ HELP! Inheritance with Overloading Operators and the works...

y00ycdz

Golden Member
Check this out. It's a header file that i'm suppose to write the implementation of for my CSE120 class. Well, teacher doesn't teach very well, or in a way that it doesn't make me understand it.

I'm having a hard time figuring out what variables I can use where and how to 'convert' from 1 type to another etc..etc.. if anyone out there is good with C++ and can help me out, please IM me on AIM or post here.

AIM SN 'y00yCDz'

I'm a c++ n00b and this is like over my head...

Thanks.
-y00y
 
1. You won't finish this by midnight.
2. The assignment actually isn't that hard, since it is covering 1 underlying concept... their may be a lot of virtual functions but they are all handled the same way.
3. You won't get people on the forums to do your homework for you.

 
That's a pretty big assignment for a low lvl c++ class.. but really.. you only had to implement the top of the chain.. numbers was it.. then there might have been a couple functions in the derived classes to implement later.. possibly in another project
 
Back
Top