-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Description
When you compile the "car game.cpp" code, you will get the error:
"C4996: The POSIX name for this item is deprecated"
multiple times
You get it for the getch() and kbhit() functions!
- changing the functions to _getch() and _kbhit() for the wanted results
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels