by iqbal1973 » Thu Jun 14, 2007 1:21 pm
Hi,
I have declared a function in a class
void Plot3DWindow::UpdateData(const vector<real> &x,vector<real> &y,vector< vector<real> > &z) { }
When i passed array arguments to this function, i am using that syntax
thePlotManager.Win2D(hWindow_).UpdateData(x(),y(),z());
the error is coming in two dimensional array last argument z(). What is exact syntax of argument for two dimensional vector array pass to function.
Can anyone help me in this regard, I am thankful to you.
Regards,
Munawar