Constructors questionThank you MiiNiPaa, that explains a lot. I changed my code according to your advice. Thank you very ...
Constructors questionArea is a class, as I will show below in my header file. [code] class Area: public Shape{ public: ...
Constructors questionSo i have this code [code] double data; cout << "Input data" << endl; cin >> data; Area(data); [/co...
Functions and ofstreamI have one function(s) that's purpose is to write back some information onto a file, and also in my ...
Problem with functions in classes Thank you so much. You are a life saver!
This user does not accept Private Messages