Wednesday, April 8, 2009

Core C++ A Software Engineering Approach

Authors:Victor Shtern
Pages:1188
Publisher:Prentice Hall PTR
ISBN13:9780130857293
Description:
Prentice Hall PTR Core Series Teaches C++ by applying the best software engineering practices and methodologies to programming in C++. Shows the user how to build code that is more robust, easier to maintain and modify, and more valuable. Softcover. DLC: C++ (Computer programming language).
Download

Effective C++: 50 Specific Ways to Improve Your Programs and

Authors:Scott Meyers
Pages:443
Publisher:Addison Wesley
ISBN13:9780201924886
Description:

The first edition of Effective C++ sold nearly 100,000 copies and was translated into four languages. It's easy to understand why. Scott Meyers' practical approach to C++ described the rules of thumb employed by the experts--the things they almost always do or almost always avoid doing--to produce clear, correct, efficient code.

Each of this book's 50 guidelines summarizes a way to write better C++, and the accompanying discussions are backed by specific examples. For this new edition, Meyers reworked every guideline in the book. The result is exceptional adherence to C++'s Draft International Standard, current compiler technology, and the latest insights into the use of C++ for real-world applications.


Download

C++: The Complete Reference

Authors:Herbert Schildt
Pages:1041
Publisher:McGraw Hill
ISBN13:9780078824760
Description:
Offering the most complete coverage of the newly updated ANSI C++ Standard--including updated material on the STL namespace naming methods, and new classes--this book is an easy-to-follow, three-part organization of description of the root of C++, detailed coverage of C++ and effective C++ software application development.
Download

C++ Weekend Crash Course

Authors:Stephen R. Davis
Pages:502
Publisher:Unknow
ISBN13:9780764546891
Description:
What are you doing this weekend? If Friday night's highlights include creating your first C++ program in Visual C++ and CNU C++, then Saturday will find you deep into this book's crash course. Lessons present debugging, flow control commands, and wielding pointers and objects. By Sunday, you'll work through concepts such as inheritance, virtual functions, abstract classes, and stream I/O. After only 15 hours of practice, review, and assessment with C++ Weekend Crash Course, you'll be able to show off your C++ skills on Monday morning -- and shine.
Download

C++ Network Programming, Volume 1: Mastering Complexity


Authors:Douglas C. Schmidt, Stephen D. Huston
Pages:336
Publisher:Addison Wesley
ISBN13:9780201604641
Description:
As networks, devices, and systems continue to evolve, software engineers face the unique challenge of creating reliable distributed applications within frequently changing environments. C++ Network Programming, Volume 1, provides practical solutions for developing and optimizing complex distributed systems using the ADAPTIVE Communication Environment (ACE), a revolutionary open-source framework that runs on dozens of hardware platforms and operating systems.
Download

C++ from the Ground Up, Third Edition

Authors:Herbert Schildt
Pages:688
Publisher:Unknow
ISBN13:9780072228977
Description:
This excellent primer provides a plethora of C++ programming information for beginning to intermediate users on topics like classes, objects, expressions, arrays, pointers. Plus, it also covers advanc.


Download

C++ Cookbook

Authors:D.Ryan Stephens, Christopher Diggins Jonathan Tu
Pages:573
Publisher:O'Reilly
ISBN13:9780596007614
Description:

Despite its highly adaptable and flexible nature, C++ is also one of the more complex programming languages to learn.Once mastered, however, it can help you organize and process information with amazing efficiency and quickness.

The C++ Cookbook will make your path to mastery much shorter. This practical, problem-solving guide is ideal if you're an engineer, programmer, or researcher writing an application for one of the legions of platforms on which C++ runs. The algorithms provided in C++ Cookbook will jump-start your development by giving you some basic building blocks that you don't have to develop on your own.
Download

Tuesday, April 7, 2009

C Pocket Reference

Authors:Peter Prinz, Ulla Kirch-Prinz
Pages:142
Publisher:O'Reilly
ISBN13:9780596004361
Description:
Ideal as an introduction for beginners and a quick reference for advanced programmers, the C Pocket Reference consists of two parts: a compact description of the C language and a thematically structured reference to the standard library. The representation of the language is based on the ANSI standard and includes extensions introduced in 1999. An index is included to help you quickly find information the information you need.
Download

Essential C# 4.0

Authors:Mark Michaelis
Pages:720
Publisher:Addison Wesley
ISBN13:9780321150776
Description:
"Essential C# 2.0 pulls off a very difficult task. The early chapters are comprehensible by beginning developers, while the later chapters pull no punches and provide the experienced developer with the detailed information they need to make the most of C# 2.0. Starting with the first chapter, Mark has successfully interwoven tidbits of information useful to even the most advanced developer while keeping the book approachable." Chris Kinsman, chief architect, Vertafore, Microsoft Regional Directo
Download

Core C# and .NET

Authors:Stephen C. Perry
Pages:972
Publisher:Prentice Hall PTR
ISBN13:9780131472273
Description:

Written for C# 2.0 and .NET 2.0: contains coverage of generics, Master Pages, the DataGridView, and other new features

Covers Web development, Windows development, data management, security, threading, remoting, and much more

Presents hundreds of non-trivial code examples that help you solve real-world problems

The Complete and Comprehensive Developer's Guide to C# 2.0 and .NET 2.0

Core C# and .NET is the no-nonsense, example-rich guide to achieving exceptional results with C# 2.0 and .NET 2.0. Writing for experienced programmers, Stephen Perry presents today's best practices for leveraging both C# 2.0 language features and Microsoft's .NET 2.0 infrastructure.


Download