j
k
j a
j l
On Friday 18 July 2003 16:04, Verdi March wrote:
ei* tmp = v[0]; //Error here...
Ok, I've found out. It should be: ei* tmp = (*v)[0]; or can also use this form: ei* tmp = v->operator[](0);
Back to the thread
Back to the list