If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
| Programing Book book office, office xp book, book systems, books systems, databases books, c++ study guide, c# certification, ... |
![]() |
|
|||
|
Thinking in C Plus Plus 2nd Ed vol-2
![]() Author: Bruce Eckel || English || PDF || 593 Pages || 2.2 MB Preface Like any human language, C++ provides a way to express concepts. If successful, this medium of expression will be significantly easier and more flexible than the alternatives as problems grow larger and more complex. You can’t just look at C++ as a collection of features; some of the features make no sense in isolation. You can only use the sum of the parts if you are thinking about design, not simply coding. And to understand C++ in this way, you must understand the problems with C and with programming in general. This book discusses programming problems, why they are problems, and the approach C++ has taken to solve such problems. Thus, the set of features I explain in each chapter will be based on the way that I see a particular type of problem being solved with the language. In this way I hope to move you, a little at a time, from understanding C to the point where the C++ mindset becomes your native tongue. Throughout, I’ll be taking the attitude that you want to build a model in your head that allows you to understand the language all the way down to the bare metal; if you encounter a puzzle you’ll be able to feed it to your model and deduce the answer. I will try to convey to you the insights which have rearranged my brain to make me start “thinking in C++.” What’s new in the second edition This book is a thorough rewrite of the first edition to reflect all the changes introduced in C++ by the finalization of the ANSI/ISO C++ Standard. The entire text present in the first edition has been examined and rewritten, sometimes removing old examples, often changing existing examples and adding new ones, and adding many new exercises. Significant rearrangement and re-ordering of the material took place to reflect the availability of better tools and my improved understanding of how people learn C++. A new chapter was added which is a rapid introduction to the C concepts and basic C++ features for those who haven’t been exposed. The CD ROM bound into the back of the book contains a seminar which is an even gentler introduction to the C concepts necessary to understand C++ (or Java). It was created by Chuck Allison for my company (MindView, Inc.) and it’s called “Thinking in C: Foundations for Java and C++.” It introduces you to the aspects of C that are necessary for you to move on to C++ or Java (leaving out the nasty bits that C programmers must deal with on a day-to-day basis but that the C++ and Java languages steer you away from). So the short answer is: what isn’t brand new has been rewritten, sometimes to the point where you wouldn’t recognize the original examples and material. What’s in Volume 2 of this book The completion of the C++ Standard also added a number of important new libraries such as string and the Standard Template Library (STL) as well as new complexity in templates. These and other more advanced topics have been relegated to Volume 2 of this book, including issues like multiple inheritance, exception handling, design patterns and topics about building stable systems and debugging them. DOWNLOAD Code:
http://uploading.com/files/CD8QJ01B/Thinking In C++, Volume 2, 2nd edition .tk.pdf.html |
![]() |
| Bookmarks |
| Tags |
| 2nd, ed, thinking, vol2 |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Blink: The Power of Thinking Without Thinking | abb | Other Book | 3 | 06-25-2009 06:53 PM |
| Scientific Thinking | FED | Science Book | 1 | 04-13-2009 05:27 PM |
| thinking in java - 3rd ed | ianfarrugia | Programing Book | 0 | 03-26-2008 01:27 PM |
| magic of thinking big | bhopinder43 | Request for Free Ebooks Download | 0 | 03-11-2008 03:29 PM |
| Thinking From A to Z | FED | Science Book | 4 | 01-03-2008 03:09 PM |