大约有 40,000 项符合查询结果(耗时:0.0203秒) [XML]

https://www.tsingfun.com/it/cp... 

编译器内部秘密--微软编译器是如何解析Try/Catch/Throw - C/C++ - 清...

编译器内部秘密--微软编译器是如何解析Try/Catch/ThrowCompiler-Internals-How-Try-Catch-Throw-are-Interprpreted-by-the-Microsoft-Compiler本文不是一篇介绍如何在x86架构上详细地实现异常处理(exception handling)手册,只是一篇入门讨论性文章...
https://www.tsingfun.com/it/cp... 

编译器内部秘密--微软编译器是如何解析Try/Catch/Throw - C/C++ - 清...

编译器内部秘密--微软编译器是如何解析Try/Catch/ThrowCompiler-Internals-How-Try-Catch-Throw-are-Interprpreted-by-the-Microsoft-Compiler本文不是一篇介绍如何在x86架构上详细地实现异常处理(exception handling)手册,只是一篇入门讨论性文章...
https://www.tsingfun.com/it/cp... 

编译器内部秘密--微软编译器是如何解析Try/Catch/Throw - C/C++ - 清...

编译器内部秘密--微软编译器是如何解析Try/Catch/ThrowCompiler-Internals-How-Try-Catch-Throw-are-Interprpreted-by-the-Microsoft-Compiler本文不是一篇介绍如何在x86架构上详细地实现异常处理(exception handling)手册,只是一篇入门讨论性文章...
https://www.tsingfun.com/it/cpp/614.html 

浅析为什么char类型范围是 -128~+127 - C/C++ - 清泛网 - 专注C/C++及内核技术

浅析为什么char类型范围是 -128~+127在C语言中, signed char 类型范围为-128~127,每本教科书上也这么写,但是没有哪一本书上(包括老师)也不会给你为什么是-128~127,这...在C语言中, signed char 类型范围为-128~127,每本教科书上...
https://www.tsingfun.com/it/cpp/667.html 

windows异常处理 __try __except - C/C++ - 清泛网 - 专注C/C++及内核技术

...理 __try __excepttry-except用法  try except是windows 系统独有异常处理模型,windows异常处理模式,称为SEH( structured exception handling ...try-except用法   try except是windows 系统独有异常处理模型,windows异常处理模式,称为SEH( struc...
https://www.tsingfun.com/it/cpp/2140.html 

解决WaitForSingleObject阻塞UI线程问题 - C/C++ - 清泛网 - 专注C/C++及内核技术

...ile (TRUE) { //wait for m_hThread to be over,and wait for //QS_ALLINPUT(Any message is in the queue) dwRet = MsgWaitForMultipleObjects(1, &hThread, FALSE, INFINITE, QS_ALLINPUT); switch(dwRet) { case WAIT_OBJECT_0: break; //break the loop case WAIT_OBJECT_0 + 1: ...
https://bbs.tsingfun.com/thread-616-1-1.html 

如何获取IE (控件)所有链接(包括Frameset, iframe) - 其他 - 清泛IT社...

来源:新浪博客 IE 顶层 body 节点通过IHTMLElement->get_all 方法无法获取iframe 里面节点列表: CComPtr<IHTMLElement> body; ... CComPtr<IDispatch> spDispCollection; body->get_all(&spDispCollection);复制代码所以要获取iframe/frame(frameset) ...
https://www.tsingfun.com/it/cpp/1876.html 

STL中map容器使用自定义key类型报错详解 - C/C++ - 清泛网 - 专注C/C++及内核技术

STL中map容器使用自定义key类型报错详解引言STLmap容器中,key类型是不是随意呢?实践编写测试代码定义一个结构体来试试:[cpp]view plaincopystructa{char*pName;intm_a;} 引言 STLmap容器中,key类型是不是随意呢? 实践 ...
https://www.tsingfun.com/it/cpp/709.html 

BSS段、数据段、代码段、堆与栈 剖析 - C/C++ - 清泛网 - 专注C/C++及内核技术

...段:BSS 段(bss segment)通常是指用来存放程序中未初始化全局变量一块内存区域。BSS 是英文Block Started by Symbol ...BSS 段:BSS 段(bss segment)通常是指用来存放程序中未初始化全局变量一块内存区域。BSS 是英文Block Starte...
https://www.tsingfun.com/it/cpp/1505.html 

使用std::string作为std::mapkey出错解决 - C/C++ - 清泛网 - 专注C/C++及内核技术

使用std::string作为std::mapkey出错解决c: program files (x86) microsoft visual studio 11.0 vc include xstddef(180): error C2784: bool std::operator <(const st...c:\program files (x86)\microsoft visual studio 11.0\vc\include\xstddef(180): error C2784: “bool std::operator <(const std:...