Dereferencing a pointer to an object to call constructor

前端 未结 0 1500
误落风尘
误落风尘 2020-11-29 17:48
#include 
using namespace std;

class Vehicle 
{
public:
    enum TwoAxleDrives { FRONT, REAR, ALL, NONE };
    enum TwoAxleVehicles { BIKE, CAR, TRA         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题