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
C/C++中的序列点
发信人:NetMD(C++),信区:
CPlusPlus
标 题:[FAQ]C/C++中的序列点发信站:水木社区(WedFeb 701:13:412007),站内C/C++中的序列点0.什么是副作用(sideeffects
Snowdream
·
2008-05-16 10:00
python 调用dll
//#include"stdafx.h"#includeusingnamespacestd;#ifdef_MANAGED#pragmamanaged(push,off)#endif#ifdef__
cplusplus
程序之旅
·
2008-04-15 23:00
extern c 是什么意思?
#endif/*__
cplusplus
*/表示如果现在的编译环境是C++的话,让编译器生成C样式的函数名,也就是阻止编译器使用C++的方法进行函数名解析。
lcj8
·
2008-02-29 10:00
extern c 是什么意思?
#ifdef __
cplusplus
extern "C" { //这是什么意思 ?????????????
逆风的香1314
·
2008-02-29 10:00
C++
c
C#
extern "C" 详解
时常在cpp的代码之中看到这样的代码:#ifdef__cplusplusextern"C"{#endif//一段代码#ifdef__
cplusplus
}#endif这样的代码到底是什么意思呢?
michaelrun
·
2008-02-01 15:00
C++
c
汇编
Module
语言
编译器
再论 extern "c"
通常,在C语言的头文件中经常可以看到类似下面这种形式的代码:#ifdef__cplusplusextern"C"{#endif/****somedeclarationorso*****/#ifdef__
cplusplus
adcxf
·
2008-01-26 16:00
extern "C"
时常在cpp的代码之中看到这样的代码:#ifdef__cplusplusextern"C"{#endif//一段代码#ifdef__
cplusplus
}#endif这样的代码到底是什么意思呢?
adcxf
·
2008-01-26 14:00
C++
c
汇编
gcc
reference
编译器
关于#ifdef__
cplusplus
问题
主要实现C与C++的相互调用问题c.h的实现#ifndef_c_h_#define_c_h_#ifdef__cplusplusextern"C"{#endifvoidC_fun();#ifdef__
cplusplus
primer_programer
·
2008-01-17 18:00
C++
c
include
编译器
fun
define定义的宏中,可否带有预编译指令,能否带有#号[转]
可否带有预编译指令,能否带有#号define定义的宏中,可否带有预编译指令,能否带有#号我们项目每个TUXEDO服务前都要有个[code]#ifdefined(__STDC__)||defined(__
cplusplus
3444542
·
2008-01-02 23:00
#单片机
About the use of getline()
.-_- (Reference by:http://www.
cplusplus
.com/reference/iostream/istream/getline.html) thefunctionprototypeisasfollows
The Way of C++
·
2007-12-26 17:00
fstream 和 中文路径
在利用STL读取文件时,对于中文路径不能识别.参考以下两个位置文档资料解决:1.解决获取文件大小和文件内容的问题http://www.
cplusplus
.com/reference/iostream/istream
cnhome
·
2007-12-13 11:00
ios
File
文档
buffer
语言
iostream
怒了!autorun,非手动干掉你不可!
和一个做
cplusplus
的谈了一会,抱怨他们这个行业病毒制作的太多。他说也不一定,告诉我也可能是汇编的。
bangyan2003
·
2007-12-01 16:00
qq
网络应用
金山
extern "C" ZZ
extern "C" voidstemming(char*,char*);时常在cpp的代码之中看到这样的代码:#ifdef__cplusplu***tern"C"{#endif//一段代码#ifdef__
cplusplus
boy8239
·
2007-11-16 17:00
extern "C"转帖
extern"C"转帖时常在cpp的代码之中看到这样的代码: #ifdef__cplusplu***tern"C"{#endif//一段代码#ifdef__
cplusplus
}#endif 这样的代码到底是什么意思呢
程序让生活更美好
·
2007-09-19 14:00
使用C++读写文件
(c++iostreamlibrary) /* Reference:http://www.
cplusplus
.com/ref/iostream/fs
haydenwang8287
·
2007-08-27 12:00
ios
C++
Stream
File
iostream
Constructor
使用C++读写文件
(c++ iostream library) /* Reference: http://www.
cplusplus
haydenwang8287
·
2007-08-27 12:00
C++
比较老的蓝牙通讯(L2CAP)代码
#ifdef__
cplusplus
extern"C"{ #endif #include"EXTERN.h" #include"perl.h" #include"XSUB.h" #include
JamesXing
·
2007-08-02 21:00
比较老的蓝牙通讯(L2CAP)代码
#ifdef __
cplusplus
extern "C" { #endif #include "EXTERN.h" #include "perl.h
isiqi
·
2007-08-02 21:00
windows
.net
socket
perl
Access
perl学习笔记十一-----模块
例如 useCwd位置随便放,不过就像C语言中一样最好是放在程序的最开始.对模块中某个函数的引用 $MODULE_NAME::FUNCTION_NAME 例如$file::copy 这个有点类似于
Cplusplus
yc0188
·
2007-05-28 13:00
详解extern "C"
时常在cpp的代码之中看到这样的代码:#ifdef__cplusplusextern"C"{#endif//一段代码#ifdef__
cplusplus
}#endif这样的代码到底是什么意思呢?
arduousbonze
·
2007-04-15 19:00
C++
c
汇编
gcc
reference
编译器
探索C++的秘密之详解extern “C”
时常在cpp的代码之中看到这样的代码:#ifdef__cplusplusextern"C"{#endif//一段代码#ifdef__
cplusplus
}#endif这样的代码到底是什么意思呢?
besthyq
·
2007-01-24 09:00
C++
c
汇编
gcc
reference
编译器
C++Primer
编译C++程序时,编译器自动定义了__
cplusplus
,而对C程序则定义了__STDC__。另外,__LINE__记录文件已经编译的行数,__FILE__包含正在被编译的文件的名字。
zouxueping
·
2007-01-09 18:00
C语言六个宏
__
cplusplus
标识符__LINE_
xwdok
·
2006-11-26 22:00
C++
c
Date
File
语言
再论C++之垃圾回收(GC)
本文已经迁移到:http://cpp.winxgui.com/cn:garbage-collection-in-
cplusplus
使用智能指针(smartpointers)http://www.codeproject.com
xushiweizh
·
2006-11-24 02:00
C++
Microsoft
C#
reference
wrapper
Pointers
C++热身系列三[原创于百合]
[本篇全文][回复本文][本篇作者:pennyliang][本篇人气:221] 0发信人:pennyliang(世界很美好,值得去奋斗),信区:
CPlusPlus
标 题:为什么减少程序空间复杂度对程序性能有改善
pennyliang
·
2006-11-12 11:00
C++
数据库
cache
搜索引擎
面试
BT
C++热身系列二[原创于百合]
[本篇全文][回复本文][本篇作者:pennyliang][本篇人气:123] 0发信人:pennyliang(世界很美好,值得去奋斗),信区:
CPlusPlus
标 题:一句话说出下列代码执行结果
pennyliang
·
2006-11-12 10:00
C++
工作
Class
C++热身系列一[原创于百合]
信人:pennyliang(世界很美好,值得去奋斗),信区:
CPlusPlus
标 题:有趣的题目,找工作的人来热热身吧发信站:南京大学小百合站(ThuNov 913:15:452006)令vect为vector
pennyliang
·
2006-11-12 10:00
C++
工作
cache
vector
iterator
编译器
几道C++笔试题,看看你的功底如何
发信人: NetMD (C++ is nothing), 信区:
CPlusPlus
标 题: Re: 我来出几道C++笔试题,大家仔细想想看 发信站: 水木社区 (Tue Oct 24 17:27
happmaoo
·
2006-10-24 19:00
C++
c
面试
C#
D语言
几道C++笔试题,看看你的功底如何
发信人: NetMD (C++ is nothing), 信区:
CPlusPlus
标 题: Re: 我来出几道C++笔试题,大家仔细想想看 发信站: 水木社区 (Tue Oct 24 17:27
izuoyan
·
2006-10-24 19:00
C++
c
面试
C#
D语言
用CPP做apache的module
defined(__
cplusplus
)) / ||(defined(__STDC_VERSION)&&__STDC
Xeroo
·
2006-07-15 15:00
apache
Module
cmd
谭浩强C++ 读书笔记
C++程序的编写和实现l 用C++语言编写程序C++的源程序是以.cpp作为后缀的(cpp是
cplusplus
的缩写)。l 对源程序进行编译为了使计算机能执行
calm_agan
·
2006-05-08 09:00
C++
读书
存储
语言
iostream
math.h
探索C++的秘密之详解extern "C"
探索C++的秘密之详解extern"C"时常在cpp的代码之中看到这样的代码:#ifdef __cplusplusextern "C" {#endif//一段代码#ifdef __
cplusplus
}#
牵着老婆满街逛
·
2006-04-16 16:00
C++中extern “C”含义深层探索
先看一段代码: 1#ifndef __INCvxWorksh 2#define __INCvxWorksh 3#ifdef __
cplusplus
4extern "C" { 5#endif 6/*
Heart for communicating
·
2006-04-10 09:00
C++资源
c++资源MonJan1623:23:282006【以下文字转载自
CPlusPlus
讨论区】【原文由tianpusen所发表】英文: *TheC++resourcesnetwork *C/C+
guo_wangwei
·
2006-01-23 17:00
C++
unix
Microsoft
library
resources
reference
探索C++的秘密之一详解extern "C"
探索C++的秘密之一详解extern"C" 时常在cpp的代码之中看到这样的代码:#ifdef __cplusplusextern "C" {#endif//一段代码#ifdef __
cplusplus
那谁的技术博客
·
2006-01-14 23:00
一些不错的C++网站
我恳求你告诉我,请留言给我.http://www.boost.org/Boostprovidesfreepeer-reviewedportableC++sourcelibraries.http://www.
cplusplus
.com
xuleicsu
·
2005-12-20 22:00
C++
documentation
library
compiler
tutorials
optimization
.c与.cpp文件的一点区别
由于C++编译器会自动定义__
cplusplus
宏,所以在C语言头文件中采用这种结构可以保证无论使用何种编译器,生成的目标文件都具有C链接特性,能够与标准C编译器所生成的目标文件相链接
·
2005-12-13 12:00
cpp
网址收藏
STL:http://stl.winterxy.com/html/000016.htmlc++参考:http://www.cppreference.com/【英文】c++资源:http://www.
cplusplus
.com
firerain
·
2005-10-06 19:00
c++ switch语句中的猫腻
发信人: Arnald (堕落兽人), 信区:
CPlusPlus
标 题: C++对switch-case的语法有这样的要求吗?
jiangredsheep
·
2005-07-25 08:00
C++
c
gcc
编译器
initialization
c++ switch语句中的猫腻
发信人:Arnald(堕落兽人),信区:
CPlusPlus
标题:C++对switch-case的语法有这样的要求吗?
happmaoo
·
2005-07-25 08:00
C++
c
.net
gcc
C#
Redhat Linux9 Gnome桌面上搭建C/C++IDE开发环境
张善友(
[email protected]
)软件开发工程师原文在我的网站http://shanyou.sti.gd.cn/
cplusplus
/GTK2/anjuta.html Redhatlinux
shanyou
·
2003-10-20 10:00
上一页
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
其他