User profile: allmatlabnoC

User info
User name:allmatlabnoC
Name:Vem Nash
Location:College Station,TX
History
Joined:
Number of posts:4
Latest posts:

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 declaration
Thanks to booradley I understand it better now. I should've read the inheritances before. Apologies....

Nested Classes. a colon right after the Class declaration
It'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 declaration
I am a beginner in C++ so excuse me if this is a stupid question.Note I read all the tutorials on th...