Default constructor in classes

im having trouble to understand this concept. i know that if i dont specify any
constructor to my class. the compiler will automatically assume that is a default
constructor and provide me with 3 implicitly function but what really they do
and why do i need them

Rakanoth wrote:
what really they do
They do basic constructor implementations for you so you don't have to.
Rakanoth wrote:
and why do i need them
How would you construct a class with no constructors?
Topic archived. No new replies allowed.