常乐居

常乐居

2009年3月17日 #

简单的游戏修改 魔法门之英雄无敌3末日之刃

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->PublicDeclareFunctionWriteProcessMemoryLib"kernel32"(ByValhProcessAsInteger,ByVa... 阅读全文

posted @ 2009-03-17 11:52 常乐 阅读(591) 评论(0) 推荐(0) 编辑

1:变量的输入输出与分支判断(if)

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> std::cout属于头文件#include必须先引用 每个C++都程序都包含一个或多个函数,而且必需有一个命名为main. #include"stdafx... 阅读全文

posted @ 2009-03-17 10:54 常乐 阅读(153) 评论(0) 推荐(0) 编辑

2:分支(switch)和循环(for) 的理解应用

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ --> #include"stdafx.h" #include //#include"string"//引用string要不std之类的无法使用 int_tmain(inta... 阅读全文

posted @ 2009-03-17 10:53 常乐 阅读(216) 评论(0) 推荐(0) 编辑

3:while语句和过程的使用

摘要: Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->#include"stdafx.h" #include //#include"string"//引用string要不std之类的无法使用 int_tmain(intargc,... 阅读全文

posted @ 2009-03-17 10:51 常乐 阅读(127) 评论(0) 推荐(0) 编辑

4:类的理解小试

摘要: 在项目上右键添加类 testclass 系统自动添加了 头文件 (testclass.h) Code Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->#pragmaonce classtestclass { public: ... 阅读全文

posted @ 2009-03-17 10:39 常乐 阅读(117) 评论(0) 推荐(0) 编辑

2008年11月22日 #

懒人的懒方法之-回车跳转大法

摘要: 在实际软件开发过程中..经常碰到回车跳转到下一个控件上. 数量少还没什么,可以如下操作,Handles 后把其它控件也加上就行了... Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->1PrivateSubTextBox1_Ke... 阅读全文

posted @ 2008-11-22 12:03 常乐 阅读(251) 评论(0) 推荐(0) 编辑

导航