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
LearnCpp
C/C++ 字符串处理总结
由char*转string非常的方便,直接赋值或者用std::string的构造函数,详见这里
learncpp
.com。
thisinnocence
·
2015-03-23 14:00
C++
sprintf
String
sscanf
我常用的C++网址
谷歌C++编码规范https://google-styleguide.googlecode.com/svn/trunk/cppguide.htmlLearnCpp.com初学者适用http://www.
learncpp
.com
ClamReason
·
2014-11-12 10:00
How Virtual Table works in C++
原文:http://www.
learncpp
.com/cpp-tutorial/125-the-virtual-table/Toimplementvirtualfunctions,C++usesaspecialformoflatebindingknownasthevirtualtable.The
oliveevilo
·
2014-05-31 11:00
C++编程 – Why English
当阅读翻译的书籍无法阅读怎么办呢,遇到了翻译之后的汉字很陌生,答案是想要看懂,看原版英文 1参数,参数,参数,其时里面是两个单词parameters和arguments这两个单词都有参数的意思,有的翻译书籍混用在
learncpp
.com
flyfish1986
·
2014-04-02 21:00
C++虚基类(virtual base class)
参考http://www.
learncpp
.com/cpp-tutorial/118-virtual-base-classes/#include usingnamespacestd; classBase
zhanglei0107
·
2013-10-02 12:00
C/C++相关网站
////////////////////////////////////////////////////////////////////////////////////自己添加:http://www.
learncpp
.com
xuqiang918
·
2013-09-23 09:00
CC++相关网站
虚继承与虚函数表
http://www.cnblogs.com/itech/archive/2009/02/27/1399996.htmlhttp://www.
learncpp
.com/cpp-tutorial/125-
smilestone322
·
2013-08-21 16:00
LearnCpp
.com
LearnCpp
.comisatotallyfreewebsitedevotedtoteachingyoutoprograminC++.Whetheryou’vehadanypriorexperienceprogrammingornot
·
2013-07-14 22:00
com
头文件
写的很好的文章,转载自http://www.
learncpp
.com/cpp-tutorial/19-header-files/在程序中,.cpp扩展的文件并不是唯一一种常见的文件。
rainkin1993
·
2012-10-24 11:00
C++特性
1.Multipleinheritance: http://www.
learncpp
.com/cpp-tutorial/117-multiple-inheritance/2.VirtualBaseClass
jiyanfeng1
·
2012-10-11 03:00
从《C++ Primer 第四版》入手学习 C++
PDF版见:https://github.com/downloads/chenshuo/documents/
LearnCpp
.pdf从《C++Primer第四版》入手学习C++为什么要学习C++?
·
2012-07-06 09:00
Prim
从《C++ Primer 第四版》入手学习 C++
PDF版见:https://github.com/downloads/chenshuo/documents/
LearnCpp
.pdf从《C++Primer第四版》入手学习C++为什么要学习C++?
陈硕
·
2012-07-06 08:20
c++
从《C++ Primer 第四版》入手学习 C++
PDF版见:https://github.com/downloads/chenshuo/documents/
LearnCpp
.pdf从《C++Primer第四版》入手学习C++为什么要学习C++?
Solstice
·
2012-07-06 08:00
编程
C++
vector
Class
语言
编译器
简单的Int容器类
简单的Int容器类fromhttp://www.
learncpp
.com/cpp-tutorial/104-container-classes/1:#ifndefINTARRAY_H2:#defineINTARRAY_H3
钟谢伟's Blog
·
2012-06-08 21:00
8.8 构造函数(2) [翻译]
8.8构造函数(2)[翻译]原文fromwww.
learncpp
.com/cpp-tutorial/88-constructors-part-ii/私有构造函数偶尔,我们不想让用户在class外使用特殊的构造函数
钟谢伟's Blog
·
2012-05-30 22:00
堆和栈【翻译】
fromhttp://www.
learncpp
.com/cpp-tutorial/79-the-stack-and-the-heap/一个程序对于内存的使用,一般可以分为四类:1.代码区域,通过的编译的程序在代码中存储的位置
钟谢伟's Blog
·
2012-05-27 23:00
5.9 随机数生成
5.9随机数生成fromhttp://www.
learncpp
.com/cpp-tutorial/59-random-number-generation/通常在游戏,统计模型程序和科学模拟中会用到随机事件
钟谢伟's Blog
·
2012-05-21 20:00
4.4 类型转换
4.4类型转换fromhttp://www.
learncpp
.com/cpp-tutorial/44-type-conversion-and-casting/类型隐式转换类型隐式转换的步骤如下所示:Longdouble
钟谢伟's Blog
·
2012-05-17 21:00
3.8 位操作符
3.8位操作符fromhttp://www.
learncpp
.com/cpp-tutorial/38-bitwise-operators/前面的文章在http://www.cnblogs.com/grass-and-moon
钟谢伟's Blog
·
2012-05-17 15:00
[置顶] 几个不错的C++/VC++网站(个人收藏额~~)
cplusplus: http://www.cplusplus.comlearncpp:http://www.
learncpp
.com/C++ reference: http://en.cppreference.com
xiaofei2010
·
2012-04-19 21:00
C++编译器无法捕捉到的8种错误
C++编译器无法捕捉到的8种错误2012-03-2608:52 | 281次阅读 | 来源:
learncpp
【已有0条评论】发表评论关键词:编译器,C++ | 作者:Alex | 收藏这篇资讯C++是一种复杂的编程语言
FrankieWang008
·
2012-03-26 10:00
编程
C++
delete
express
float
编译器
Overloading the increment and decrement operators (非常好)
原文: http://www.
learncpp
.com/cpp-tutorial/97-overloading-the-increment-and-decrement-operators/ Overloadingtheincrement
yang_lang
·
2011-05-22 11:00
Integer
Class
compiler
overloading
returning
variables
Using libraries with Visual Studio 2005 Express
原文出处http://www.
learncpp
.com/cpp-tutorial/a2-using-libraries-with-visual-studio-2005-express/ Torecaptheprocessneededtousealibrary
z610
·
2010-07-23 14:00
C++
c
C#
ide
vc++
Static and dynamic libraries
原文出处 http://www.
learncpp
.com/cpp-tutorial/a1-static-and-dynamic-libraries/ A library is a package
z610
·
2010-07-23 14:00
C++
c
linux
windows
ide
上一页
1
2
下一页
按字母分类:
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
其他