摘要:
“Segmentation.exe”: 已加载“C:\Windows\System32\kernel32.dll”,Cannot find or open the PDB file“Segmentation.exe”: 已加载“C:\Windows\System32\KernelBase.dll”,已加载符号(去除源信息)。程序“[7904] FingerPrint_2.0.exe: 本机”已退出,返回值为 -1073741701 (0xc000007b)。程序“[6688] FingerVein.exe: 本机”已退出,返回值为 -1073741701 (0xc000007b)。程序“[43 阅读全文
posted @ 2013-09-11 16:32
阿窟窿
阅读(2236)
评论(0)
推荐(0)
摘要:
我们先看看COM所支持的一些类型的基本类:Microsoft SpecificStandard classes are used to support some of the COM types. The classes are defined in comdef.h and the header files generated from the type library.Class Purpose_bstr_tWraps the BSTR type to provide useful operators and methods._com_errorDefines the error obje 阅读全文
posted @ 2013-09-11 16:04
阿窟窿
阅读(300)
评论(0)
推荐(0)
摘要:
在C++的流类库中定义了四个全局流对象:cin,cout,cerr和clog。可以完成人机交互的功能。cin:标准输入流对象,键盘为其对应的标准设备。带缓冲区的,缓冲区由streambuf类对象来管理。cout:标准输出流对象,显示器为标准设备。带缓冲区的,缓冲区由streambuf类对象来管理。cerr和clog:标准错误输出流,输出设备是显示器。为非缓冲区流,一旦错误发生立即显示。要使用这四个功能,必须包含文件。提取运算符“>>”(stream_extraction operator)和插入运算符“<<”(stream_insertion operator),执行输 阅读全文
posted @ 2013-09-11 09:12
阿窟窿
阅读(200)
评论(0)
推荐(0)
摘要:
//【例8.5】赋值兼容规则与自定义的拷贝构造函数。#include#includeusing namespace std;enum Tsex{mid,man,woman};struct course{ string coursename; int grade;};class Person{ string IdPerson; //身份证号 string Name; //姓名 Tsex Sex; //性别 int Birthday; //生日,格式1986年8月18日写作19860818 string HomeAddress; //家庭地址public: Person(s... 阅读全文
posted @ 2013-09-11 08:53
阿窟窿
阅读(645)
评论(0)
推荐(0)

浙公网安备 33010602011771号