摘要:
http://baike.baidu.com/view/94238.htm#2 阅读全文
摘要:
http://blog.csdn.net/xiaozhao_19/archive/2008/04/15/2295117.aspx 阅读全文
摘要:
http://blog.csdn.net/lqxqust/archive/2009/11/18/4830957.aspxboost::regex类为C++提供了完整的正则表达式支持,并且已被接收为C++0x标准库。它同时也在Boost库中扮演着极重要的角色,不少Boost子库都需要它的支持,有不少人甚至就是为了它才下载使用Boost的。 注意使用Boost.Regex需要预先编译完整编译请参考本站编译Boost的文章如果只要编译Regex库,有两种方法(参考链接): 在Boost根目录下运行bjam --toolset=编译器名 --with-regex 其它参数 到boost\lib 阅读全文
摘要:
using System; using System.Text; using System.Windows.Forms; using System.Drawing; using System.Runtime.InteropServices; using Accessibility;需要引用中添加 Accessibilityusing mshtml; 需要引用中添加 Microsoft.mshtmlnamespace ConsoleApp { public sealed class WinApi { //Not allow to create instance private WinApi() 阅读全文
摘要:
http://hi.baidu.com/wpzhao/blog/item/df3bb645fd2e972ecefca3eb.html【原创】C#与C++的混合编程2009年03月08日 星期日 下午 08:10 关键词:C#,C++,CLR C++, managed C++,混合编程,DLL调用,FileNotFoundException异常 C#写界面比较方便,而C++则擅长写算法,所以将两者结合起来将会加快程序的开发速度,并保证程序的质量。但C#与C++的混合编程有很多细节问题需要注意,下面简要列举一些并指出相应的解决办法。 1. 将本机C++代码(指非托管C++)编译成一个dll,供C# 阅读全文
摘要:
C++/CLR中使用c#类库将 using System.IO; 改为using namespace System::IO;即可http://topic.csdn.net/u/20090213/10/9a82e721-8d1c-4c9e-a272-7dd6c0eb0b59.htmlC++/CLR 使用MFC#include afx.h#include afxwin.h#include atlsecurity.h#using mscorlib.dll#import msxml6.dll// raw_interfaces_only,named_guidsusing namesp 阅读全文
摘要:
http://www.sudu.cn/info/html/edu/20071025/318689.html 阅读全文
摘要:
http://hi.baidu.com/wch20088082008/blog/item/21acb7444fc6b02fcffca386.html您也使用托管C++吗?2009年07月01日 星期三 22:05【摘要】转向.NET后,手头上往往仍有旧的模块要重用。也许这些模块是Delphi写的,也许是C/C++写的,或者是其它编程语言……为了能把它们移植到.NET下,或者是在.NET中调用,To be or not to be, that is a question. 在这里,我笔记了几个在工作中遇到的几个场景。不过,这里不包括完全使用C#来重写原来用C++编写的程序这种变态的需求。当你被要 阅读全文
摘要:
http://www.vckbase.com/document/viewdoc/?id=1532\
(较好的解释了_gc 和 c++/CLR 的关系问题) 阅读全文
摘要:
http://www.cnblogs.com/bearblog/archive/2006/05/16/401809.aspx 阅读全文