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
面向对象程序设计第二次作业(2)
www.imooc.com/course/programdetail/pid/422.加州大学圣克鲁兹分校C++forCProgrammers讲师:IraPohl地址:https://class.coursera.org/
cplusplus
4c
魏坚挺-
·
2016-01-30 18:00
DLL创建与注入方法
项目,在应用程序类型里选择DLL(D)附加选项里选择空项目 我们要建立需要的DLL文件,我们这里就取名为DLL.h,DLL.c一启动时候加载DLL需要使用h文件lib文件//DLL.h #ifdef__
cplusplus
xiaoge132
·
2016-01-29 00:00
C++
dll
黑客入门
注入DLL
How to learn C++ and find all STL Algorithm reference
Youcanfindallcppreferencesonwebsites:http://zh.cppreference.com/ http://www.
cplusplus
.com/reference/
betachen
·
2016-01-27 19:00
polymorphism 知识点的学习与分析
英文摘自:http://www.tutorialspoint.com/
cplusplus
/cpp_polymorphism.htmThewordpolymorphismmeanshavingmanyforms.Typically
huluedeai
·
2016-01-25 22:00
C++
多态
NULL和nullptr和nil和Nil还有NSNull
NULL和nullptr在Clang6.0的stddef.h文件中可以找到NULL和nullptr的声明:12345678910111213141516#undef NULL#ifdef __
cplusplus
如若初见
·
2016-01-20 23:00
几个不熟悉的标准C的基础库
/**ISOCStandard:7.9Alternativespellings*/ #ifndef_ISO646_H #define_ISO646_H #ifndef__
cplusplus
#defineand
wzz4420381
·
2016-01-13 21:00
C语言
标准库
How to download a website for offline usage
no-clobber--page-requisites--html-extension--convert-links--restrict-file-names=windows--domainswww.
cplusplus
.com
betachen
·
2016-01-06 23:00
Keil STM32 C++混合编程要点
KeilSTM32C++混合编程要点1.文件名必须是.CPP和.h2..h文件中要增加如下代码:#ifndef__LEDTASK_H #define__LEDTASK_H #ifdef__
cplusplus
smallmount123
·
2015-12-30 10:00
C++
C语言
stm32
混合编程
IOS OpenCV配置、使用
OpenCV下载地址:http://opencv.org在使用的地方,把.m改成.mm添加头文件#ifdef__
cplusplus
#import//图片转换#import#endif-(IBAction
u014116643
·
2015-12-29 11:00
ios
opencv
printf
__:在源文件中插入当前源文件名;__DATE__:在源文件中插入当前的编译日期__TIME__:在源文件中插入当前编译时间;__STDC__:当要求程序严格遵循ANSIC标准时该标识被赋值为1;__
cplusplus
liuyj_vv
·
2015-12-22 09:00
Classes(II) 类(二)
原文来自http://www.
cplusplus
.com/doc/tutorial/classes/。这里算是半翻译半解释,一半是原网站上的,一半是自己的理解,某人要C++期末考试了,算是帮ta吧。
haimian520
·
2015-12-21 15:00
C++
类
oop
Class
Classes(I) 类(一)
http://www.
cplusplus
.com/doc/tutorial/classes/类可以包含数据成员,也可以包含函数成员。
haimian520
·
2015-12-21 12:00
类
Class
sscanf command
这个网站里面包含了所以得C库,方便查找笔记,http://www.
cplusplus
.com/reference/cstdio/sscanf/kw=sscanffunctionsscanfintsscanf
qq_21792169
·
2015-12-18 22:00
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
生产者消费者
上一页
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
其他