Problem when using array of qstring or vectors of qstring
General and Desktop
3
Posts
3
Posters
857
Views
1
Watching
-
Hey guys , I had this problem and I couldn't fix it here's the code:
@
QString *array_of_Grades; // in headerarray_of_Grades=new QString[9] {"A+,A,B+,B,C+,C,D+,D,F"}; // in imp
@
it gives me these errors!
@
error: C2143: syntax error : missing ';' before '{'
error: C2143: syntax error : missing ';' before '}'@