开发者

Modular programming in C++ [duplicate]

开发者 https://www.devze.com 2023-01-01 22:28 出处:网络
This question already has answers here: 开发者_如何转开发 Closed 12 years ago. Possible Duplicate:
This question already has answers here: 开发者_如何转开发 Closed 12 years ago.

Possible Duplicate:

C++ program design

I want to know how modular programs are written in C++ i.e. how they are analysed, designed etc. Also names of reference books will be helpful.


I would take a look at a link about OOP: OOP Wiki

You'll want to learn about classes as classes are what drives modularity and object-oriented programming.

As for books I always liked C++ From The Ground Up


You may want to see "Code Complete" by Steve McConnell.

Although it isn't "C++ specific" and it doesn't cover some "deep" aspects of proper application design, it could be a good place to start from.

0

精彩评论

暂无评论...
验证码 换一张
取 消