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
为什么要用 enable_shared_from_this ?
en_name=
CPlusPlus
&gid=314844 楼主 hma (Ifyouthinkyoucan,youcan.) ☆─────────────────────────────────────
瑞尼书苑
·
2013-03-31 19:00
C++ container member map
本文来自http://www.
cplusplus
.com/reference/stl/MembermapThisisacomparisonchartwiththedifferentmemberfunctionspresentoneachofthedifferentcontainers
xuning2516
·
2013-03-31 16:00
vs2008静态链接库编程
define_STATIC_LIB_H_#ifdef__cplusplusextern"C"{#endifintadd(inta,intb);intsubtract(inta,intb);#ifdef__
cplusplus
huangfengxiao
·
2013-03-28 17:00
C++ 字符串分割 (HDUOJ 2072)
具体函数使用见:http://www.
cplusplus
.
perfumekristy
·
2013-03-25 10:00
C++ 对象的生命周期
转:C++对象的生命周期stackheapgloballocalstatic标签: stack heap global local static 分类:
CPlusPlus
2011-04-1523
shuiyingzi5
·
2013-03-21 22:00
C++项目中的extern "C" {}
.*/ #ifdef__
cplusplus
}#endif它到底有什么用呢,你知道吗?而且这样的问题经常会出现在面试or笔试中。
xiyanlgu
·
2013-03-21 17:00
C++
c
c
extern
error C2054:在“inline”之后应输入“(”
defined(__
cplusplus
)#defineinline__inline#endif
wl_fln
·
2013-03-14 13:00
android ndk obb.h
#ifndef ANDROID_OBB_H #define ANDROID_OBB_H #include <sys/types.h> #ifdef __
cplusplus
extern
Darar
·
2013-03-12 15:00
android NDK
entern “C”/(C/C++)混合编程(转)
在用C++的项目源码中,经常会不可避免的会看到下面的代码: #ifdef __
cplusplus
extern "C" { #endif
sallency
·
2013-03-09 17:48
“C”
entern
c/c++混合编程
entern “C”/(C/C++)混合编程
在用C++的项目源码中,经常会不可避免的会看到下面的代码:#ifdef __
cplusplus
extern "C" { #endif /*...*/ #ifdef
sallency
·
2013-03-09 17:48
C/C++混合编程
entern
“C”
C/C++
C++中STL STD::list使用说明 (ZZ)
转自:http://www.cnblogs.com/fangyukuan/archive/2010/09/21/1832364.htmlhttp://www.
cplusplus
.com/reference
lanshengsheng
·
2013-03-09 10:00
获取随机数函数sand()的总结
获取随机数函数sand()的用法详见官方文献:http://www.
cplusplus
.com/reference/cstdlib/rand/?
LYN_BIGDREAM
·
2013-03-07 15:00
小笔记,在windows和linux下分开编译、在C\C++下都使用C风格编译
平台下编译的的C/C++代码:#ifdefWIN32 //windows部分的代码 #else //linux部分的代码 #endif//WIN32C/C++接口部分的常用实现代码(导出c接口):#ifdef__
cplusplus
hjx_1000
·
2013-03-05 14:00
#ifdef __
cplusplus
extern c #endif 的作用
其实很简单,作用就是如果此头文件是在c++中使用的(就是一个.cpp文件include此头文件,而不是一个.c文件),那么函数名称粉碎方式仍然使用C中的方式。(就是此函数编译后在object文件中的内部名称和C中是兼容的)比如void foo1();如果c文件包含了它,生成的object文件中此函数被命名为 c_foo1,而在cpp文件中包含了它,生成的object中此函数命名为cpp_foo1,
peterli_xue
·
2013-03-03 15:00
YUV格式互转
#ifndef__COLORTRANSFORM_H__ #define__COLORTRANSFORM_H__ #ifdef__
cplusplus
extern"C"{ #endif #definePERROR1
djzhao
·
2013-03-01 09:00
C语言15大头文件介绍
defined(__DEFS_H)#include#endif#ifdef__
cplusplus
daiyutage
·
2013-02-28 16:00
#ifdef __
cplusplus
#ifdef __
cplusplus
,一般用于将C++代码以标准C形式输出(即以C的形式被调用),这是因为C++虽然常被认为是C的超集,但是C++的编译器还是与C的编译器不同的。
ydbc
·
2013-02-27 16:00
if
#ifdef __
cplusplus
#ifdef__
cplusplus
,一般用于将C++代码以标准C形式输出(即以C的形式被调用),这是因为C++虽然常被认为是C的超集,但是C++的编译器还是与C的编译器不同的。
MyGameZone
·
2013-02-27 16:00
web编程---用c++写cgi程序
http://www.cnblogs.com/moonlove/archive/2012/02/22/2509147.html英文原文地址:http://www.tutorialspoint.com/
cplusplus
kaloha3
·
2013-02-26 10:00
第三部分:IDataObject实现
1.SdkDataObject.h头文件: #ifdef__
cplusplus
#ifndef_SDKDATAOBJECT_H_ #define_SDKDAT
leehong2005
·
2013-02-25 14:00
DeskBand实现之——实现声明
#ifdef__
cplusplus
#ifndef_SDKDESKBANDDEF_H_ #define_SDKDESKBANDDEF
leehong2005
·
2013-02-25 11:00
工作记录
http://stackoverflow.com/questions/254149/how-do-you-write-a-basic-operating-systemhttp://www.
cplusplus
.com
talentwang
·
2013-02-21 20:00
讨论nullptr和NULL
1、为什要有nullptr 我们给一个指针赋初值的时候一般这么写 FILE*fp=NULL; 这里有个NULL的定义,一般情况下它是这么定义的: #ifdef__
cplusplus
#defineNULL0
langresser
·
2013-02-20 14:00
探索extern "C"
下面的代码段,在C程序里,应该经常可见#ifdef__
cplusplus
extern"
j_am_jack
·
2013-02-19 13:00
atlopengl
#ifndef__ATLOPENGL_H__ #define__ATLOPENGL_H__ #pragmaonce #ifndef__
cplusplus
#errorATLrequiresC++compilation
小熊猫大暴走
·
2013-02-18 19:00
FFmpeg - C++中使用ffmpeg库
一般来说,一个用C写成的库如果想被C/C++同时可以使用,那在头文件应该加上#ifdef__cplusplusextern"C"{#endif#ifdef__
cplusplus
leonpengweicn
·
2013-02-17 14:00
Thinking in C++ Notes 函数重载与默认参数
两种数据类型:enumunion(属性会在同一区域覆盖) http://www.
cplusplus
.com/doc/tutorial/other_data_typeenumtype{ intproperty1
EdwardLi
·
2013-02-04 23:00
c++调用c函数问题
#ifdef__
cplusplus
}#endif它表示如果c++中调用这里的函数时,编
mcgrady_tracy
·
2013-02-04 17:00
C++强大背后
C++强大背后(转载)本文载自http://www.cnblogs.com/miloyip/archive/2010/09/17/behind_
cplusplus
.html在31年前(1979年),一名刚获得博士学位的研究员
厚积薄发
·
2013-02-02 20:00
ICE编程中的 Nonmutating 和 Idempotent
它们在概念上等效于
Cplusplus
的const成员函数。
zhiweiarm
·
2013-01-29 17:00
AMPS:定时器模块源码解读
AMPS_Timer.h#ifndef__HEADER_AMPS_TIMER_H__ #define__HEADER_AMPS_TIMER_H__ #ifdef__
cplusplus
extern"C
dyx1024
·
2013-01-27 22:00
extern "C"用法详解
1.前言:时常在cpp的代码之中看到这样的代码:#ifdef__cplusplusextern"C"{#endif//一段代码#ifdef__
cplusplus
}#endif这样的代码到底是什么意思呢?
zzjxiaozi
·
2013-01-26 21:00
【转】c++ web编程:写出你的CGI程序(英文)
原文地址:http://www.tutorialspoint.com/
cplusplus
/cpp_web_programming.htmWhatisCGI?
lewsn2008
·
2013-01-20 16:00
AMPS:队列源码解读
AMPS_Queue.h#ifndef__HEADER_AMPS_QUEUE_H #define__HEADER_AMPS_QUEUE_H #ifdef__
cplusplus
extern"C"{ #
dyx1024
·
2013-01-19 20:00
【转】c++ web编程:写出你的CGI程序
http://www.cnblogs.com/moonlove/archive/2012/02/22/2509147.html英文原文地址:http://www.tutorialspoint.com/
cplusplus
lewsn2008
·
2013-01-19 13:00
C和C++混合编程(__
cplusplus
使用)
通常,在C语言的头文件中经常可以看到类似下面这种形式的代码:#ifdef__cplusplusextern"C"{#endif #ifdef__
cplusplus
}#endif那么,这种写法什么用呢?
sahusoft
·
2013-01-15 22:00
C++与C混编
*/#ifdef__
cplusplus
}#endif#endif/*__INCvxWorksh*/分析:1显然,头文件中的编译宏“#ifndef_
lanbing510
·
2013-01-15 16:00
L,_T(),_TEXT()的秘密
_T()与_TEXT()源码在tchar.h文件里有如下宏定义:#ifdef__
cplusplus
//__
cplusplus
该宏代表是否是c++,如果不是c++是c语言的话就不会定义该宏 extern"C
jiese1990
·
2013-01-12 14:00
c++语法
编译C++程序时,编译器自动定义了一个预处理名字__
cplusplus
,而编译标准C时,自动定义名字__STDC__。
MyGameZone
·
2013-01-09 19:00
c++语法
0.编译C++程序时,编译器自动定义了一个预处理名字__
cplusplus
,而编译标准C时,自动定义名字__STDC__。
ydbc
·
2013-01-09 19:00
C++
俄罗斯方块c源代码
#include#include#include#include#include#ifdef__
cplusplus
#define__CPPARGS...
loadstar_kun
·
2013-01-08 10:00
__LINE__ __FILE__ ......
它们是:__LINE____FILE____DATE____TIME____STDC__C++中还定义了__
cplusplus
如果编译器不是标准的,则可能仅支持以上宏名中的几个,或根本不支持。
liaoxianming
·
2013-01-04 16:00
interface/class 的 Nonmutating 和 Idempotent
它们在概念上等效于
Cplusplus
的const成员函数。
dodo_check
·
2013-01-04 13:00
linux下一个内存池实现
memory_pool.h#ifndef_MEMORY_POOL_H_ #define_MEMORY_POOL_H_ #ifdef__
cplusplus
namespacemem_pool{extern"C
lxgwm2008
·
2013-01-02 14:00
linux
linux
linux
内存池
原:printf格式化字符串说明
参考:http://www.
cplusplus
.com/reference/clibrary/cstdio/printf/格式:%[flags][width][.precision][length]specifier
佳为好友
·
2012-12-29 10:00
关于vector的resize()的理解
先看看http://www.
cplusplus
.com/reference/vector/vector/resize/std::vector::resizevoidresize(size_typen,value_typeval
ubunfans
·
2012-12-28 15:00
C++指针&引用
http://www.
cplusplus
.com/articles/1075fSEw/ApointeroraReference(Aliasaccordingtosome).Doesthecomplierreallycare
sanbailiushiliuye
·
2012-12-24 16:00
C与C++混合编程的再度讨论
*C++编译器编译生成此函数的Clinkage*C程序调用这个函数时,应该去掉extern"C"重新声明函数,上一篇文章中提到了如何使用__
cplusplus
这个宏来控制是否有这个前缀。
bendanban
·
2012-12-23 18:00
C++与C变量或函数的混合调用
先将程序贴出来,然后在分析://filename:inct.h #ifndef_INCT_H_ #define_INCT_H_ #defineNUM8 #ifdef__
cplusplus
extern"C
bendanban
·
2012-12-23 10:00
转-VC中常用的宏
1、C/C++中的宏 __
cplusplus
如果当前编译器为C++,该值为1。 __DATE__ 当前源码的编译日期,格式为Mmmddyyyy。 __TIME__ 当
dragoo1
·
2012-12-21 09:00
上一页
28
29
30
31
32
33
34
35
下一页
按字母分类:
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
其他