Problem with inheritance in C++Thanks a lot !! Looks like, coming in from the Java world, I am in for quite a lot of surprise !! ...
Problem with inheritance in C++Here's the code: [code] //gradedactivity.h class gradedactivity { public: char letter; ...
Could not figure out problem with this codeYes it works ! The mistake I was doing was that , I was not creating object files first. I was di...
Could not figure out problem with this codeI am using g++ on Linux. Still does not work for me !! Can you try my code on Linux please , if y...
Could not figure out problem with this code[code] // This is gradedActivity.h class gradedactivity { protected: char letter; virtual voi...
This user does not accept Private Messages