Commit Graph

137 Commits

Author SHA1 Message Date
Yangtze
bd897729f5
Update ReadMe.md (#74) 2024-02-19 23:30:33 -08:00
vczh
9425bf59e3
Merge pull request #70 from c-cpp-a/patch-1
修正错误
2023-04-20 22:52:18 -07:00
c_cpp_a
003d34cc6f
修正错误
原因:在实际的类模板中,可能会有默认模板参数。比如:
template<typename T=int>
class vector{
//...
};
这样就会允许vector<>的出现(里面是没有模板实参的!)。
2023-04-18 18:29:45 +08:00
Ye Wu
cd4232437e Reclarified 术语 模板类 和 类模板 的正确使用 2022-10-11 19:19:00 -07:00
Ye Wu
c0e945d764 更新了TOC,修正了部分行文。 2022-10-11 18:55:09 -07:00
wuye9036
f3e61e2012
调整了行内的格式 2022-09-27 19:32:13 -07:00
wuye9036
f8a18d1db2
更新到正在用的编译器。 2022-09-20 05:21:17 -07:00
wuye9036
6282afe56c
增加 concept 的内容。 2022-09-19 19:58:18 -07:00
vczh
139ba2ddcb
Merge pull request #30 from lhmouse/patch-1
Don't use reserved identifiers in examples.
2021-12-28 06:53:04 -08:00
vczh
8ef270fc3d
Merge pull request #68 from nmreadelf/feat/float-void-typeid-example
add public keyword `float` `void*` typeid example
2021-12-19 05:47:36 -08:00
nmreadelf
b306167a0e
add public keyword float void* typeid example
`float` and `void*` typeid exmaple add public keywork
2021-12-15 18:05:34 +08:00
Zihan Chen
e5e89346b2
Merge pull request #57 from zckevin/patch-1
Fix typo.
2020-05-24 10:21:41 -07:00
zc
7ba2eff1e1
Fix typo. 2020-05-24 17:26:29 +08:00
wuye9036
2ebafcaecb
Merge pull request #54 from wuye9036/wuye/add_toc
增加了TOC
2020-04-25 16:14:36 -07:00
Ye Wu
6cd559f3aa 添加了所用工具声明 2020-04-25 16:09:03 -07:00
Ye Wu
c8c3cdde8f 增加了未完成的章节的分割记号。 2020-04-25 16:03:04 -07:00
Ye Wu
4808f7ca53 Update TOC. 2020-04-25 15:59:29 -07:00
Ye Wu
9af69e3b34 Add TOC 2020-04-25 15:55:49 -07:00
wuye9036
272c88c9ff
Merge pull request #53 from CanftIn/master
Reformat code.
2020-04-19 21:31:51 -07:00
CanftIn
eff5cd2eeb
Format indent to 4 spaces 2020-04-10 12:39:42 +08:00
CanftIn
8254a9edfd
Typo fix 2020-04-10 12:17:30 +08:00
Zihan Chen
bd45953d29
Merge pull request #50 from peromage/typo-fixes
Fix some typos
2020-03-26 06:15:09 -07:00
Fang
da0f94a720
Fix some typos 2020-01-03 17:58:58 -05:00
Zihan Chen
a7457147a6
Merge pull request #49 from mapleFU/add-std
Add std:: in code samples
2019-11-23 19:11:59 -08:00
mapleFU
b104959a1b [Fix] Fixing 'is-base-of' 2019-11-24 01:16:48 +08:00
mapleFU
473d64aeaa [ADD] add std:: in code samples 2019-11-24 01:02:59 +08:00
Zihan Chen
5a35f19341
Merge pull request #48 from andysim3d/master
修改例子
2019-10-29 16:21:24 -07:00
Andrew
5723b1bf1e
修改例子
例中的find应该返回元素的index,所以其签名应该是 `int Find(T x)` 而不是`T Find(T x)`
2019-10-29 10:28:24 -04:00
Zihan Chen
9c34df8899
Merge pull request #31 from lhmouse/patch-2
Elaborate the cause of emergence of `typename` before dependent names that designate types.
2019-09-02 19:12:07 -07:00
Zihan Chen
0ea72a0237
Merge pull request #33 from Alinshans/master
📝 Made some changes.
2019-09-02 19:10:22 -07:00
Zihan Chen
355e75bf4d
Merge pull request #35 from Praying/master
small fixes
2018-10-30 06:52:29 -07:00
Zihan Chen
32a309deef
Merge pull request #43 from YJieZhang/smallFix
small fix for stack example
2018-10-30 06:50:33 -07:00
YJieZhang
af4b3d0d7e
small fix for stack example 2018-10-29 10:50:40 +08:00
Zihan Chen
62e51ae139
Merge pull request #42 from pkxpp/master
typo
2018-10-17 06:56:58 -07:00
PeiKai [裴凯]
3e4acf6d1d typo 2018-10-17 20:23:45 +08:00
quran
6aba25b2fc 加入 —> 假如 2017-08-19 17:22:08 +08:00
quran
7e1f81b269 replace int to float in comment 2017-08-19 17:19:43 +08:00
Alinshans
7c182f5c17 📝 Made some changes. 2017-08-04 01:34:15 +08:00
LH_Mouse
83bc7817c5 Elaborate the cause of emergence of typename before dependent names that designate types. 2017-07-21 11:59:20 +08:00
LH_Mouse
c146b6e212 Don't use reserved identifiers in examples. 2017-07-21 11:59:13 +08:00
wuye9036
4d19a6475a Merge pull request #32 from vczf/master
修复文字错误
2017-06-14 13:58:54 -07:00
wuye9036
330c0b3fa6 Merge pull request #28 from KsGin/patch-1
Create ReadMe.md
2017-06-14 13:55:25 -07:00
wuye9036
dbc77e27d5 Add memo for missed content. 2017-06-14 13:50:29 -07:00
vczf
fd1c8f1c69 修复文字错误 2017-06-12 17:22:22 +08:00
FanYang
35af19af96 Create ReadMe.md
修改一处笔误
2017-06-08 12:29:50 +08:00
wuye9036
91698fa636 Merge pull request #27 from hiliuyin/master
Fixed the format to meet the Github markdown format requirements.
2017-04-20 01:03:48 -07:00
YIN LIU
1cef4fcca2 Fixed the format. 2017-03-21 22:17:06 +08:00
YIN LIU
b0ae2e73e2 Fixed the format to meet the Github markdown format requirements. 2017-03-21 17:33:45 +08:00
Ye WU
ee0702cfef Added some new topics. 2016-10-27 02:48:58 -07:00
wuye9036
63ec1a898d Merge pull request #25 from freezestudio/patch-3
Added test quick_sort<list> to QuickSort.cpp
2016-07-13 13:13:41 -07:00