|
A Beginners C++
|
Other links at C and C++ > Books |
| 1. |
Thinking in C++
|
|
|
Bruce Eckel has kindly provided his book "Thinking in C++, Second Edition" free of charge to on-line readers. The text first sets the stage for using C++ with a tour of what object-oriented programming is all about, as well as the software design life cycle. The author then delves into every aspect of C++, from basic keywords and programming principles to more advanced topics, like function and operator overloading, virtual inheritance, exception handling, namespaces, and templates. C++ is a complex language, and the author covers a lot of ground using todays Standard C++, but without getting bogged down in excessive detail.
|
| 2. |
Learn C on the Macintosh (Mac OS X Edition)
|
|
|
Considered a classic by an entire generation of Mac programmers, this popular guide has been completely updated for Mac OS X. Dont know anything about programming? No problem! Dave Mark, whose bestselling books have helped educate legions of developers world-wide, takes you through a complete course in programming C using Apples free Xcode Tools. Perfect for beginners learning to program, this new PDF eBook includes all new Xcode examples for Mac OS X and is available from SpiderWorks.com
|
| 3. |
Free Magazines Subscriptions
|
|
|
Get free Magazines ranging from Programming to HiTech and from Agriculture to Finance, Government and Traveling.
|
| 4. |
C++ Programming
|
|
|
This book serves as an introduction to the C++ language. It teaches how to program in C++ and how to properly use its features. It does not attempt to teach object-oriented design to any depth. There are three goals: First, to produce a concise introductory text, free from unnecessary verbosity, so that beginners can develop a good understanding of the language in a short period of time. Second, to combine a tutorial style (based on explanation of concepts through examples) with a reference style (based on a flat structure). As a result, each chapter consists of a list of relatively short sections (mostly one or two pages), with no further subdivision. This, further simplifies the reader?s task. Third, the author have avoided trying to present an absolutely complete description of C++. While no important topic has been omitted, descriptions of some of the minor idiosyncrasies have been avoided for the sake of clarity and to avoid overwhelming beginners with too much information. Experience suggests that any small knowledge gaps left as a result, will be easily filled over time through self-discovery. Although the book is primarily designed for use in undergraduate computer science courses, it will be equally useful to professional programmers and hobbyists who intend to learn the language on their own.
|
| 5. |
How to Create an eBook Using Visual C++
|
|
|
This eBook "How to Create an eBook Using Visual C++" is a step-by-step illustrated guide for Visual C++ developers to learn how to compile HTML files into an executable program.
|
|
|