C ++ in action - a good book

xiaoxiao2021-03-06  63

Http://www.vckbase.com/vckbase/tutorial/c inaction/index.htm The following is the Chinese version: --------------------- -------------------------------------------------- ---------

This book will take you to appreciate the powerful power of C as an industrial programming language.

The book is divided into four parts. The first part "Language" (Chapter 1 to Chapter 5) explains the relevant language knowledge of C from the view of the object-oriented point. The second part "Technology" (Chapter 6, Chapter 13) describes many practical industrial strength programming technology, such as clean, hidden implementation details, resource management, overload operators, and other technologies. The third part "Windows" (Chapter 14, Chapter 18) explores the knowledge of writing and maintaining the Windows application, which is the features of this book. The fourth part "knowledge expansion" (Chapter 19, chapter 23) further briefly introduces the software design strategy, team collaboration development, platform transplantation on the basis of the previous knowledge.

Appendix A provides answers to some of the exercises in the first part. Appendix B describes transaction-related knowledge.

This book is suitable for C programmers at different levels, whether it is a beginner or advanced programmer, you can draw useful C knowledge nutrition.

转载请注明原文地址:https://www.9cbs.com/read-111333.html

New Post(0)