H
Hamburgpear
Dear,
I have a private variable of double array x[100], how can I initialize it to
'\0'? should I create a for loop in the constructor? or I can simply write
double x[100]={'\0'} in my class_name.h file?
Thanks
I have a private variable of double array x[100], how can I initialize it to
'\0'? should I create a for loop in the constructor? or I can simply write
double x[100]={'\0'} in my class_name.h file?
Thanks