溪边树

象一棵树,栽在溪水旁。
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  Common Programming Errors

Students who are new to programming (or a programming language) tend to make certain errors frequently. Focusing on these Common Programming Errors reduces the likelihood that students will make the same mistakes and shortens long lines outside instructor's offices during office hours!
摘要:6.1 Declaring method parameters of the same type as double x, y instead of double x, double y is a syntax error. An explicit type is required for each each parameter in the parameter list.6.2 Compilat... 阅读全文

posted @ 2010-03-31 20:22 溪边树 阅读(437) 评论(12) 推荐(0)

摘要:All the following words are from the book "C++ How to Program, Fifth Edition", H.M. Deitel. Any commercial using is firmly denied.Common Programming Errors 4.1Not providing, in the body of a while sta... 阅读全文

posted @ 2010-01-21 16:15 溪边树 阅读(164) 评论(0) 推荐(0)

摘要:All the following words are from the book "C++ How to Program, Fifth Edition", H.M. Deitel. Any commercial using is firmly denied.Common Programming Errors 2.1The syntax of a programming language spec... 阅读全文

posted @ 2010-01-21 15:28 溪边树 阅读(253) 评论(0) 推荐(0)