C++ Programmer's Cookbook

{C++ 基础} {C++ 高级} {C#界面,C++核心算法} {设计模式} {C#基础}

01 2006 档案

Porting Visual C++ Code to Visual Studio 2005
     摘要: Though the changes in Visual Studio 2005 represent a major improvement over non-compliant hacks that have been in use since the mid-1990s, fear of breaking existing C++ apps has led many project managers to avoid upgrading. This checklist helps you to locate and repair incompliant code so you can upgrade your apps--without breaking them.   阅读全文

posted @ 2006-01-25 16:58 梦在天涯 阅读(864) | 评论 (0)  编辑

Windows API 技巧集

posted @ 2006-01-25 16:19 梦在天涯 阅读(4477) | 评论 (0)  编辑

春节快乐
     摘要: 快乐属于我们!  阅读全文

posted @ 2006-01-25 15:11 梦在天涯 阅读(325) | 评论 (0)  编辑

Use Functor for Callbacks in C++

posted @ 2006-01-18 08:56 梦在天涯 阅读(1575) | 评论 (5)  编辑

简单好用的读写ini文件的类

posted @ 2006-01-17 14:09 梦在天涯 阅读(6007) | 评论 (10)  编辑

读取ini文件

posted @ 2006-01-17 10:02 梦在天涯 阅读(8722) | 评论 (0)  编辑

关机对话框

posted @ 2006-01-14 10:03 梦在天涯 阅读(1069) | 评论 (0)  编辑

vc技巧3

posted @ 2006-01-13 10:34 梦在天涯 阅读(521) | 评论 (0)  编辑

c++ file and directory 删除,移动,目录浏览对话框,找某目录下的所有文件(包括子目录)

posted @ 2006-01-12 14:52 梦在天涯 阅读(5744) | 评论 (4)  编辑

vc技巧2

posted @ 2006-01-12 13:56 梦在天涯 阅读(1031) | 评论 (0)  编辑

面向方面的编程

posted @ 2006-01-10 08:42 梦在天涯 阅读(439) | 评论 (0)  编辑

中文xml FQA

posted @ 2006-01-06 15:44 梦在天涯 阅读(934) | 评论 (1)  编辑

程序域(一个程序中调用另一个程序)

posted @ 2006-01-05 16:38 梦在天涯 阅读(1310) | 评论 (1)  编辑

关于C++中RTTI的编码实现

posted @ 2006-01-05 12:14 梦在天涯 阅读(1497) | 评论 (1)  编辑

Microsoft .NET 框架 FAQ

posted @ 2006-01-05 09:34 梦在天涯 阅读(621) | 评论 (0)  编辑

.NET Framework 工具

posted @ 2006-01-05 09:11 梦在天涯 阅读(1038) | 评论 (0)  编辑

程序集

posted @ 2006-01-05 09:07 梦在天涯 阅读(1160) | 评论 (0)  编辑

c#的反射

posted @ 2006-01-04 10:01 梦在天涯 阅读(26473) | 评论 (1)  编辑

模式设计c#--行为型--visitor

posted @ 2006-01-03 16:18 梦在天涯 阅读(1218) | 评论 (2)  编辑

模式设计c#--行为型--strategy

posted @ 2006-01-03 16:17 梦在天涯 阅读(974) | 评论 (0)  编辑

模式设计c#--行为型--state

posted @ 2006-01-03 16:15 梦在天涯 阅读(1083) | 评论 (2)  编辑

模式设计c#--行为型--observer

posted @ 2006-01-03 16:13 梦在天涯 阅读(838) | 评论 (0)  编辑

模式设计c#--行为型--menento

posted @ 2006-01-03 16:12 梦在天涯 阅读(746) | 评论 (1)  编辑

模式设计c#--行为型--mediator

posted @ 2006-01-03 16:10 梦在天涯 阅读(699) | 评论 (0)  编辑

模式设计c#--行为型--iterator

posted @ 2006-01-03 16:08 梦在天涯 阅读(898) | 评论 (1)  编辑

模式设计c#--行为型--command

posted @ 2006-01-03 16:07 梦在天涯 阅读(864) | 评论 (1)  编辑

模式设计c#--行为型--Chain of Responsibility

posted @ 2006-01-03 16:06 梦在天涯 阅读(734) | 评论 (1)  编辑

模式设计c#--行为型--templetemethod

posted @ 2006-01-03 16:04 梦在天涯 阅读(514) | 评论 (0)  编辑

模式设计c#--行为型--interpreter

posted @ 2006-01-03 16:02 梦在天涯 阅读(876) | 评论 (0)  编辑

模式设计c#--结构型--proxy

posted @ 2006-01-03 15:51 梦在天涯 阅读(907) | 评论 (2)  编辑

模式设计c#--结构型--flyweight

posted @ 2006-01-03 15:50 梦在天涯 阅读(700) | 评论 (0)  编辑

模式设计c#--结构型--facade

posted @ 2006-01-03 15:48 梦在天涯 阅读(840) | 评论 (1)  编辑

模式设计c#--结构型--decorator

posted @ 2006-01-03 15:47 梦在天涯 阅读(740) | 评论 (3)  编辑

模式设计c#--结构型--composite

posted @ 2006-01-03 15:45 梦在天涯 阅读(908) | 评论 (2)  编辑

模式设计c#--结构型--Bridge

posted @ 2006-01-03 15:43 梦在天涯 阅读(932) | 评论 (2)  编辑

模式设计c#--结构型--Adapter

posted @ 2006-01-03 15:41 梦在天涯 阅读(1003) | 评论 (3)  编辑

模式设计c#--创建型--Singleton

posted @ 2006-01-03 14:58 梦在天涯 阅读(3951) | 评论 (15)  编辑

模式设计c#--创建型--Prototype

posted @ 2006-01-03 14:53 梦在天涯 阅读(950) | 评论 (2)  编辑

模式设计c#--创建型--Builder

posted @ 2006-01-03 14:47 梦在天涯 阅读(915) | 评论 (2)  编辑

模式设计c#--创建型--AbstractFactory

posted @ 2006-01-03 14:43 梦在天涯 阅读(1030) | 评论 (3)  编辑

模式设计c#--创建型--factory method

posted @ 2006-01-03 14:28 梦在天涯 阅读(2340) | 评论 (2)  编辑

23种经典设计模式

posted @ 2006-01-03 14:20 梦在天涯 阅读(6002) | 评论 (0)  编辑

uml中类对象间的关系

posted @ 2006-01-03 14:17 梦在天涯 阅读(1072) | 评论 (0)  编辑

模式趣解
     摘要: 有趣的解释设计模式  阅读全文

posted @ 2006-01-03 13:25 梦在天涯 阅读(1585) | 评论 (0)  编辑

面向对象的脚本语言Ruby好可爱

posted @ 2006-01-02 12:06 梦在天涯 阅读(448) | 评论 (0)  编辑

公告

EMail:itech001#126.com

导航

统计

  • 随笔 - 461
  • 文章 - 4
  • 评论 - 746
  • 引用 - 0

常用链接

随笔分类

随笔档案

收藏夹

Blogs

c#(csharp)

C++(cpp)

Enlish

Forums(bbs)

My self

Often go

Useful Webs

Xml/Uml/html

搜索

  •  

积分与排名

  • 积分 - 1783591
  • 排名 - 5

最新评论

阅读排行榜