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
In main.cpp:
findCont(dst, xbl, ybl, xtr, ytr, oO, X, Y); error C3861: 'findCont': identifier not found
In list.cpp
void listA::setColor(int color) error C2653: 'listA': is not a class or namespace name
acT->Color = card; error C2065: 'acT': undeclared identifier
if (toP == 0) toP = karta; error C2065: 'karta': undeclared identifier
... and many more ...
The text was updated successfully, but these errors were encountered:
In main.cpp:
findCont(dst, xbl, ybl, xtr, ytr, oO, X, Y); error C3861: 'findCont': identifier not found
In list.cpp
void listA::setColor(int color) error C2653: 'listA': is not a class or namespace name
acT->Color = card; error C2065: 'acT': undeclared identifier
if (toP == 0) toP = karta; error C2065: 'karta': undeclared identifier
... and many more ...
The text was updated successfully, but these errors were encountered: