Practical Student's Guide: Programming in C and C++ This book is designed to be used in a programming course using the C or C++ languages

Ka Lok Man,Eng Gee Lim,Zhao Wang
2012-01-01
Abstract:This book has two primary objectives: to teach the basic principles of programming in C and C++ as outlined in curricula at many leading universities, and to teach the basic constructs of the C language and the C++ language. In addition, this book is designed to be used in a programming course using the C or C++ languages. The concept of "learning by example" has been stressed throughout this book. Each chapter contains many examples, exercises and programs. These programs also demonstrate the general software engineering concepts and principles of good programming style.
What problem does this paper attempt to address?