|
Wednesday, 03 September 2008 23:59 |
1 - Computers and Computing To properly understand the design and master the implementation of the C++ programming language, it is necessary to have a general familiarity with the basic computer components and their function, and recognize how instructions are translated into machine language code.
2 - General Features of C++ In this chapter, we explain how to write, compile, and execute (run) a basic C++ program.
|
|
Read more about this free ebooks:Introduction to C++ Programming and Graphics
|
|
|
Wednesday, 03 September 2008 23:24 |
Here is a brief description of the chapters contained in this book: ((0)) The evolluttiion off objjecttss.. When projects became too big and too complicated to easily maintain, the “software crisis” was born, saying, “We can’t get projects done, and if we can they’re too expensive!” This precipitated a number of responses, which are discussed in this chapter along with the ideas of object-oriented programming (OOP) and how it attempts to solve the software crisis. You’ll also learn about the benefits and concerns of adopting the language and suggestions for moving into the world of C++.
|
|
Read more about this free ebooks:Thinking in C++ 2nd edition
|
|
Monday, 01 September 2008 13:20 |
This book is organized as a series of themed chapters. Most of these chapters consist of a set of items, with each item covering a specific topic supporting the chapter's overall theme. Early in the book, you will find sections that contain items presenting best practices that must be communicated to the entire development organization, including management, development, and testing. Later chapters cover software-engineering topics that management should be aware of, but these chapters have been written primarily for readers who will be implementing the code. In all, there are 23 items presented in these initial chapters.
|
|
Read more about this free ebooks:Cross-Platform Development in C++
|
|
Monday, 01 September 2008 11:59 |
C++ is the primary language used in game development; however, game programming has a unique set of challenges, which general application development techniques and recommendations don't apply to. Written to address this issue, C++ for Game Programmers provides practical suggestions for what C++ features to use in game development and why. Many of the misconceptions of C++ are clarified, and programmers learn the most effective methods for using the language to create games. This is primarily a book about ideas and concepts: it is not just a source of C++ code to use in your game project. Instead
|
|
Read more about this free ebooks:C++ For Game Programmers
|
|
Monday, 01 September 2008 11:48 |
There are several objectives in developing Computing for Numerical Methods Using Visual C++. First, no books on the market today discuss the visual solutions to problems in numerical methods using C++. There are similar books using software packages such as Matlab, Maple, and Mathematica. These software packages are not really primitive programming languages. They have been developed to hide the programming details and to implement the solution as a black box. In other words, software packages do not really teach the mathematical concepts and principles in solving a problem. |
|
Read more about this free ebooks:Computing for Numerical Methods Using Visual C++
|
|
|