Nested Classes. a colon right after the Class declaration[code] using namespace std; #include "matplotpp.h" class MPlot :public MatPlot{ public: double* z; ...
Nested Classes. a colon right after the Class declarationThanks to booradley I understand it better now. I should've read the inheritances before. Apologies....
Nested Classes. a colon right after the Class declarationIt's a huge header file. But I am copying the relevant declarations. let me know if its insufficient...
Nested Classes. a colon right after the Class declarationI am a beginner in C++ so excuse me if this is a stupid question.Note I read all the tutorials on th...