文件名称:tictactoe

介绍说明--下载内容均来自于网络,请自行研究使用

此代码是如何用C++语言实现一个简单的井字棋游戏,并且利用不同的技术在不同的用户界面上实现它。游戏的逻辑部分只用标准C++写了一次,并且使用了两种截然不同的技术用它来构建了2个应用:Win32 API,我不得不明确的指定一些工作例如创建一个窗口并且绘制它,还有就是使用XAML的Windows Runtime,这里fr a mework为我做了大量的工作,是我能够专注于游戏逻辑的实现(并且当我需要去设计UI的时候,我们不仅仅只有手动声明这一种方法,不仅可以在XAML中,也可以在code behind里)。其中在代码里也看到了如何使用标准的容器例如std::array和std::set,并且无缝的在C++/CX中使用纯C++逻辑代码创建一个Windows Runtime应用。-This code is how to use language to achieve a simple C++ Tic-tac-toe game, and the use of different technologies to implement it on a different user interface. The logical part of the game using only standard C++ write once, and use it to build the two applications use two distinct technologies: Win32 API, I had to explicitly specify some work such as creating a window and draw it further there is the use of XAML for Windows Runtime, this fr a mework a lot of work for me, I was able to focus on the game logic implementation (and when I need to design the UI, we not only manually declare this a way, not only in XAML can also be in the code behind). Wherein the code also saw how to use standard containers such as std :: array and std :: set, and create a seamless Windows Runtime application using pure logic C++ code C++/CX in.
(系统自动生成,下载前可以参看下载内容)

下载文件列表





tictactoe\.vs\FunCpp2\v14\.suo

.........\Common\game.cpp

.........\......\game.h

.........\......\strategy_o.h

.........\......\strategy_x.h

.........\Debug\TicTacToeWin32.exe

.........\.....\TicTacToeWin32.ilk

.........\.....\TicTacToeWin32.pdb

.........\FunCpp2.sln

.........\FunCpp2.VC.db

.........\TicTacToeWin32\Debug\framework.obj

.........\..............\.....\game.obj

.........\..............\.....\main.obj

.........\..............\.....\pch.obj

.........\..............\.....\tictactoe.res

.........\..............\.....\TicTacToeWin32.Build.CppClean.log

.........\..............\.....\TicTacToeWin32.log

.........\..............\.....\TicTacToeWin32.pch

.........\..............\.....\...............tlog\CL.read.1.tlog

.........\..............\.....\...................\CL.write.1.tlog

.........\..............\.....\...................\link.read.1.tlog

.........\..............\.....\...................\link.write.1.tlog

.........\..............\.....\...................\rc.read.1.tlog

.........\..............\.....\...................\rc.write.1.tlog

.........\..............\.....\...................\TicTacToeWin32.lastbuildstate

.........\..............\.....\vc140.idb

.........\..............\.....\vc140.pdb

.........\..............\.....\window.obj

.........\..............\framework.cpp

.........\..............\framework.h

.........\..............\main.cpp

.........\..............\pch.cpp

.........\..............\pch.h

.........\..............\resource.h

.........\..............\tictactoe.aps

.........\..............\tictactoe.rc

.........\..............\TicTacToeWin32.vcxproj

.........\..............\TicTacToeWin32.vcxproj.filters

.........\..............\ttt0.bmp

.........\..............\tttx.bmp

.........\..............\window.cpp

.........\..............\window.h

.........\............RT\App.xaml

.........\..............\App.xaml.cpp

.........\..............\App.xaml.h

.........\..............\.ssets\Logo.png

.........\..............\......\SmallLogo.png

.........\..............\......\SplashScreen.png

.........\..............\......\StoreLogo.png

.........\..............\......\ttt0.bmp

.........\..............\......\tttx.bmp

.........\..............\Common\StandardStyles.xaml

.........\..............\Debug\TicTacToeWinRT.log

.........\..............\MainPage.xaml

.........\..............\MainPage.xaml.cpp

.........\..............\MainPage.xaml.h

.........\..............\Package.appxmanifest

.........\..............\pch.cpp

.........\..............\pch.h

.........\..............\TicTacToeWinRT.vcxproj

.........\..............\TicTacToeWinRT.vcxproj.filters

.........\..............\TicTacToeWinRT_TemporaryKey.pfx

.........\.vs\FunCpp2\v14

.........\TicTacToeWin32\Debug\TicTacToeWin32.tlog

.........\............RT\Debug\TicTacToeWinRT.tlog

.........\.vs\FunCpp2

.........\Debug\TicTacToeWinRT

.........\ipch\TICTACTOEWIN32-a3e9c265

.........\....\TICTACTOEWINRT-ebac2e87

.........\TicTacToeWin32\Debug

.........\............RT\Assets

.........\..............\Common

.........\..............\Debug

.........\..............\Generated Files

.........\.vs

.........\Common

.........\Debug

.........\ipch

.........\TicTacToeWin32

.........\TicTacToeWinRT

tictactoe

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org