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