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++学习网站
nbsp; :It provides free peer-reviewed portable C++ source libraries http://www.
cplusplus
.com
·
2015-10-31 16:43
C++
C宏定义的小结
nbsp; 程序代码: #include <stdio.h> #include <stdlib.h> #include <sys/types.h> /*****
cplusplus
·
2015-10-31 14:02
小结
g++编C++11/C++0x遇到的问题
在看《
Cplusplus
Concurrency In Action Practical Multithreading》当遇到第一个样品: #include<iostream> #include
·
2015-10-31 13:47
C++
Ubuntu下boost库与mrpi-redis-
cplusplus
-client安装
工作中需要使用C++做一个服务该服务要访问REDIS缓存系统,之前是用C#做的有现成的类库可用。转到C++就没这么方便了所以决定上网搜搜资料。 想要安装该客户端系统必须要装boost库,此库安装步骤如下: 1. 上官方网站下载到最新版本1.49版,解压后进入目录,简单安装: ./bootstrap.sh sudo
·
2015-10-31 12:55
ubuntu
储备链接
网站论坛系列: MSDN Library :http://msdn.microsoft.com/en-us/library/default.aspx —— Window API
CPlusPlus
·
2015-10-31 11:22
链接
C与CPP文件的区别
由于C++编译器会自动定义__
cplusplus
宏,所以在C语言头文件中采用这种结构可以保证无论使用何种编译器,生成的目标文件都具有C链接特性,能够与标准C编译器所生成的目标文
·
2015-10-31 11:56
cpp
#ifdef _
cplusplus
时常在cpp的代码之中看到这样的代码: #ifdef __
cplusplus
extern "C" { #endif //一段代码 #ifdef
·
2015-10-31 10:25
if
构造函数异常测试
http://www.
cplusplus
.com/doc/tutorial/ #include <iostream> #include <exception>
·
2015-10-31 10:47
构造函数
Visual C++ 8.0对象布局的奥秘:虚函数、多继承、虚拟继承
http://
cplusplus
.wikidot.com/cn:vc8-object-layout-secret Visual C++ 8.0对象布局的奥秘:虚函数、多继承、虚拟继承 STL扩展库
·
2015-10-31 10:46
C++
[c&cpp] C\C++交互—extern “C”
1: #ifndef __INCvxWorksh 2: #define __INCvxWorksh 3: #ifdef __
cplusplus
4: extern
·
2015-10-31 10:22
extern
探索C++的秘密之详解extern "C"
时常在cpp的代码之中看到这样的代码: #ifdef __
cplusplus
extern "C" { #endif //一段代码 #ifdef __
cplusplus
} #
·
2015-10-31 10:35
extern
stl::map
以下引自:http://www.
cplusplus
.com/reference/map/map/operator[]/ If k matches the key of an element
·
2015-10-31 10:07
map
【旧博文】动态库的动态连接与静态连接
dll,这样的动态库加载编译後,执行程序的初期就判断是否用dll文件 /*test.cpp*/ #ifdef __
cplusplus
·
2015-10-31 10:04
动态库
STL 堆的使用
先介绍一个非常好的学习C++的网站 http://www.
cplusplus
.com/ 这个网站对C++的理解还是很好的,个人觉得比msdn要好不知道哪里
·
2015-10-31 09:25
STL
“#ifdef __
cplusplus
extern "C" { #endif”的定义
看一些程序的时候老是有 “#ifdef __
cplusplus
extern "C" { #endif”的定义,搞搞清楚是怎么回事: Microsoft-Specific Predefined
·
2015-10-31 09:22
extern
【编写高质量代码:改善C++程序的150个建议 之 0.0】 不要让你的Main函数返回void
如果采用C++的方法来描述,以下的方式恰如其分: 1 class C{}; 2 class
CPlusPlus
:public C {}
·
2015-10-31 09:46
高质量代码
__
cplusplus
的用处
#ifdef __
cplusplus
}#endif 不太明白是怎么用的。
·
2015-10-30 15:37
cp
C语言的6个标准宏
__
cplusplus
标识符_
·
2015-10-30 15:28
C语言
[C++]60个你可能不知道的C++细节
原文转载自水木 发信人: fentoyal (fentoyal), 信区:
CPlusPlus
标 题: 60个你可能不知道的C++细节!!
·
2015-10-30 14:56
C++
#ifdef __
cplusplus
与extern "C"的解释
时常在cpp的代码之中看到这样的代码: #ifdef __cplusplusextern "C" {#endif //一段代码 #ifdef __
cplusplus
}#endif
·
2015-10-30 14:19
extern
C++11写算法之选择排序
// #if __
cplusplus
< 201103L // #error "must be compi
·
2015-10-30 13:56
选择排序
复习--extern c
时常在cpp的代码之中看到这样的代码: #ifdef __
cplusplus
·
2015-10-30 13:20
extern
[zz from newsmth] 王大牛的Memory Model reading list
发信人: yifanw (王轶凡), 信区:
CPlusPlus
标 题: 内存模型之参考文献 发信站: 水木社区 (Sun Mar 15 22:51:46 2009), 站内 前两篇文章
·
2015-10-30 13:55
reading
[zz from newsmth]王大牛的Memory Model白话系列(2)
发信人: yifanw (王轶凡), 信区:
CPlusPlus
标 题: 内存模型之白话解决方案 发信站: 水木社区 (Sun Mar 15 17:02:31 2009), 站内
·
2015-10-30 13:55
memory
[zz from newsmth]王大牛的Memory Model白话系列(1)
发信人: yifanw (王轶凡), 信区:
CPlusPlus
标 题: 内存模型之白话入门 发信站: 水木社区 (Sun Mar 15 12:49:50 2009), 站内 程序员眼中的多处理器共享的内存
·
2015-10-30 13:55
memory
《Windows驱动开发技术详解》读书笔记(二)
再来看基于WDM的驱动程序, #ifdef __
cplusplus
extern &
·
2015-10-30 12:58
windows
Lesson2
#ifdef __
cplusplus
#include <cstdlib> #else #include <stdlib.h> #endif #include
·
2015-10-30 12:40
less
读书笔记之:C++Primer 第3版
编译C++程序时,编译器自动定义了一个预处理器名字__
cplusplus
.在编译标准C时,编译器自动定义宏__STDC__。当
·
2015-10-30 11:58
读书笔记
C++项目中的extern "C" {}
引言 在用C++的项目源码中,经常会不可避免的会看到下面的代码: #ifdef __
cplusplus
extern "C" { #endif /*...*/ #
·
2015-10-30 10:53
extern
5、Windows驱动开发技术详解笔记(1) 入门基础-驱动程序结构
代码 1 #ifdef __
cplusplus
2
·
2015-10-28 09:36
windows
iPhone开发中,在XCode下混合编译C++/Objective-C
转自 http://www.cnblogs.com/biosli/archive/2011/04/30/Mixing_ObjectiveC_and_
Cplusplus
_in_iPhone_Development.html
·
2015-10-28 09:07
Objective-C
Qt Creator中如何添加C++0x支持
Multi Threading作为C++11标准已经纳入C++标准库了,可以在http://www.
cplusplus
.com/reference/multithreading/看到。
·
2015-10-28 07:02
C++
extern “C”总结
经常看到如下代码: #ifdef _
cplusplus
extern "C" { #endif #include "XXX.h" #ifdef
·
2015-10-27 15:35
extern
再论C++之垃圾回收(GC)
本文已经迁移到: http://cpp.winxgui.com/cn:garbage-collection-in-
cplusplus
使用智能指针(smart pointers) http:/
·
2015-10-27 14:26
垃圾回收
c++中的 extern "C"
通常,在C 语言的头文件中经常可以看到类似下面这种形式的代码: C代码 #ifdef __
cplusplus
extern "C" {
·
2015-10-27 14:24
extern
C++11写算法之插入排序
时间复杂度:O(n^2) , O(nlgn) (lgn指使用二分查找插入点位置) 空间复杂度:O(1) // #if __
cplusplus
< 201103L // #error "
·
2015-10-27 14:49
插入排序
山寨一个std::bind\boost::bind
这里是最初始的版本,参考https://github.com/
cplusplus
-study/fork_stl/blob/master/include/bind.hpp 提供了最简洁的实现方式。
·
2015-10-27 14:10
boost
Standard C 之 math.h和float.h
对于C Standard Library 可以参考:http://www.acm.uiuc.edu/webmonkeys/book/c_guide/ 或者 http://www.
cplusplus
.com
·
2015-10-27 12:37
float
C++STL学习(11)STL算法(2)
注:C++STL算法部分主要直接来阅读STL源码库,源码来源于http://www.
cplusplus
.com/网站。
Robin__Chou
·
2015-10-26 14:00
C++
STL
C++STL学习(10)STL算法(1)
注:C++STL算法部分主要直接来阅读STL源码库,源码来源于http://www.
cplusplus
.com/网站。
Robin__Chou
·
2015-10-25 13:00
C++
STL
random_device在windows上的实现
最近需要用到随机数发生器,查
cplusplus
.com得知C++11引入了,其中有一个random_device类,根据cpluscplus的说明:TruerandomnumbergeneratorArandomnumbergeneratorthatproducesnon-deterministicrandomnumbers
John_Jane_Doe
·
2015-10-25 11:34
C++
C++ Primer 学习笔记(一)
ifndef BOOK_H #define BOOK_H /* Book.h的内容 防止头文件的重复处理*/ #endif 编译C++程序时,编译器自动定义了一个预处理器的名字__
cplusplus
·
2015-10-23 09:21
学习笔记
#ifdef __
cplusplus
extern "C" { #endif
1、在好多程序中我们会遇到下面代码段 #ifdef __
cplusplus
extern 
·
2015-10-23 08:08
extern
lwip1.4 arp #ifdef __
cplusplus
倒底是什么意思?
时常在cpp的代码之中看到这样的代码: #ifdef __
cplusplus
extern "C" { #endif //一段代码 #ifdef __
cplusplus
} #
·
2015-10-22 21:30
IP
栈-表达式求值
栈的顺序存储-表达式求值*/ //假设输入字符不超过20个,运算数字都是非负的整数,即0,1,2,,,,等等 // #include #include//为了使用atoi函数,具体函数用法及作用参见百度或
Cplusplus
SAYA_
·
2015-10-22 09:00
数据结构
C++
c
栈
不可或缺 Windows Native (10) - C 语言: 文件
Native 之 C 语言 文件 示例cFile.h #ifndef _MYHEAD_FILE_ #define _MYHEAD_FILE_ #ifdef __
cplusplus
·
2015-10-21 13:29
windows
不可或缺 Windows Native (7) - C 语言: 指针
nbsp;之 C 语言 指针 示例cPointer.h #ifndef _MYHEAD_POINTER_ #define _MYHEAD_POINTER_ #ifdef __
cplusplus
·
2015-10-21 13:28
windows
不可或缺 Windows Native (6) - C 语言: 函数
;之 C 语言 函数 示例cFunction.h #ifndef _MYHEAD_FUNCTION_ #define _MYHEAD_FUNCTION_ #ifdef __
cplusplus
·
2015-10-21 13:26
windows
不可或缺 Windows Native (5) - C 语言: 数组
Native 之 C 语言 数组 示例cArray.h #ifndef _MYHEAD_ARRAY_ #define _MYHEAD_ARRAY_ #ifdef __
cplusplus
·
2015-10-21 13:26
windows
Lesson1
1 #ifdef __
cplusplus
2 #include <cstdlib> 3 #else 4 #include <stdlib.h>
·
2015-10-21 12:46
less
上一页
20
21
22
23
24
25
26
27
下一页
按字母分类:
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
其他