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
It does not compile because some variables were missing.
For some reason, the code I wrote to complete the tasks before this one was reset.
C++Basics/WarmUp/MovingOn/task/src/collision.cpp:6:24: error: ‘dx’ was not declared in this scope
6 | return (float)sqrt(dx * dx + dy * dy);
| ^~
multiple like that
The text was updated successfully, but these errors were encountered:
It does not compile because some variables were missing.
For some reason, the code I wrote to complete the tasks before this one was reset.
C++Basics/WarmUp/MovingOn/task/src/collision.cpp:6:24: error: ‘dx’ was not declared in this scope
6 | return (float)sqrt(dx * dx + dy * dy);
| ^~
multiple like that
The text was updated successfully, but these errors were encountered: