3 constructors and destructor errorThank you v much vlad,booradley60,jlborges,zero, mikeyboy. @JLborges: as I m a beginner, I have on...
3 constructors and destructor errorShould I use as follows? circle::circle(){ x=-0; y=0; } circle::circle(double radius) { r= radius;}...
3 constructors and destructor errorline 44 is circle c(xpoint, ypoint); Thank you for explain me for destructor which I was confused...
3 constructors and destructor errorI write 3 constructor class and splits into c.h c.cpp but I have got extra definition in my cpp prog...
dynamic struct array errorI change my code [code] //const int nsize = 24; struct srecord { string* sname; int score; }; .. v...
This user does not accept Private Messages