I hope this question is not too silly, but what is the most basic class in standard C++? object? Object?
class MyObject : public object{  ...
and I get "Expected class-name before token{"
Is there any map, diagram or image that shows standard c++ classes inheritance? Something like this but for C++ ?
 
     
     
     
     
    