Programming Books
Posted on
April 4th, 2010 0 Comments
Programming with the C++ Standard Library can certainly be difficult task. Nicolai Josuttis’s The C++ Standard Library is one of the best available books to using the built-in features of C++ effectively.
The C++ Standard Library provides lots of built-in functionality in the form of the Standard Template Library (STL). The STL was created as the first...
Read More |
Make a Comment
Posted on
September 5th, 2009 1 Comment
This comprehensive best-seller is aimed at readers with little or no programming experience. It teaches by presenting the concepts in the context of full working programs and takes an early-objects approach. The authors emphasize achieving program clarity through structured and object-oriented programming, software reuse and component-oriented software construction.
Introduction...
Read More |
Make a Comment
Posted on
August 9th, 2009 0 Comments
This book provides a comprehensive collection of algorithms implemented in C programming language. A variety of algorithms are described in each of the following areas: sorting, searching, string-processing, and geometric, graph, and mathematical algorithms. These algorithms are expressed in terms of concise implementations in C, so that readers can both appreciate...
Read More |
Make a Comment
Posted on
July 16th, 2009 0 Comments
This exceptionally useful text offers Scott Myers’s expertise in C++ class design and programming tips. The second edition incorporates recent advances to C++ included in the ISO standard, including namespaces and built-in template classes, and is required reading for any working C++ developer.
The book opens with some hints for porting code from C to C++...
Read More |
Make a Comment
Posted on
July 7th, 2009 0 Comments
This 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++ 2008. Thoroughly updated for the 2008 release, 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...
Read More |
Make a Comment
Posted on
July 5th, 2009 0 Comments
C for Engineers and Scientists is designed to teach students how to solve engineering and science problems using C. This is a complete and comprehensive introduction to computer programming in C language, with introductions to object oriented programming in C++, and graphical plotting and numerical computing in C/C++ interpreter Ch and MATLAB for applications...
Read More |
Make a Comment
Posted on
July 3rd, 2009 0 Comments
Are you a programmer and looking for a challenge to write iPhone applications? If so, this book is for you. The book assumes a minimal working knowledge of Objective-C, and written in a friendly way. The book is quite easy to follow for beginners who want to develop applications for iPhone and iPod Touch.
The book begins with very basics and then walks through...
Read More |
Make a Comment
Posted on
May 4th, 2009 0 Comments
Author Dave Mark starts out this handy book “Learn C on the Mac” with the basics of C programming and takes through a complete course in programming C using Apple’s free Xcode tools. This book is a perfect guide for beginners learning to program in C on Mac OS. It also includes all new Mac OS X examples. Main points covered in this book include
Master...
Read More |
Make a Comment