文件名称:C++ is fun: Writing a Tic Tac Toe Game
文件大小:44KB
文件格式:ZIP
更新时间:2018-01-05 17:52:30
c++ mfc 井字棋 tictactoe
This article shows how to create a Tic Tac Toe game in C++ using different technologies such as Win32 and WinRT to prove that writing code in C++ is as fun and productive as in other programming languages.
【文件预览】:
tictactoe
----Common()
--------strategy_o.h(15KB)
--------strategy_x.h(2KB)
--------game.h(1KB)
--------game.cpp(5KB)
----TicTacToeWin32()
--------framework.h(1KB)
--------pch.h(129B)
--------tttx.bmp(19KB)
--------window.cpp(5KB)
--------ttt0.bmp(19KB)
--------tictactoe.rc(4KB)
--------window.h(627B)
--------pch.cpp(18B)
--------TicTacToeWin32.vcxproj.filters(893B)
--------resource.h(1KB)
--------main.cpp(777B)
--------TicTacToeWin32.vcxproj(5KB)
--------framework.cpp(3KB)
----FunCpp2.sln(3KB)
----TicTacToeWinRT()
--------MainPage.xaml(3KB)
--------pch.h(226B)
--------App.xaml.cpp(4KB)
--------MainPage.xaml.h(1KB)
--------Common()
--------Package.appxmanifest(1KB)
--------App.xaml(751B)
--------MainPage.xaml.cpp(6KB)
--------TicTacToeWinRT.vcxproj(9KB)
--------Assets()
--------pch.cpp(112B)
--------App.xaml.h(527B)
--------TicTacToeWinRT.vcxproj.filters(2KB)
--------TicTacToeWinRT_TemporaryKey.pfx(2KB)