C++ Programming and Technical

Is there any difference between List x; and List x();?

Read Solution (Total 1)

C++ Other Question

When I write a derived class's destructor, do I need to explicitly call the destructor for my
base class?
Is the default constructor for Fred always Fred::Fred()?