dimanche 3 avril 2016

argument of a parameterized constructor

can someone explain me how's the argument passed in the 1st parameterized constructor working?

public:
//Constructors
Bigint();
Bigint(long long); // 1st parameterized constructor
Bigint(std::string); // 2nd parameterized constructor. 

Aucun commentaire:

Enregistrer un commentaire