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
gcc 5.4 默认不支持c++11
理论上来讲5.4应该支持C++11,时间20160609,但是实际上__
cplusplus
的值却是199711L最后看到一篇文章的一句话,原来是默认不支持。
qq_38415161
·
2020-08-24 12:08
c++
gcc使用c++库
需要做以下两步工作:1、定义头文件时,要加上#ifdef__cplusplusextern"C"{#endif头文件内容#ifdef__
cplusplus
}#endif这个是表示在c++编译器编译时,生成的函数名使用
kl222
·
2020-08-24 12:06
Linux编程
[exgcd算最值] luogu 3951
include#include#include#include#include#include#include#include#include#include#include#include#if__
cplusplus
kosf_
·
2020-08-24 08:03
c++ 读取csv文件
includeusingnamespacestd;intmain(intargc,char*argv[]){ifstreamfile("D:\\test.csv");//declarefilestream:http://www.
cplusplus
.com
jxusthusiwen
·
2020-08-24 08:18
C++不可拷贝基类实现
Privatecopyconstructorandcopyassignmentensureclassesderivedfrom//classnoncopyablecannotbecopied.classnoncopyable{protected:#if __
cplusplus
漂流瓶0429
·
2020-08-24 04:47
C/C++
C++
noncopyable
不可拷贝基类实现
C++ 指针,引用
http://www.runoob.com/
cplusplus
/cpp-pointers.htmlhttp://www.runoob.com/
cplusplus
/cpp-references.html指针很重要
草原_苍狼
·
2020-08-24 00:27
c++
线程顺序打印ABC
程序代码如下:#include#includeusingnamespacestd;#ifdef__cplusplusextern"C"{#endif#include#include#ifdef__
cplusplus
aries5555
·
2020-08-23 23:09
linux多线程
C++和C语言代码相互调用
语言函数编译成静态库//--------------cfun.h#ifndef__C_FUN_H__#define__C_FUN_H__ #ifdef__cplusplusextern"C"{#endif//__
cplusplus
algiz_kk
·
2020-08-23 11:51
c/c++
如何提问
将自己目前体会到的提问经验总结如下:了解自己正在面对的问题,比如,用搜索引擎查询每一个自己不认识的字词和术语,在MSDN、
Cplusplus
.com、MDN等地方,查询并阅读官方文档。
辛辣之火可以燎原
·
2020-08-23 10:13
说个笑话-fatal error: iostream: No such file or directory /fatal error: stdio.h: No such file or direct
譬如编译一个test_
cplusplus
_sort.cppaarch64-poky-linux-g++-vtest_
cplusplus
_so
sung_june
·
2020-08-23 06:42
yocto
project
GCC 4.6.3段错误(核心已转储)
/*标准输入输出定义*/#include/*错误号定义*/#include/*POSIX终端控制定义*/#include#include#include#include#include#ifdef__
cplusplus
kbwzy
·
2020-08-23 06:09
c++
c
map容器find用法
map容器是STL中比较强大的一个container,下面的代码主要讲的是map容器中find函数的用法,代码取自:http://www.
cplusplus
.com/reference/map/map/
weixin_30429201
·
2020-08-22 23:58
ffmpeg opencv 打开视频文件,并且播放
include#include#include#include#include#include#include#include#include#include#include#include#ifdef__
cplusplus
caimagic
·
2020-08-22 20:01
FFmpeg
android开发调用c++共享库so文件
1、编写libaab.cpp#include#include#ifdef__cplusplusextern"C"{#endifintgo(){return555;}#ifdef__
cplusplus
}#
weixin_33898876
·
2020-08-22 19:43
解决NDK的STL版本不支持exception的问题
参考资料android-ndk-r8b/docs/
CPLUSPLUS
-SUPPORT.html1.Application.mk里添加APP_STL:=gnustl_static因为默认的库是最小的,很多特性不支持
hypercode
·
2020-08-22 12:02
(网络学习)8、c++面向对象笔记
课程:C++数据类型:https://www.runoob.com/
cplusplus
/cpp-data-types.htmlC++远征之离港篇:https://www.imooc.com/learn/
沧浪水
·
2020-08-22 12:40
c++
面向对象编程
Linux下C和C++相互调用
C++调用C代码C++中相关的定义及声明#ifdef__cplusplusextern"C"{#endif//__
cplusplus
#includevo
TianJinCheng'Blog
·
2020-08-22 09:50
瑞萨单片机程序1
程序包括以下几个部分:系统时初始化(FRQCR);I/O初始化;LED初始化;主程序//#include"typedefine.h"#ifdef__
cplusplus
//#include//Removethecommentwhen
Hustudent20080101
·
2020-08-22 09:41
瑞萨单片机
Doxygen的使用(附安装包链接)
这里介绍查找C语言的标准库函数的两种方法:一种方法是直接到http://www.
cplusplus
.com这个网站上去查看:这里覆盖了C语言标准库中的所有函数,给出了每个函数的介绍并且都给出了具体的用法示例
zhengnianli
·
2020-08-21 12:07
工具/资源/技巧
FFMPEG 从rtsp抓取流,转存为flv文件
include#define__STDC_CONSTANT_MACROS#ifdef__cplusplusextern"C"{#endif#include#include#include#ifdef__
cplusplus
来福4
·
2020-08-21 09:58
音视频编解码
FFmpeg解码MP4文件为h264和YUV文件
#include#ifdef__cplusplusextern"C"{#endif#include#include#include#ifdef__
cplusplus
};#endifusingnamespacestd
墨雨依旧付疏狂Q
·
2020-08-21 09:56
C++ STM32 编程 005 用c++编写STM32程序的准备
另外在HAL库中,几乎每个.h头文件都有这种宏#ifdef__cplusplusextern"C"{#endif#ifdef__
cplusplus
}#endif由此,我们可以大胆的使用c++的各种特性了
FRAM
·
2020-08-21 08:52
stm32
空指针,段错误,还是不知道bug在哪里?
defined(NULL) && defined(__NEEDS_NULL)#ifdef _
cplusplus
#defin
ybhuangfugui
·
2020-08-21 07:55
C++11 并发指南------std::thread 详解
参考:https://github.com/forhappy/
Cplusplus
-Concurrency-In-Practice/blob/master/zh/chapter3-Thread/Introduction-to-Thread.md
weixin_34117211
·
2020-08-21 06:35
内存序列-memor order
这个工作只是临时起意,也不是什么意义重大的工作,因此也没有寻找更权威的资料,最主要的参考是
cplusplus
上的reference,如果有错误之外,真心希望您来指正一下,自己真的逐个字死磕类型的。
lipeng08
·
2020-08-21 04:28
C++
std::thread
本文转载自:https://github.com/forhappy/
Cplusplus
-Concurrency-In-Practice/blob/master/zh/chapter3-Thread/Introduction-to-Thread.md
小哈龙
·
2020-08-21 02:40
STL
thread
STL make_heap使用
参考:http://www.
cplusplus
.com/reference/algorithm/push_heap/详见:http://blog.hiwgy.com/2012/02/04/stl-make_heap
yeepom
·
2020-08-20 20:10
C++ 多线程 -- Thread
多线程API说明:http://www.
cplusplus
.com/refe...两种类型的多任务处理:基于进程和基于线程。基于进程的多任务处理是程序的并发执行。
Simple
·
2020-08-20 17:34
c++
多线程
c++11
C++ 多线程 -- Thread
多线程API说明:http://www.
cplusplus
.com/refe...两种类型的多任务处理:基于进程和基于线程。基于进程的多任务处理是程序的并发执行。
Simple
·
2020-08-20 17:34
c++
多线程
c++11
c++ STL 001 基本概念
学习网站www.
cplusplus
.comen.cppreference.com/w/gcc.gnu.orgSTLSTL(StandardTemplateLibrary),即标准模板库,是一个具有工业强度的
limonero
·
2020-08-20 17:18
C++
c++
算法
make_heap, push_heap, pop_heap, 的使用
stlmake_heap使用发表于2012年02月04日由dllgwgy摘要:好久没有写blog,翻译一篇
cplusplus
上的makeheap文档,凑凑数吧。
SUN_DRAGON
·
2020-08-20 15:36
C++
[大整数乘法]2020牛客多校 第九场 I.The Crime-solving Plan of Groundhog
include#include#include#include#include#include#include#include#include#include#include#include#if__
cplusplus
kosf_
·
2020-08-20 09:01
C++中的iterator->second
iterator->second意思转自http://lib.csdn.net/article/
cplusplus
/36005std::map实际储存了一串std::pairstd::mapm=/*fillit
sigma_Tian
·
2020-08-20 01:12
C++
特殊工具与技术---—
cplusplus
C和C++中如何互相调用(#ifdef__
cplusplus
)2008-04-1617:48:19|分类:C/C++语言|举报|字号订阅本文引用自:http://colding.bokee.com/6416780
弱水三千321
·
2020-08-19 20:50
杂记
NULL和nullptr区别
编译器一般对其实际定义如下:#ifdef __
cplusplus
#define NULL 0#else#define NULL ((void *)0)#endif出现C++和C定义不一致的原因是,在C+
fanfanfanfankeli
·
2020-08-19 19:38
C++
NULL和nullptr
[二维树状数组] *单点修改 区间查询*
include#include#include#include#include#include#include#include#include#include#include#include#if__
cplusplus
kosf_
·
2020-08-19 10:43
[spfa] 洛谷P1144
include#include#include#include#include#include#include#include#include#include#include#include#if__
cplusplus
kosf_
·
2020-08-19 10:43
C++ header file And Source file
整理等操作有了严格的要求.前一段时间就为自定义头文件的引入头疼了好久,现在说说我填过的坑.一.头文件,源文件的概念,关系这里不赘述了,网上的博客太多了,并且都比较详细.这里给个文章地址:http://www.
cplusplus
.com
siyan985
·
2020-08-19 03:04
【深度学习技术】如何用C++加载pytorch模型并进行推理部署
pytorch模型,不想再用C++把模型实现,而只想用C++进行模型部署,那么可以参考下面的文档:https://pengyizhang.github.io/2020/03/19/pytorch_script_
cplusplus
Zhang_P_Y
·
2020-08-19 01:23
机器学习
神经网络与深度学习
C/C++语言
C指针_3
转自http://www.runoob.com/
cplusplus
/cpp-preprocessor.html一、函数指针函数指针是指向函数的指针变量。
God.Y
·
2020-08-18 21:57
C/C++
list.h双循环链表的实现,拷贝自Linux内核(2.6.20.1)
*/#ifndef_LINUX_LIST_H#define_LINUX_LIST_H#ifdef__
cplusplus
/*使C++程序也能用。*/extern"C"{#endif#if!
csdn产品小助手
·
2020-08-18 17:31
C语言头文件编写的几个基本规则
1.注释,版权,作者,重大修订记录等信息2.防重入开关,也就是常见的#ifndef…#define…#endif3.C++编译器自适应开关,也就是常见的#ifdef__
cplusplus
…extern“
mirror207
·
2020-08-18 16:56
std::string与MFC的CString的比较
关于CString的详细用法,参见:www.cnblogs.com/htj10/p/9341545.html关于std::string的详细用法,参见:http://www.
cplusplus
.com/
weixin_30276935
·
2020-08-18 13:46
links for better handling c++
SharingsomeusefullinksforbeginnersinC++codingandrelated.Referenceforbasicc++usagehttps://en.cppreference.com/w/https://www.
cplusplus
.com
yang_tina
·
2020-08-18 06:57
程序
编程小白
c++基本语法
0.编译C++程序时,编译器自动定义了一个预处理名字__
cplusplus
,而编译标准C时,自动定义名字__STDC__。
cmy456
·
2020-08-17 21:53
关于"保留小数点后几位数字"之我见
1.C++中格式控制在C++中,说到保留小数点后几位有效数字,就会想起setprecision,马上去
cplusplus
上查了下有关setprecision的资料,看了后明白了,
weixin_30409849
·
2020-08-17 15:29
慎用C++ std::map 的[]运算符
首先看其函数声明:T&operator[](constkey_type&x);在http://www.
cplusplus
.com/reference/stl/map/operator[].html的描述中
roofalison
·
2020-08-17 14:51
linux下将c++编译成so,调用该so文件
下面就说明一下如何生成c++程序的so文件,以及如何在c++程序中调用该so文件==========test.h===========#ifdef__
cplusplus
//extern"C"{#endifclassTest
zhxjlbs
·
2020-08-17 10:40
linux下编写编译动态库
一,编写动态库源文件alg.h1#ifndef_ALG_H2#define_ALG_H34#ifdef__
cplusplus
5extern"C"{6#endif7#ifndef_ALG_H8#define_ALG_H910
weixin_34128237
·
2020-08-17 09:09
生成并调用so动态库
define__FN_H__#ifdef__cplusplusextern"C"{#endiftypedefint(*FnAdd)(inta,intb);intadd(inta,intb);#ifdef__
cplusplus
weixin_30268071
·
2020-08-17 09:02
上一页
6
7
8
9
10
11
12
13
下一页
按字母分类:
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
其他