C++ How to Program (10th Edition)
This comprehensive best-seller is aimed at readers with little or no programming experience. It...
Read MoreThis comprehensive best-seller is aimed at readers with little or no programming experience. It...
Read MoreThese algorithms are represented in terms of compact implementations in C so that readers can both understand their fundamental properties and implement them in real applications. The method of the analysis of algorithms is quite carefully designed. When appropriate, analytic results are described to explain why certain algorithms are preferred. In some cases, the practical algorithms’ relationship being discussed to purely theoretical results is also described.
Read MoreThe book opens with some hints for porting code from C to C++ and then moves on to the proper use of the new and delete operators in C++ for more robust memory management. The text then proceeds to class design, including the proper use of constructors, destructors, and overloaded operator functions for assignment within classes. (These guidelines ensure that you will create custom C++ classes that are fully functional data types, which can be copied and assigned just like built-in C++ classes.)
Read MoreThis is one of the all-time bestselling books on the C++ language by Ivor Horton. The book teaches you both the standard C++ language and C++/CLI as well as Visual C++ 2012. Thoroughly updated for the 2012 release of Visual C++ and C++ 11 standard, this book shows you how to build real-world applications using Visual C++ and guides you through the ins and outs of C++ development. With this book by your side, you are well on your way to becoming a successful C++ programmer.
Read MoreC for Engineers and Scientists is designed to teach students how to solve engineering and science...
Read MoreAre you a programmer and looking for a challenge to write iPhone applications? If so, this book is...
Read MoreThis book is for anyone wishing to learn to C programming in Mac OS X environment. If you are new to this platform, an experienced MAC developer, new to C programming or students entirely new to programming this book is a perfect guide to start with. For anyone who wants to learn how to program their iPhone, this is also the core language primer.
Read MoreThe author of the book shows you how The Microsoft Windows Presentation Foundation (WPF) works, His quality advice will help you to build reliable and high quality WPF applications more quickly and quite easily. There is a comprehensive discussion on relationship of WPF with other windows elements like WinFX and .NET 4.5 Framework.
Read More