c++ Programming Glossary: mycomment
Conversion from Derived** to Base** http://stackoverflow.com/questions/8026040/conversion-from-derived-to-base line by line Car car Car carPtr car Car carPtrPtr carPtr MyComment Until now there is no problem Vehicle vehiclePtrPtr carPtrPtr.. Vehicle vehiclePtrPtr carPtrPtr This is an error in C MyComment Here compiler gives me an error And I try to understand why... compiler gives me an error And I try to understand why. MyComment Let us consider that it was allowed. So what Let's go ahead..
|