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
game.cpp contains very little in the way of modern C++ practice. A lack of namespaces, use of unions, and manual memory manipulation make this resemble C far more than C++.
The text was updated successfully, but these errors were encountered:
game.cpp contains very little in the way of modern C++ practice. A lack of namespaces, use of unions, and manual memory manipulation make this resemble C far more than C++.
The text was updated successfully, but these errors were encountered: