552 B
552 B
- CardGame
- .vs Visual Studio related
- CardGame Files generated while compiling
- include 外部头文件
- x64 (or any other architecture) Binary file and debugging info
- CardGame.cpp 主代码文件,包含 main 函数(程序入口)
- CardGame.sln Solution file
- CardGame.vcxproj.* VC++ project file
- FuncRef.h 用于在 CardGame.cpp 的主函数下调用另外两个 cpp 中的函数
- GamePlay1.cpp 玩法 1
- GamePlay2.cpp 玩法 2
- Functions.h 部分函数的定义