11 Small Vacation Self-study memory of C + + charging Chapter

Source: Internet
Author: User

These days, put on a small holiday, just comb the basics. Basic knowledge is strong, complex things are not afraid, so the basic knowledge of C + + to do a comb, in order to have a better understanding of C + +.

At hand, the book has, Hao Haoqiang's "C + + program Design", "C + + Primer", reading about professor's book has been many times, online more on this book is controversial, but I think the author has been well-intentioned for beginners, it is easy for beginners to get started. If not this book to do the basis, it seems that "C + + Primer" is really confused, only a solid foundation, to realize the "C + + primer" profound.

"C + + programming" in the content, the basis of the foundation, can not grasp these, difficult to do advanced programming C + +:

1. An overview of object-oriented programming methods

2. Declaration of classes and definition of objects

3. member functions of the class

4. References to Object members

5. Simple application of classes and objects

6. Encapsulation of classes and concealment of information

7. Constructors

8. Destructors

9. Array of objects

10. Object Pointers

11. Shared Data protection

12. Dynamic creation and release of objects

13. Assignment and replication of objects

14. Static members

15. Friendly Staff

16. Inheritance and derivation

17. Polymorphism and Virtual functions

18. Exception Handling and namespaces

Understanding the above basic knowledge points, and each knowledge point to do code implementation, to open the C + + programming door, many people or existing departments of these concepts are not clear understanding of the code to achieve these basic knowledge points are not firm, resulting in the existing development problems.

Some of the knowledge points, or better:

1. Object-based and object-oriented differences :

Object-based: is based on classes, based on classes and objects

Object-oriented: On the basis of object-based programming, it exploits the inheritance mechanism and polymorphic

2. Object-oriented software development process :

2.1 Object-oriented analysis (OOA)

2.2 Object-oriented design (OOD)

2.3 Object-oriented programming (OOP)

2.4 Object-oriented testing (OOT)

2.5 Object-oriented maintenance (OOSM)

So the following work is done on each of the above knowledge points, do code implementation, to be analyzed.

This article from "LINUXQT Jinan high-tech Zone" blog, please be sure to keep this source http://qtlinux.blog.51cto.com/3052744/1560624

11 Small Vacation Self-study memory of C + + charging Chapter

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.