You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I run this code, there is an error saying that "NUM_COM" was not declared in this scope, I don't know how can I fix this error.
The error is in line 186, in for loop: for(int num= 0; num < NUM_COM ; num++).
when I run this code, there is an error saying that "NUM_COM" was not declared in this scope, I don't know how can I fix this error.
The error is in line 186, in for loop: for(int num= 0; num < NUM_COM ; num++).