资源简介

游戏名:是男人撑过100秒 开发平台 VS2015+windows10 sdk(c++和d2d)

资源截图

代码片段和文件信息

#include
#include
#include
#pragma comment(lib“dinput8.lib“)
#pragma comment(lib“dxguid.lib“)
#include
#pragma comment(lib“d2d1.lib“)
#include
#include
#pragma comment(lib “Windowscodecs.lib“ )
#include
#include
#include
#pragma warning(disable:4996)
using namespace std;
int width=800; int height = 600;
bool GameIsRun = true;
HWND hwnd;

HWND CreateMyWindow(HINSTANCE hInstanceWNDPROC WndProcint nCmdShow)
{
HWND hwnd;
WNDCLASSW wc;
wc.style = CS_HREDRAW | CS_VREDRAW;
wc.lpfnWndProc = WndProc;
wc.cbClsExtra = 0;
wc.cbWndExtra = 0;
wc.hInstance = hInstance;
wc.hIcon = nullptr;
wc.hCursor = nullptr;
wc.hbrBackground = (HBRUSH)(COLOR_WINDOW + 1);
wc.lpszMenuName

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      15030  2015-12-02 11:48  是男人撑过100秒(代码+程序)\是男人撑过100秒.cpp

     文件     171520  2015-12-17 20:21  是男人撑过100秒(代码+程序)\是男人撑过100秒.exe

     文件         42  2015-12-17 20:23  是男人撑过100秒(代码+程序)\程序说明.txt

     目录          0  2015-12-17 20:23  是男人撑过100秒(代码+程序)

----------- ---------  ---------- -----  ----

               186592                    4


评论

共有 条评论