The C++ Standard Library: A Tutorial and Reference
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 library of generic algorithms and data structures for C++, with four ideas in mind.
C++ How to Program (7th Edition)
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...Algorithms in C
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...Effective C++: 55 Specific Ways to Improve Your Programs and Designs
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...Ivor Horton’s Beginning Visual C++ 2008
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...C For Engineers & Scientists, An Interpretive Approach with Companion CD
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...Beginning iPhone Development: Exploring the iPhone SDK
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...Learn C on the Mac
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...Pro WPF in C# 2008: Windows Presentation Foundation with .NET 3.5, Second Edition
The 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...The ASP.NET Tips and Tricks
This e-book teaches the most practical features and best approaches for ASP.NET. You will learn most of the essential Tips, Tricks & Hacks to the most common ASP.NET problems. The book is written by five world-class ASP.NET professionals who will guide you...Programming Interviews Exposed – Secrets to Landing Your Next Job
Everything you need to know to succeed in the programming interview and get the job you want Whether you are a veteran programmer seeking a new position or a whiz kid starting your career, interviewing for a programming job requires special preparation. The interview...Applied Cryptography: Protocols, Algorithms, and Source Code in C, Second Edition
Cryptographic techniques have applications far beyond the obvious uses of encoding and decoding information. For Internet developers who need to know about capabilities, such as digital signatures, that depend on cryptographic techniques, there’s no better...MCAD/MCSD Self-Paced Training Kit: Microsoft .NET Core Requirements, Exams 70-305, 70-315, 70-306, 70-316, 70-310, 70-320, and 70-300
Three things struck me about this set as soon as I received it and started working through the material. First, these books can be used for both learning and preparing for the certification exams. Second, if you buy the set from Amazon and you intend to take the...Microsoft Visual C++ .NET Deluxe Learning Edition
Teach yourself how to develop applications with Visual C++ .NET-with tools and instruction, straight from the source! This DELUXE LEARNING EDITION contains Microsoft’s popular Step by Step tutorial and fully-supported, standard-edition software for Visual C++...Memory as a Programming Concept in C and C++
Assuming readers have a basic familiarity with C or C++, Frantisek Franek describes the techniques, methods and tools available to develop effective memory usage. The overwhelming majority of “bugs” and crashes in computer programming stem from problems of...C Programming: A Modern Approach, 2nd Edition
The second edition maintains all the book’s popular features and brings it up to date with coverage of the C99 standard. The new edition also adds a significant number of exercises and longer programming projects, and includes extensive revisions and updates.