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
java 和 C++ Socket通信(java作为服务端server,C++作为客户端client,解决中文乱码问题GBK和UTF8)
www.cnblogs.com/kenkofox/archive/2010/04/25/1719649.html代码:http://files.cnblogs.com/kenkofox/Client-
CPlusPlus
.rarhttp
caschaoxin
·
2013-06-06 09:00
java
C++
通信
android常用网站
http://www.kandroid.org/ndk/docs/
CPLUSPLUS
-SUPPORT.htmlhttp://developer.android.com/index.htmlhttp://
piaomiaoju
·
2013-06-04 10:00
C++读书笔记之重载双目运算符
Cplusplus
overload binary operator
OverloadingbinaryoperatorsYouoverloadabinaryunaryoperatorwitheitheranonstaticmemberfunctionthathasoneparameter,oranonmemberfunctionthathastwoparameters.Supposeabinaryoperator@iscalledwiththestatementt
shihui512
·
2013-06-03 23:00
C++
读书笔记
cc++
C++11的线程、锁和条件变量
转自:http://www.codeproject.com/Articles/598695/
Cplusplus
11-threads-locks-and-condition-variablesThreadsThestd
fjb2080
·
2013-05-29 09:00
jni 中的 extern "C" 分析
/ #include /*HeaderforclassTestJni*/ #ifndef_Included_TestJni #define_Included_TestJni #ifdef__
cplusplus
origin
·
2013-05-28 14:00
jni
extern
"C"
Linux动态库的编写与调用
include"stdio.h"#include"stdlib.h"#include"stdarg.h" #ifdef__cplusplusextern"C"{#endifintadd(intx,inty); #ifdef__
cplusplus
darennet
·
2013-05-25 10:00
C++多线程框架(三)--------- 消息队列
首先,本文提到的代码的github地址为:https://github.com/wyh267/
Cplusplus
_Thread_Lib之前,多线程一些基本的东西,包括线程创建,互斥锁,信号量,我们都已经封装
ygrx
·
2013-05-23 13:00
多线程
C++
框架
面向对象
跨平台
C++编程思想、算法及笔记资料集(视频+电子书+源码)
C++编程思想、算法及笔记资料集(视频+电子书+源码)C++这个词在中国大陆的程序员圈子中通常被读做“C加加”,而西方的程序员通常读做“
Cplusplus
”,“CPP”。
itxiaobaibai
·
2013-05-22 17:00
java jni与c++互相调用
include"jni.h" /*Headerforclasscn_yws_jni_Main*/ #ifndef_Included_student #define_Included_student #ifdef__
cplusplus
earbao
·
2013-05-21 17:00
#ifdef __
cplusplus
倒底是什么意思?
stonecrazyking/archive/2006/09/23/512552.html时常在cpp的代码之中看到这样的代码:#ifdef__cplusplusextern"C"{#endif//一段代码#ifdef__
cplusplus
cjsycyl
·
2013-05-20 09:00
省赛1B题
action=showproblem&problemid=2159set是集合,查找lower_bound,复杂度log2(N)+1http://www.
cplusplus
.com/reference/
zhengnanlee
·
2013-05-18 19:00
ACM题解报告
QT 开发工具技巧
1、qtcreator格式化代码全部选中代码,按CTRL + I2、QT开发参考http://www.
cplusplus
.me/3、编码知识:比如:同是写“12345”五个字符Unicodebigendian
earbao
·
2013-05-18 11:00
如何将GTK+-2.0的信号、回调处理映射成OOC虚拟成员函数的调用
#ifndef __OBJECT_ORIENTED_C__ #define __OBJECT_ORIENTED_C__ #ifdef __
cplusplus
extern "C"
·
2013-05-17 14:00
gtk
C++静态成员注意事项
C++这个词在中国大陆的程序员圈子中通常被读做“C加加”,而西方的程序员通常读做“
Cplusplus
”,“CPP”。它是一种使用非常广泛的计算机编程语言。
hzhsan
·
2013-05-12 14:00
C++
static
static
静态成员
C++:vector中的resize()函数 VS reserve()函数
http://www.
cplusplus
.com/reference/vector/vector/vector/写代码的时候无意错用了这两个函数导致测试的时候,程序运行崩溃发现这两个函数还是有区别的voidreserve
as_
·
2013-05-11 17:00
C++ 语言学习
手册:http://www.
cplusplus
.com/reference/stl/面向对象C++重载(函数,运算符operat)继承 classB:publicA (Javaextends)virual
魔术师
·
2013-05-04 11:00
Windows下用C语言获取进程cpu使用率,内存使用,IO情况
@author张亚霏 *@date2009/05/03 *@version0.1 * */ #ifndefPROCESS_STAT_H #definePROCESS_STAT_H #ifdef__
cplusplus
yanzhibo
·
2013-05-01 16:00
Windows下用C语言获取进程cpu使用率,内存使用,IO情况
date 2009/05/03 * @version 0.1 * */ #ifndef PROCESS_STAT_H #define PROCESS_STAT_H #ifdef __
cplusplus
whyabc
·
2013-05-01 16:00
windows
C语言“字符串-数字”之间的转换
http://www.
cplusplus
.com/reference/cstdlib/定义函数doubleatof(constchar*nptr);函数说明atof()会扫描参数nptr字符串,跳过前面的空格字符
jiq408694711
·
2013-04-24 23:00
字符串
C++项目中的extern "C" {}
.*/ #ifdef__
cplusplus
}#endif它到底有什么用呢,你知道吗?而且这样的问题经常会出现在面试or笔试中。
overstack
·
2013-04-11 20:00
C++ std::random_shuffle
From http://www.
cplusplus
.com/reference/algorithm/random_shuffle/
zu_xu
·
2013-04-10 18:00
C++
Random
func
浅析extern “C”的作用
不过我还是觉得有必要自己总结一下,毕竟“好记性不如烂笔头”嘛~~ 到C标准函数库的头文件里看看,一般会经常看见有如下宏定义(除非你从来没有查看类似printf函数在头文件中的定义,就另当别论了:-()#ifdef__
cplusplus
DayDreamingBoy
·
2013-04-08 23:00
标准头文件的问题 #ifndef
标准头文件中有如下结构:#ifndef__INCvxWorksh #define__INCvxWorksh #ifdef__
cplusplus
extern"C"{ #endif /**/
huahuahailang
·
2013-04-05 13:00
c语言下的hashmap实现
参见文章1.hashmap.h/** *hashmap.h */ #ifndef_HASHMAP_H_INCLUDED #define_HASHMAP_H_INCLUDED #ifdefined(__
cplusplus
johnnywww
·
2013-04-04 20:00
c
[c++]extern "C"用法详解
用法详解 2010-08-2119:14:12分类: C/C++1.前言:时常在cpp的代码之中看到这样的代码:#ifdef__cplusplusextern"C"{#endif//一段代码#ifdef__
cplusplus
xv_ly15
·
2013-04-01 20:00
为什么要用 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
上一页
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
其他