
[随笔分类]c++
eteran
test test tsettesttest
展开
-
STL 中Map容器的跨动态库调用 zz
主题:STL 中Map容器的跨动态库调用所属分类:C/C++ C++ 语言----------------------------------------------------------------------在VC自带STL版本中,两个动态库间引用传递一个MAP容器。在实现的动态库中MAP下-_Tr{...}+_Nil0x00000000导致针对MAP的实现死机。_Nil0x00000000...2007-03-29 16:06:00 · 230 阅读 · 0 评论 -
VC8 VS VC6
VC8 VS VC6Why need we migrate from vc6 to vc8? (for developer, for final user,for IT corporation) Keywords: visual c++ 6.0, visual c++ 8.0, visual studio 2005What’s new in Visual C++ 8.0?Libr...2007-05-20 14:22:00 · 255 阅读 · 0 评论 -
Windows Credential Management with the .net Framework 2.0(翻译)
原文链接<meta name="ProgId" content="Word.Document"><meta name="Generator" content="Microsoft Word 11"><meta name="Originator" content="Microsoft Word 11">2007-06-05 00:04:00 · 232 阅读 · 0 评论 -
new delete 非常奇怪的内存问题
代码如下:<!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br>-->int i = 0, j = 0; CJob** ppJobs = ...2007-06-06 12:14:00 · 172 阅读 · 0 评论 -
Navigate2 compare with Navigate
CWebBrowser2 ctrl provide two method to link a web page: Navigate2(VARIANT* URL, VARIANT* Flags, VARIANT* TargetFrameName, VARIANT* PostData, VARIANT* Headers)Navigate(LPCTSTR URL, VARIANT* Flags, VAR...2007-08-17 19:43:00 · 393 阅读 · 0 评论 -
Contribute some useful custom control: XListCtrl
In my VC MFC develop expericence, I always find that it is really poor of the Ctrls that microsoft provided, but we have no much project budget to bug a beautiful third-ctrl. So sometimes we need do s...2007-08-24 11:22:00 · 170 阅读 · 0 评论 -
boost 的安装
vc8 下用到boost 类库,没找到安装的办法,google 了一下,找到了一些介绍安装的方法,比如 http://hi.baidu.com/atry/blog/item/46950ad738c635dca044dff0.html然后我傻乎乎的按照他的方法去做,结果装了我2个小时,在c盘留下了2G多的垃圾文件。后来我想boost的类库应该是可以单独安装的,而我的项目中用到的仅仅是regex的...2007-10-15 16:35:00 · 173 阅读 · 0 评论 -
注册表操作类 vc++
这个其实发在这里有点不合适,因为在.NET环境下本身很多数据都采用xml格式化,存储在本地,另一方面是.net的类库也非常的灵活,对注册表操作非常方便,没有必要画蛇添足来这么一个包装的类,但是如果你用 vc++, WIN32 API,做开发的时候,你会发现要对注册表操作非常的困难,更让人寒心的是,它居然没有提供对注册表键的重命名,在NTDLL.dll 中有一个可以替代的API:NTRenameK...2008-04-18 17:12:00 · 215 阅读 · 0 评论