- 2
- 0
- 约9.41千字
- 约 12页
- 2017-08-16 发布于河南
- 举报
c编程新手错误分析(Cprogrammingnoviceerroranalysis)
c++编程新手错误分析(C++ programming novice error analysis)
(1) my program is all right, but it doesnt work.
Think about your surroundings. Is there anyone who says that? If you had said, that stop, dont say these words, because these words will only show the speakers ignorance. Since the program is all right, then why is it wrong?
(2) program = algorithm + data structure
If we have just finished learning the C language, we say this is understandable, and it can be said to be correct. But if youre a programmer whos about to start working on C/C++ programming, then its a pity that this statement can only be a mistake, but theres another way in the world:
Program = object + message
The program = algorithm + data structure is set up only for process oriented language (C), whereas object oriented language (C++) can only be expressed as program = object + message. The traditional procedural programming language is process centric, algorithm driven, and object oriented programming languages are object centric and message driven. The message here is generalized, and object A calls the member function of object B, which can be treated as object A to send message to B.
(3) compile the program and run it correctly.
Running the right program is not always a good program. One of the things that programmers must keep in mind is that the programs they write are not only for themselves, but also for others to understand easily. Unfortunately, many programming novices do not have a clear grasp of the softwares structure. The concepts of the header file and the implementation file are ambiguous and the written program is poorly readable.
C program adopts modular programming idea. It needs to divide a large software into a series of functional independent parts, and cooperate with each other to complete the system requirements. Module header file and implementation files, correct use of documents and files is wrong:
Rule 1 header files (.H) is for the module interface declaration, including t
您可能关注的文档
- 23《美丽的小兴安岭》教学设计之九(23 beautiful little Xingan Ling teaching design nine).doc
- 2d游戏设计浅谈(Discussion on game design 2D).doc
- 2到3岁宝宝语言学习游戏(2 to 3 years old baby language learning games).doc
- 2d网络游戏排行榜排行(2D online game Ranking Ranking).doc
- 2春雨的色彩教学反思(Reflection on the 2 spring color teaching).doc
- 2b论文(2B paper).doc
- 3 2011年6月25日电子商务员考证理论真题答案(June 25, 32011 Electronic Commerce member theory research Zhenti answer).doc
- 3-disc 理论介绍(三碟理论介绍).doc
- 3.3v转5v 电平转换方法参考(3.3V 5V level conversion method).doc
- 36计记忆详解(A first memory.).doc
- 小区绿化施工协议书.docx
- 墙面施工协议书.docx
- 1 古诗二首(课件)--2025-2026学年统编版语文二年级下册.pptx
- (2026春新版)部编版八年级道德与法治下册《3.1《公民基本权利》PPT课件.pptx
- (2026春新版)部编版八年级道德与法治下册《4.3《依法履行义务》PPT课件.pptx
- (2026春新版)部编版八年级道德与法治下册《6.2《按劳分配为主体、多种分配方式并存》PPT课件.pptx
- (2026春新版)部编版八年级道德与法治下册《6.1《公有制为主体、多种所有制经济共同发展》PPT课件.pptx
- 初三教学管理交流发言稿.docx
- 小学生课外阅读总结.docx
- 餐饮门店夜经济运营的社会责任报告(夜间贡献)撰写流程试题库及答案.doc
原创力文档

文档评论(0)