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
Leetcode日记(7)---Reverse Integer
cplusplus
抽取位数(x%10)intx,i=1(记录数字的位数)10^(i-1);intweichuli=x/10;tiqushu=x%10;i++
alive2012
·
2015-12-14 16:00
LeetCode
双端队列 の deque
在www.
cplusplus
.com中指出它是一个容器----和向量vector,栈stack,队列queue一样。
haimian520
·
2015-12-13 12:00
数据结构
C++
双端队列
deque
std::decay
参考资料•
cplusplus
.com:http://www.
cplusplus
.com/reference/type_traits/decay/•cppreference.com:http://en.cppreference.com
碎语心弦
·
2015-12-11 20:00
std::bind
参考资料•
cplusplus
.com:http://www.
cplusplus
.com/reference/functional/bind/•cppreference.com:http://en.cppreference.com
碎语心弦
·
2015-12-09 18:00
值为NULL的对象指针
在VS2012库文件stdio.h中有如下定义:1#ifdef__
cplusplus
2#defineNULL0 3#else 4#defineNULL((void*)0)NULL经常被用作指针初始化行为
·
2015-12-09 11:22
null
UltraEdit if() 后自动缩进问题
{"自动缩进,导致代码没有对齐if() { } 解决方法(win7): 编辑:C:\Users\***\AppData\Roaming\IDMComp\UltraEdit\wordfiles\ c_
cplusplus
.uew
duanbeibei
·
2015-12-07 15:00
【漫游C++11】nullptr与std::nullptr_t
即:#ifndef NULL #ifdef __
cplusplus
#define NULL 0 // C++ #else #define
独立风华
·
2015-12-06 13:00
null
指针
C++11
nullptr_t
nullptr
人人都能开发物联网(三.究竟想玩些什么呢?)
C++英文读为:
Cplusplus
,shit!what's up。其实作者用了近二十年C++也是最近才发现了问题,为什么呢?最近开始用Object-C编
京西打字员
·
2015-12-05 13:02
互联网+
物联网
智能硬件
防丢器
新硬件时代
C++标准库——cmath,climits,limits
http://www.
cplusplus
.com/reference/cmath/。
u010487568
·
2015-12-04 20:00
C++
标准库
Ubuntu下C/C++man手册安装方法及使用方法
C++在线文档:http://www.
cplusplus
.com/reference/https://msdn.microsoft.com/zh-cn/library/aa187916.aspx [初学者如何使用
凝静志远
·
2015-11-30 19:00
【STL学习】算法篇
http://www.
cplusplus
.com/reference/algorithm/一些笔记,有点乱(忘了就翻翻上面的网站)all_of(vec.begin(),vec.end(),比较方法)//
qq_30949367
·
2015-11-27 18:00
C++项目中的extern "C" {}
.*/ #ifdef__
cplusplus
}#endif它到底有什么用呢,你知道吗?而且这样的问题经常会出现在面试or笔试中。
暖冰
·
2015-11-20 10:00
MySQL新增用户以及数据库访问授权
//登录MYSQL@>mysql-uroot-p@>密码//创建用户mysql>insertintomysql.user(Host,User,Password)values(“localhost”,”
cplusplus
Kilar
·
2015-11-18 19:00
了解指针,分分钟的事情 C++筆記--指針
C++筆記--指針原帖地址:http://www.niuyenoah.com/
Cplusplus
_pointer/ 資料來源:
Cplusplus
.com定义存儲另一個變量地址的變量被稱為指針。
ericyuan
·
2015-11-17 15:00
*.h文件头部常用 #ifndef _STDIO_H_,#if __
cplusplus
头件的中的#ifndef,这是一个很关键的东西。比如你有两个C文件,这两个C文件都include了同一个头文件。而编译时,这两个C文件要一同编译成一个可运行文件,于是问题来了,大量的声明冲突。 还是把头文件的内容都放在#ifndef和#endif中吧。不管你的头文件会不会被多个文件引用,你都要加上这个。一般格式是这样的:#ifndef#define......#endif在理论上来说可以是自由命
maochengtao
·
2015-11-14 18:00
有关sort函数的用法
最近碰到这个sort函数,网上查了一些资料,感觉还是直接扔给我代码比较好理解些 要是像我一样的童鞋,建议看这里:http://www.
cplusplus
.me/265.html 个人认为很好理解。。
·
2015-11-13 22:30
sort
eclipse binary not found
先CTRL+B(Project->Build all)再CTRL+F11; 或 http://cboard.cprogramming.com/
cplusplus
-programming
·
2015-11-13 20:41
eclipse
C++如何用system命令获取文件夹下所有文件名
http://www.
cplusplus
.com/reference/cstdlib/system/ http://bbs.csdn.net/topics/30068943 #include
·
2015-11-13 20:56
System
使用C++实现设计模式(连载): 第二回 Factory 工厂模式
原文链接: http://www.codeproject.com/Articles/363338/Factory-Pattern-in-
Cplusplus
Definition
·
2015-11-13 18:01
factory
Windows下用C语言获取进程cpu使用率,内存使用,IO情况
#ifndef PROCESS_STAT_H #define PROCESS_STAT_H #ifdef __
cplusplus
extern “C” { #endif typedef
·
2015-11-13 18:17
windows
强烈推荐:C++ manpages -- C++函数查询文档_Dasm_百度空间
百度空间 C++ manul pages generater: cppman generates C++ manual pages from
cplusplus
.com
·
2015-11-13 17:52
page
cpp-btree - C++ B-tree - Google Project Hosting
Project feeds Code license Apache License 2.0 Labels Algorithm,
CPlusPlus
·
2015-11-13 14:21
project
vs2008静态链接库编程
define_STATIC_LIB_H_#ifdef __cplusplusextern"C"{#endifintadd(inta,intb);intsubtract(inta,intb);#ifdef __
cplusplus
·
2015-11-13 14:43
vs2008
经典的东西需要分享:开发文档与工具
C++ : http://www.
cplusplus
.com/ mongodb:http://api.mongodb.org/
cplusplus
/1.8.2/index.html w3c、web:http
·
2015-11-13 14:19
分享
extern用法总结
__
cplusplus
是cpp中的自定义宏,那么定义了这个宏的话表示这是一段cpp的代码。 main.cpp extern void f1();
·
2015-11-13 12:30
extern
C和C++混合编程
1 #ifdef __
cplusplus
2 extern "C" { 3 #endif 4  
·
2015-11-13 06:33
C++
C++类型转换
一篇来自
cplusplus
.com的文章,这是我所看过的关于C++类型转换的最全面、最仔细、最深入的一篇文章。
·
2015-11-13 06:13
类型转换
排列
id=1833 next_permutation用法http://www.
cplusplus
.com/reference/algorithm/next_permutation/ #include
·
2015-11-13 05:40
列
c++与c混编
在用C++的项目源码中,经常会不可避免的会看到下面的代码: 1 2 3 4 5 6 7 8 9 #ifdef __
cplusplus
extern "C"
·
2015-11-13 04:16
C++
如何编写lua扩展
DLL部分: #ifdef __
cplusplus
extern "C" { #endif #include <lua/lua.h> #include <
·
2015-11-13 01:21
lua
#ifdef __
cplusplus
倒底是什么意思?
时常在cpp的代码之中看到这样的代码: #ifdef __
cplusplus
extern "C" { #endif //一段代码 #ifdef __
cplusplus
·
2015-11-13 00:34
if
ffmpeg save rtsp stream
#include <stdio.h> #ifdef __
cplusplus
extern "C" { #endif #include <libavcodec
·
2015-11-12 23:41
ffmpeg
给脚本绑定LUA解释器
#include <stdio.h> #ifdef __
cplusplus
extern "C" { #endif #include <lua.h&
·
2015-11-12 22:56
lua
C++学习笔记:List容器
http://www.
cplusplus
.com/reference/list/list/ #include <list> list l:初始化一个0大小的表 list l(10):初始化一个
·
2015-11-12 22:54
list
Java跟C.C++相互调用
,谁代替谁了//首先、这个函数是我自己为说明问题写的,由于和头文件写在一起,故此加入这个宏,//不然c++编译器报告类型不对,你懂得//其次,这个函数应该是在JVM库里面实现,所以肯定没有这个宏“__
cplusplus
·
2015-11-12 21:08
java
#ifdef __
cplusplus
倒底是什么意思?
时常在cpp的代码之中看到这样的代码: #ifdef __
cplusplus
extern " C " { 
·
2015-11-12 21:47
if
操作系统经典同步互斥问题——生产者消费者问题
linux下的同步和互斥 tags: Linux sync_mutex Semaphore.h 一份好文档,胜读十年书 本文参考了诸多资料,百度百科,
cplusplus
等 首先介绍一个头文件#include
·
2015-11-12 21:11
生产者消费者
C调用C++接口
在cpp头文件里面声明函数 #ifndef _HEAD_ #define _HEAD_ #ifdef __
cplusplus
extern "C" { #endif
·
2015-11-12 21:11
C++
fread & fwrite
This artical extracted from www.
cplusplus
.com.
·
2015-11-12 17:39
write
《寒江独钓-Windows内核安全编程》学习笔记2-键盘过滤
#pragma once #ifdef __
cplusplus
extern "C" { #endif #include <wdm.h> #include
·
2015-11-12 17:54
windows
《寒江独钓-Windows内核安全编程》学习笔记1-串口过滤
View Code 1 #pragma once 2 3 #ifdef __
cplusplus
4 extern "C" 5 { 6 #endif 7 #include &
·
2015-11-12 17:53
windows
NULL, '\0',0 '0'的区别
defined(NULL)&&defined(__NEEDS_NULL) #ifdef __
cplusplus
#define NULL 0
·
2015-11-12 15:22
null
C++如何实现哈希数据结构——map Library
C++ 的常用库http://www.
cplusplus
.com/reference/ map Library http://www.
cplusplus
.com/reference/stl/map/
·
2015-11-12 14:10
library
extern C的使用
la静态库)里面的ip->as映射函数的时候,直接就可以调用,挺奇怪的,一看h文件里面有 1 #ifndef GEOIP_H 2 #define GEOIP_H 3 4 #ifdef __
cplusplus
·
2015-11-12 14:20
extern
C宏定义的小结
nbsp; 程序代码: #include <stdio.h> #include <stdlib.h> #include <sys/types.h> /*****
cplusplus
·
2015-11-12 14:10
小结
c++ istream(ostream)是如何转换为bool的
http://www.
cplusplus
.com/reference/ios/ios/operator_not/ http://stackoverflow.com/questions/8117566/
·
2015-11-12 13:20
Stream
关于 extern “C”
C++为了与C语言兼容,在符号管理上,C++有一个用来声明或者定义一个C的符号的extern "C"关键字用法: #ifdef __
cplusplus
 
·
2015-11-12 12:05
extern
Visual C++ 升级到 Visual Studio
到最后一步的错误: error LNK2001: unresolved external symbol __iob 解决方法: 在工程里main函数所在的cpp文件中加入: #ifdef __
cplusplus
·
2015-11-12 11:12
C++
cplusplus
和MSDN的优势分工
记录一些MSDN和
cplusplus
的使用心得,明细它们分工的不同,方便日后对症搜索。
·
2015-11-12 10:31
cp
c++的set_unexpected不起作用
代码是从:http://www.
cplusplus
.com/referen ... /?
·
2015-11-12 09:39
expect
上一页
18
19
20
21
22
23
24
25
下一页
按字母分类:
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
其他