Site's location is https://koi312500.github.io/Typing_practice_program/.
This project is now archived from 2023-09-09 at KST(GMT + 9).
If you want to ask about my code or contact, Please Contact to me at Discord @koi3125.
- Bundle all source code starting with
.cpp
- Edit
Data\file\*.dat
for your execution environment. - If your execution environment is non-Windows?
- Remove Windows-related code at
Windows_API.cpp
and all related code files. - Remove PlaySound Function at
main_content.cpp
andmain.cpp
.
- Remove Windows-related code at
- If your execution environment is Windows?
- Link
winmm.lib
to linker to play background music.
- Link
- Select between
main_show-v1.cpp
andmain_show-v2.cpp
according to your environment. - Execute
main.cpp
.
I hope my code help. :)