Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make the code more easier to understand #112

Merged
merged 3 commits into from
Aug 10, 2020
Merged

Conversation

tinyvan
Copy link
Contributor

@tinyvan tinyvan commented Jul 31, 2020

说明

如本PR所示的代码中:

auto auto_arr2[10]=arr;

改为:

auto auto_arr2[10]={arr};

便于读者理解auto不能推导数组类型

变化箱单

  • 修改了 第二章中有关auto章节

参考文献

#111

TinyWang added 3 commits July 17, 2020 18:36
StackOverflow is the true girlfriend of programmers!
@tinyvan
Copy link
Contributor Author

tinyvan commented Jul 31, 2020

@changkun 大佬可否教一下提PR,我不明白为什么这个PR有3个commit,我只修改了一个的。。。

@tinyvan
Copy link
Contributor Author

tinyvan commented Jul 31, 2020

真的难受,github比写代码都难的说

@changkun changkun added the bug label Aug 10, 2020
@changkun changkun merged commit 5e44fc5 into changkun:master Aug 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants