E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
CPlusPlus
NDK r5 支持 RTTI 了
cxx-stl/gnu-libstdc++/README 文件里,写着:Touseit,defineAPP_STLto'gnustl_static'inyourApplication.mk.Seedocs/
CPLUSPLUS
-SUPPORT.htmlformoredetails.ThisimplementationfullysupportsC
quaful
·
2010-12-28 16:00
c
exception
C++项目中的extern "C" {}
引言 在用C++的项目源码中,经常会不可避免的会看到下面的代码: 1 #ifdef __
cplusplus
2 extern "C" { 3 #endif 4
sam406
·
2010-12-26 00:00
编程
C++
c
面试
C#
ice 的 Nonmutating 和 Idempotent
它们在概念上等效于
Cplusplus
的const成员函数。你可以如下的指出这样的操作: interfaceClock{nonmutatingTimeOfDaygetTime();
biexf
·
2010-12-20 17:00
c
服务器
语言
interface
idempotent
VC++生成DLL,Qt中使用DLL
#include"stdafx.h" #ifdef__
cplusplus
yyzsyx
·
2010-12-02 14:00
OpenCV学习笔记(3):一些函数等的解释(更新中...)
1.CV_IABS()的意思 /*absolutevaluewithoutjumps*/#ifndef__
cplusplus
#defineCV_IABS(a)(((a)^((a)<0?
yee_yj
·
2010-11-26 19:00
OpenSSL CSP Engine
include#include//===========================================================================#ifdefined(__
cplusplus
wzsy
·
2010-11-24 09:00
将自己写的经常复用的类封装成dll/lib的方法
,其实,我们可以像使用opengl的库那样来用你自己的类,做法就是把你写好的类封装成dll,具体做法如下: 第一步:制作dll 1.针对一个类ClassA:头文件:classA.h#ifdef__
cplusplus
wqvbjhc
·
2010-11-23 11:00
c
工作
Class
dll
include
extern "c"
添加头文件的方法如下:#ifdef_cplusplusextern"C"{#endif#include (所在的头文件)#ifdef_
cplusplus
}#endif
suhuaiqiang_janlay
·
2010-11-15 17:00
c
CppSupport 1.2 for QtCreator 2.0.1
主要功能:基于QTC的
CPlusPlus
组件实现的类浏览器通过一个组合框提供多个项目之间的切换支持项目内子项目的全部显示/单独显示类符号保持与代码编辑器的同步更新类浏览器实现无闪烁更新,保持状态一致可
visualfc
·
2010-11-11 22:00
关于extern "C"解释
#ifdef__
cplusplus
}#endif#endif这种代码结构,也许还有人不清楚这样写代码的理由.这里解释下:1)首先包含extern:表示这里面声明的变量和函数都是
swliao
·
2010-10-29 17:00
c
function
语言
include
float
编译器
strtol()函数解析
strtol()函数的原型:longintstrtol(constchar*str,char**endptr,intbase);strtol()函数的reference:http://www.
cplusplus
.com
swliao
·
2010-10-29 13:00
c
null
buffer
reference
extern "C" 含义,C和C++混合编程
混合编程1.为什么标准头文件中都有如下结构(比如stdio.h文件):#ifndef_INC_STDIO //这个宏防止头文件被重复包含 #define_INC_STDIO#ifdef__
cplusplus
Oliver's R&D Lab
·
2010-10-28 10:00
CppSupport1.0 for Qt Creator 2.0.1
主要功能:基于QTC的
CPlusPlus
组件实现的类浏览器通过一个组合框提供多个项目之间的切换支持项目内子项目的全部显示/单独显示类符号保持与代码编辑器的同步更新类浏览器实现无闪烁更新,保持状态一致可
visualfc
·
2010-10-27 21:00
extern "c"
添加头文件的方法如下:#ifdef_cplusplusextern"C"{#endif#include (所在的头文件)#ifdef_
cplusplus
suhuaiqiang_janlay
·
2010-10-15 16:00
c
MTK常用函数快速查找
#ifdef__
cplusplus
//20070613addforsimulatorextern"C"{#endifNVRAM_EF_PHB_COMPARE_DIGIT_DEFAULT
look85
·
2010-10-12 17:00
list
animation
token
WAP
MTK
menu
探索C++的秘密之详解extern "C"
时常在cpp的代码之中看到这样的代码:#ifdef__cplusplusextern"C"{#endif//一段代码#ifdef__
cplusplus
}#endif这样的代码到底是什么意思呢?
lanyzh0909
·
2010-10-08 14:00
高手讲解:探索C++的秘密之详解extern
以下是引用片段: #ifdef __
cplusplus
extern "C" { #endif //一段代码
ychw365
·
2010-09-25 17:00
C++
c
gcc
C#
F#
几个需要引起注意的面试题
答案:C++编译时定义了_
cplusplus
,C编译时定义了_STDC_。
collier
·
2010-09-24 21:00
C/C++程序设计
四种cast和typeid的用法
http://www.
cplusplus
.com/doc/tutorial/typecasting/ 上面的链接中,讲述了四种cast的用法。其实我还是没懂。
RichardYSteven
·
2010-09-19 16:00
c
C++项目中的extern "C" {}
1#ifdef__
cplusplus
2extern "C" {3#endif4 5/*...*/6 7#ifdef__
cplusplus
8}9#endif它到底有什么用呢,你知道吗?
zhangboyj
·
2010-09-17 14:00
C++
c
header
语言
fortran
编译器
编译器定义的宏
__
cplusplus
__STDC____LINE__ __FILE____FUNCTION____TIME____DATE__
Mrknowledge
·
2010-09-17 09:00
复制构造,赋值操作符,const重要性
原文地址:http://www.
cplusplus
.com/articles/jsmith1/什么是复制构造?复制构造是类或结构体的一种特殊的拷贝已存在实例构造函数。
computerhenu
·
2010-09-14 21:00
探索C++的秘密之详解extern "C"
时常在cpp的代码之中看到这样的代码: #ifdef__cplusplusextern"C"{#endif//一段代码#ifdef__
cplusplus
}#endif这样的代码到底是什么意思呢?
favory
·
2010-09-13 10:00
lock the mouse and keyboard——windows
ref:http://www.
cplusplus
.com/forum/windows/11380/
Program My Future
·
2010-09-07 17:00
一些有用的网站
http://www.
cplusplus
.com/ 一个很不错的C++参考网站 http://tool.114la.com/ 一个在线工具集合软件,例如
fanglu09
·
2010-09-04 11:00
C++
c
linux
json
vim
【转帖】零值指针指向何处?
and zero value pointer) 我们查看一下C++标准库定义的NULL指针 // Define NULL pointer value #ifndef NULL # ifdef __
cplusplus
cyblueboy83
·
2010-08-30 09:00
关于NULL
defined(__
cplusplus
)#defineNULL((void*)0)#else#defineNULL(0)#endif#endif#endif
lanseshenhua
·
2010-08-23 15:00
C 模块调用 C++ 编写模块
首先,__
cplusplus
是cpp中的自定义宏,那么定义了这个宏的话表示这是一段cpp的代码,也就是说,上面的代码的含义是:如果这是一段cpp的代码,那么加入extern"C"{和}处理其中的代码。
aobai219
·
2010-08-18 00:00
C++
c
Path
library
interface
编译器
AIX 5.3安装rlwrap
ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/gcc/下载gcc相关包 gcc-4.2.0-3.aix6.1.ppc.rpm,gcc-
cplusplus
客居天涯
·
2010-08-17 15:43
职场
AIX
oracle学习
休闲
AIX 5.3安装rlwrap
ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/gcc/下载gcc相关包gcc-4.2.0-3.aix6.1.ppc.rpm,gcc-
cplusplus
客居天涯
·
2010-08-17 15:43
职场
AIX
休闲
数据库技术
AIX 5.3安装rlwrap
ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/gcc/下载gcc相关包 gcc-4.2.0-3.aix6.1.ppc.rpm, gcc-
cplusplus
lqx0405
·
2010-08-17 12:00
oracle
gcc
AIX
文件读写的字节数问题
发信人:monoshade(我是大灰狠),信区:
CPlusPlus
标 题:【求助】文件读写的问题发信站:北大未名站(2010年08月04日15:14:18星期三),站内信件想先读进来一个1MB的txt的文档
hertz2007
·
2010-08-11 20:00
文件读写的字节数问题
发信人:monoshade(我是大灰狠),信区:
CPlusPlus
标题:【求助】文件读写的问题发信站:北大未名站(2010年08月04日15:14:18星期三),站内信件想先读进来一个1MB的txt的文档
hertz2007
·
2010-08-11 20:00
C++
关于 (int&)a 的一些讨论
发信人:WinterFarmer(这不是马甲),信区:
CPlusPlus
标 题:关于强制转换发信站:北大未名站(2010年08月02日10:32:29星期一),站内信件 (int&)a这个应该得到的事a
hertz2007
·
2010-08-11 20:00
C 模块调用C++ 编写模块
首先,__
cplusplus
是cpp中的自定义宏,那么定义了这个宏的话表示这是一段cpp的代码,也就是说,上面的代码的含义是:如果这是一段cpp的代码,那么加入extern"C"{和}处理其中的代码。
aobai219
·
2010-08-11 14:00
C++
c
Path
library
interface
编译器
#ifdef __
cplusplus
倒底是什么意思?
#ifdef__
cplusplus
倒底是什么意思?
I love C++
·
2010-07-30 23:00
#ifdef _
cplusplus
(转)
时常在cpp的代码之中看到这样的代码:#ifdef__
cplusplus
extern"C"{ #endif //一段代码 #ifdef__
cplusplus
} #
owldestiny
·
2010-07-29 09:00
c
汇编
include
编译器
fun
静态库的使用
如果是用C写的,在头文件中要 #ifdef __
cplusplus
extern "C" { #endif ........
wapysun
·
2010-07-22 16:00
静态
静态库的使用
#ifdef__
cplusplus
}#endif 如果库和调用库的应用程序都是在VC上编译的话,可以不包含上边的部分,但是如果要给其他的工具调用的话就要包含。
bigapple88
·
2010-07-22 16:00
c
工具
C++项目中的extern "C" {}
1#ifdef__
cplusplus
2extern"C"{3#endif4 5/*...*/6 7#ifdef__
cplusplus
8}9#endif它到底有什么用呢,你知道吗?
java-admin
·
2010-07-22 10:00
编程
C++
c
面试
C#
C++项目中的extern "C" {}
1#ifdef__
cplusplus
2extern"C"{3#endif4 5/*...*/6 7#ifdef__
cplusplus
8}9#endif它到底有什么用呢,你知道吗?
wangyongjun_cn
·
2010-07-13 11:00
C++
c
header
语言
编译器
Signal
C++项目中的extern "C" {}
引言在用C++的项目源码中,经常会不可避免的会看到下面的代码: #ifdef __
cplusplus
extern "C" { #endif /*...*/
Saylor87
·
2010-07-10 19:00
C++
职场
extern
休闲
"C"
C++项目中的extern "C" {}
引言在用C++的项目源码中,经常会不可避免的会看到下面的代码: #ifdef __
cplusplus
extern "C" { #endif /*...*/
Saylor87
·
2010-07-10 19:00
C++
职场
extern
休闲
"C"
用c++语言写和调用动态库
#ifdef__
cplusplus
//参考我之前
zz_yun
·
2010-07-08 14:16
职场
语言
动态
休闲
用c++语言写和调用动态库
#ifdef__
cplusplus
//参考我之前
zz_yun
·
2010-07-08 14:16
职场
语言
动态
休闲
#ifdef __
cplusplus
深度剖析
时常在cpp的代码之中看到这样的代码: #ifdef__
cplusplus
extern"C"{ #endif //一段代码 #ifdef__
cplusplus
}#endif这样的代码到底是什么意思呢
zypsg
·
2010-07-07 13:00
c
汇编
gcc
reference
编译器
#ifdef __
cplusplus
深度剖析
时常在cpp的代码之中看到这样的代码: #ifdef __
cplusplus
extern "C" { #endif //一段代码 #ifdef __
cplusplus
wapysun
·
2010-07-07 13:00
C++
c
C#
F#
gcc
C++存储类型
g=
cplusplus
&seqNum=28 内存管理 在C++中,一种存储类别(storageclass)定义了某个标志符的内存属性。
webScaler
·
2010-06-30 13:00
thread
C++
c
String
存储
translation
#ifdef __
cplusplus
倒底是什么意思?
stonecrazyking/archive/2006/09/23/512552.html时常在cpp的代码之中看到这样的代码:#ifdef__cplusplusextern"C"{#endif//一段代码#ifdef__
cplusplus
scuabin
·
2010-06-20 10:00
c
汇编
gcc
reference
编译器
gcc 编译过程
优化-->汇编-->链接-->可执行文件对于gcc而言:第一步预处理 命令:gcc-otest.i-Etest.c 或者cpp-otest.itest.c(这里cpp不是值
cplusplus
clozxy
·
2010-06-12 21:00
汇编
object
gcc
File
编译器
preprocessor
上一页
35
36
37
38
39
40
41
42
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他