VC.net 怎么使用.net 类库中的类的功能啊?
比如string类,ado.net,正则表达式的功能啊?
------解决方案--------------------------------------------------------
直接引用就是了
------解决方案--------------------------------------------------------
http://community.csdn.net/Expert/topic/5515/5515066.xml?temp=.2197382
------解决方案--------------------------------------------------------
头文件包含
#include <string>
注意,不是:
#include <string.h>
------解决方案--------------------------------------------------------
2003 or 2005
------解决方案--------------------------------------------------------
右击项目-〉属性-〉公共语言库支持