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
#ifdef __
cplusplus
extern "C" { #endif”的定义的含义
看一些程序的时候老是有“#ifdef__cplusplusextern"C"{#endif”的定义,搞搞清楚是怎么回事:Microsoft-SpecificPredefinedMacros__cplusplusDefinedforC++programsonly. 意思是说,如果是C++程序,就使用extern"C"{而这个东东,是指在下面的函数不使用的C++的名字修饰,而是用C的Thefollow
zeusuperman1
·
2012-12-20 16:00
C++ redis client安装全过程
1.下载:C++版本的redisclient下载链接:https://github.com/mrpi/redis-
cplusplus
-client2.首先需要安装boost库,在linux下安装boost
zgl_dm
·
2012-12-19 10:00
c++模板的应用
originalurlfrombelow:http://www.codeproject.com/Articles/257589/An-Idiots-Guide-to-
Cplusplus
-Templates-Part
·
2012-12-16 17:00
Multiset(下)——Boost中的bimap和multiset_of
不过在此之前,最好还是先了解下std::multimap: http://blog.csdn.net/believefym/article/details/1627874http://www.
cplusplus
.com
zzxiang1985
·
2012-12-16 16:00
extern "C" 介绍(转)
本文转自:http://www.cnblogs.com/ppazhang/archive/2012/11/27/2790920.html时常在cpp的代码之中看到这样的代码: #ifdef__
cplusplus
wangqiulin123456
·
2012-12-13 20:00
vector构造函数
下面是从
cplusplus
.com复制过来的一段代码,简单明了的说明了vector不同的构造函数用法。
lwfcgz
·
2012-12-07 23:00
[C/C++]堆栈指引
标签: 函数参数与局部变量 kernel linux 堆栈 it分类: C/
CPlusPlus
前言我们经常会讨论这样的问题:什么时候数据存储在堆栈(Stack)中,什么时候数据存储在堆(Heap)中。
zeusuperman1
·
2012-12-07 14:00
Redis 的 C++开发包 使用例子
1.首先安装完毕redis2.安装boost库3.开发包下载地址:redis-
cplusplus
-client4.上代码#include"redisclient.h"#include#includeusingnamespaceboost
youngqj
·
2012-12-06 17:31
c++
Redis 的 C++开发包 使用例子
1.首先安装完毕redis 2.安装boost 库 3.开发包下载地址: redis-
cplusplus
-client 4.上代码 #include &
hn67
·
2012-12-06 17:00
redis
C++
Redis 的 C++开发包 使用例子
1.首先安装完毕redis2.安装boost库3.开发包下载地址:redis-
cplusplus
-client4.上代码#include"redisclient.h" #include #include
youngqj
·
2012-12-06 17:00
Redis 的 C++开发包 使用例子
1.首先安装完毕redis2.安装boost库3.开发包下载地址:redis-
cplusplus
-client4.上代码#include"redisclient.h"#include#includeusingnamespaceboost
youngqj
·
2012-12-06 17:00
c++
读勘误
读http://www.
cplusplus
.com/doc/tutorial/笔记,以及勘误P80,Pointerstostructures的示例程序有://pointerstostructures#include
hanbaobao2005
·
2012-12-04 11:04
offsetof 宏的简介
原文地址:http://baike.baidu.com/view/5513779.htm定义在stddef.h头文件中,该宏的完整说明如下: #ifdef__
cplusplus
#ifdef_WIN64
HEVC_CJL
·
2012-12-03 19:00
c
c
struct
struct
语言
宏
offsetof
cplusplus
&Apache C++ Standard Library Reference...
cplusplusApacheC++StandardLibraryReferenceGuide cppreference
li375669512
·
2012-12-01 22:00
vxworks中FUNCPTR、LOCAL、STATUS的原型
STATUSint IMPORTextern FASTregister FUNCPTR在文件target/h/types/vxTypesOld.h中: #ifdef__
cplusplus
pengrui18
·
2012-11-21 19:00
C and C++ call
1.c++callcfunction#ifdef__cplusplusextern"C"{#endifvoidfun1(intn);voidfun2(intn);#ifdef__
cplusplus
}#endif
fanbird2008
·
2012-11-20 13:00
ffmpeg API录制rtsp视频流
#include #ifdef__
cplusplus
extern"C"{ #endif #include #include //#include #ifdef_MSC_VER
zxwangyun
·
2012-11-16 13:00
判断一个程序是C编译的还是C++编译
判断一个程序是C编译的还是C++编译如果编译器在编译cpp文件那么__
cplusplus
就会被定义 如果是一个c文件在被编译那么__STDC__就会被定义__STDC__是预定义宏。
热转印www.yxheatpress.com
·
2012-11-12 11:00
NSObjCRuntime.h
*/#include #ifdefined(__
cplusplus
)#defineFOUNDATION_EXTERNextern "C"#else#defineFOUNDATION_EXTERNextern
SoulHao
·
2012-11-08 20:00
stl priority_queue的使用
from:http://www.
cplusplus
.co
Dijason
·
2012-11-08 16:00
探索extern "C"
下面的代码段,在C程序里,应该经常可见 #ifdef __
cplusplus
exte
xitong
·
2012-11-05 15:00
extern
Effective Exception Handling in Visual C++
中进行有效的异常处理 出自CodeProject,原文链接:http://www.codeproject.com/Articles/207464/Exception-Handling-in-Visual-
Cplusplus
qyfcool
·
2012-11-04 20:00
C++
C++
exception
Signal
小知识点2
__
cplusplus
必须是小写3.用HMODULE做基址时,要转化为(BYTE*)4.Windows消息分为队列消息和非队列消息,WH_GETMESSAGE不能取到非队列消息,用SendMessage
pud_zha
·
2012-10-31 14:00
#ifdef __
cplusplus
倒底是什么意思?
时常在cpp的代码之中看到这样的代码:#ifdef__
cplusplus
extern"C"{ #endif//一段代码#ifdef__
cplusplus
} #endif 这样的代码到底是什么意思呢?
HMSIWTV
·
2012-10-28 14:00
和菜鸟一起学c之回调函数简单实例
#ifdef__
cplusplus
extern"C"{
eastmoon502136
·
2012-10-26 09:00
解决turbo c++3.0图形编程出现的小问题
发信人:feuvan(飞羽无痕,一个成长中的VC程序员),信区:
CPlusPlus
标题:[FAQ]TurboC图形程序脱离BGI文件独立运行办法发信站:BBS水木清华站(Mo
love33521
·
2012-10-25 16:00
h264 encode
#ifdef __
cplusplus
extern "C" { #endif #include "libavutil/opt.h" #include "
huzhenyu
·
2012-10-24 18:00
encode
vanilla C中的vanilla到底什么意思
和 http://piggyq.com/pen/what-is-vanilla-
cplusplus
.html 的作者同样的经历,也是多次看到vanilla C,起初查了一下vanilla,无果
rrstpit
·
2012-10-24 11:00
vanilla
想要学好C++,必看,能看完,证明你有学习C++的潜质,否则趁早放弃
【C++概述】C++这个词在中国大陆的程序员圈子中通常被读做“C加加”,而西方的程序员通常读做“
Cplusplus
”,“CPP”。它是一种使用非常广泛的计算机编程语言。
CodingSir
·
2012-10-23 11:17
实例 android jni中调用Log输出调试信息
1为方便使用,先进行宏定义:eben_hpc_log.h内容如下:#ifndef_Included_hpc_Log #define_Included_hpc_Log #ifdef__
cplusplus
hpccn
·
2012-10-19 16:00
vxworks中FUNCPTR、LOCAL、STATUS的原型
STATUSint IMPORTextern FASTregister FUNCPTR在文件target/h/types/vxTypesOld.h中: #ifdef__
cplusplus
daofengdeba
·
2012-10-18 21:00
float
C库函数表,方便查询
http://www.
cplusplus
.com/reference/clibrary/cstdio/feof/ C库函数表,方便查询示例:/*feofexample:bytecounter*/
sergery
·
2012-10-15 22:00
c常用宏指令
defined(__
cplusplus
)#errorC++compilerrequired.
cjsycyl
·
2012-10-11 19:00
VS C/C++动态链接库的创建
1)这个头文件是要导出为DLL入口的头文件,想把哪个函数写成DLL的入口,就写入这个文件#ifndefOUTFILE #defineOUTFILE #ifdef__
cplusplus
extern"C
nocml
·
2012-10-10 11:00
c
dll
library
#ifdef __
cplusplus
extern "C" { #endif 的解释
ifdef__cplusplusextern"C"{#endif 时常在cpp的代码之中看到这样的代码:#ifdef__cplusplusextern"C"{#endif//一段代码#ifdef__
cplusplus
heqiuya
·
2012-09-24 09:00
c
汇编
include
编译器
fun
C++ 标准库的 locale 类用法
参考:
cplusplus
.com上关于标准C++中国际化支持的参考:LocalizationlibraryLocaleclassTheC++StandardLibrary(NicolaiM.Josuttis
Leichelle
·
2012-09-20 22:00
C++
windows
String
终端
localization
GetConsoleOutputCP SetConsoleOutputCP
http://www.
cplusplus
.com/forum/windows/9797/AfterabitofgooglingIcameacrossthefollowing:http://msdn.microsoft.com
shuixin536
·
2012-09-14 14:00
String
input
UP
output
c实现heap
29 5 * Author: aHuJever 6 */ 7 8 #ifndef BINARY_HEAP_H_ 9 #define BINARY_HEAP_H_10 #ifdef __
cplusplus
11
逍遥魂
·
2012-09-12 21:00
AIX 6.1安装GCC
ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/gcc/下载gcc相关包 gcc-4.2.0-3.aix6.1.ppc.rpm,gcc-
cplusplus
axiaowuua
·
2012-09-10 16:23
安装
gcc
AIX
6.1
extern “C”总结
archive/2010/12/24/1916343.htmlextern“C”总结经常看到如下代码:#ifdef_cplusplusextern"C"{#endif#include"XXX.h"#ifdef_
cplusplus
ywh147
·
2012-09-09 18:00
c
function
System
float
iostream
编译器
map
http://www.
cplusplus
.com/reference/stl/map/MapMapsareakindofassociativecontainerthatstoreselementsformedbythecombinationofakeyvalueandamappedvalue.Inamap
cuiyifang
·
2012-09-06 13:00
function
iterator
Class
destructor
Allocation
containers
c++ 文件的输入输出流
翻译自:http://www.
cplusplus
.com/doc/tutorial/files/c++提供了下列的类用来处理文件的输入输出: ofstream:处理文件输出流的类 ifstream:
viwii
·
2012-09-03 16:00
线程顺序打印ABC
程序代码如下:#include#includeusingnamespacestd;#ifdef__cplusplusextern"C"{#endif#include#include#ifdef__
cplusplus
aries5555
·
2012-08-29 19:00
AIX 6.1安装memcache
:ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/gcc/gcc-4.2.0-3.aix6.1.ppc.rpm,gcc-
cplusplus
axiaowuua
·
2012-08-29 15:20
安装
memcached
AIX
6.1
AIX 6.1安装memcache
:ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/gcc/gcc-4.2.0-3.aix6.1.ppc.rpm,gcc-
cplusplus
axiaowuua
·
2012-08-29 15:20
安装
aix
memcached
把静态库链接进so库中及C++调用C
LOCAL_LDFLAGS :=$(LOCAL_PATH)/compasslib_h6_gcc_armv4t.aC++调用C(xxx.h): #ifdef__
cplusplus
yicao821
·
2012-08-29 14:00
C++
c
gcc
Path
cmath(math.h)
转载来自kb神的推荐:http://
cplusplus
.com/reference/clibrary/cmath/很多基础的东西都没有记住啊注意数据类型的定义,貌似用double比较保险的说。。。
Cfreezhan
·
2012-08-25 16:00
c
function
UP
Parameters
math.h
iPhone开发中,在XCode下混合编译C++/Objective-C
转自:http://www.cnblogs.com/biosli/archive/2011/04/30/Mixing_ObjectiveC_and_
Cplusplus
_in_iPhone_Development.html
leonpengweicn
·
2012-08-23 18:00
toupper
toupper分类: C2011-11-1800:35 236人阅读 评论(0) 收藏 举报原文:http://www.
cplusplus
.com/reference/clibrary/cctype/toupper
jfkidear
·
2012-08-20 23:00
c
c
语言
extern用法总结
__
cplusplus
是cpp中的自定义宏,那么定义了这个宏的话表示这是一段cpp的代码。
开源云
·
2012-08-18 11:00
上一页
29
30
31
32
33
34
35
36
下一页
按字母分类:
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
其他