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

来自问题求解
跳转至: 导航搜索
学习周历
Whf讨论 | 贡献
参考教材: +RR
第4行: 第4行:
 
== 参考教材 ==
 
== 参考教材 ==
 
* 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
 +
* RR: [[Media: Understanding_and_Using_C_Pointers_(Richard_Reese).pdf | Understanding and Using C Pointers]], Richard Reese
 
* C++ 教材待定
 
* C++ 教材待定
  

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

学习目标

  • 掌握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
  • K&R: Chapters 3, 4
  • 待定
2017-11-**
  • Pointer and Array
  • 待定