“程序设计基础辅导”的版本间的差异

来自问题求解
跳转至: 导航搜索
学习周历
Whf讨论 | 贡献
(+link to 参考资料)
第5行: 第5行:
 
* K&R: [[Media:The_C_Programming_Language_(2nd_Edition_Ritchie_Kernighan).pdf ‎| The C Programming Language (2nd Edition)]], Brian Kernighan and Dennis Ritchie
 
* K&R: [[Media:The_C_Programming_Language_(2nd_Edition_Ritchie_Kernighan).pdf ‎| The C Programming Language (2nd Edition)]], Brian Kernighan and Dennis Ritchie
 
* C++ 教材待定
 
* C++ 教材待定
 +
 +
== 参考资料 ==
 +
* http://www.cplusplus.com/
 +
* http://en.cppreference.com/w/c
 +
* http://en.cppreference.com/w/
 +
* [https://users.ece.cmu.edu/~eno/coding/CCodingStandard.html C Coding Standard]
 +
* [https://users.ece.cmu.edu/~eno/coding/CppCodingStandard.html C++ Coding Standard]
  
 
== 学习周历 ==
 
== 学习周历 ==

2017年10月25日 (三) 17:40的版本

学习目标

  • 掌握C/C++程序设计语言

参考教材

参考资料

学习周历

日期 论题 阅读材料 编程任务
2017-10-20
  • K&R: Chapter 7
  • OJ: Chapter 1, Section 1
  • OJ: Chapter 2, Section 2, Problem 1
2017-10-27
  • Control Flow, Function, and Array
  • 待定
2017-11-**
  • Pointer and Array
  • 待定