Monday, May 14, 2007

C++ Network Programming


Title: C++ Network Programming: Resolving Complexity Using ACE and Patterns (The C++ In-depth Series)
ISBN: 0201604647
Author: Douglas C. Schmidt / Stephen D. Huston
Publisher: Addison Wesley
Page: 256
Edition:
Catalog:
Format: CHM
Size: 2353k
Supplier:
Summary: ACE stands for the Adaptive Communicative Environment. ACE is a software toolkit that provides a number of patterns, libraries, and frameworks creating portability on dozens of hardware and operating system platforms. It is open-source, powerful, and 00. It enables software engineers to create complex distributed systems in less time than traditional methods. Systems written with ACE are high-performance and easily maintained. This is extremely important now that developing applications from scratch has become prohibitively expensive and time consuming.
-----------------------------------------
Download: C++ Network Programming
-----------------------------------------

Exceptional C++


Title: Exceptional C++
ISBN: 0201615622
Author: Herb Sutter
Publisher: Addison Wesley
Page: 270
Edition: (10 December, 1999)
Catalog:
Format: CHM
Size: 365k
Supplier:
Summary: Topics covered: Advanced C++ programming tutorial, generic programming, tips for string classes, containers and STL, temporary objects, exception-safe code tutorial, virtual functions, class inheritance, the Pimpl idiom, namespaces, memory management, C++ memory areas, overloading new and delete, using smart pointer with auto_ptr, using const, casts and hints for better performance and code maintainability.
----------------------------------------------------
Download: Exceptional C++
----------------------------------------------------

Essential C++


Title: Essential C++ (The C++ In-depth Series)
ISBN: 0201485184
Author: Stanley Lippman
Publisher: Addison Wesley
Page: 288
Edition: (3 December, 1999)
Catalog:
Format: CHM
Size: 401k
Supplier:
Summary: Essential C++ presents the basics of C++ in the context of procedural, generic, object-based, and object-oriented programming. It is organized around a series of increasingly complex programming problems, and language features are introduced as solutions to these problems. In this way you will not only learn about the functions and structure of C++, but will understand their purpose and rationale.
--------------------------------------
Download:Essential C++

--------------------------------------

The C++ Standard Library: A Tutorial and Reference


Title:The C++ Standard Library: A Tutorial and Reference
ISBN:0201379260

Author:Nicolai M. Josuttis
Publisher:Addison-Wesley Pub Co
Page:832
Edition:1st edition (August 12, 1999)
Catalog:

Format:CHM
Size:4M
Supplier:EEn
------------------------------
Download: The C++ Standard Library:
A Tutorial and Reference

------------------------------

C++ Templates: The Complete Guide


Title: C++ Templates: The Complete Guide
ISBN: 0201734842
Author: David Vandevoorde / Nicolai M. Josuttis
Publisher: Addison Wesley
Page: 552
Edition: 1st edition (November 12, 2002)
Catalog: C++
Format: CHM
Size: 1M
Supplier: December
Summary: The authors of this textbook urge readers to see them as a scientist- engineer pair, producing a combination C++ template tutorial with a detailed reference. They introduce language elements and design elements of the template feature of the programming language and provide coverage of template syntax and semantics. Techniques covered include static polymorphism, policy classes, metaprogramming, and expression templates. Also discussed is the C++ standard library, constructed largely with templates. Readers are expected to know C++ before approaching the book.
------------------------------------
Download: C++ Templates: The Complete Guide

------------------------------------

Java 2 Primer plus

Title:Java 2 Primer Plus
ISBN:0672324156
Author:Steven Haines / Stephen Potts
Publisher:SAMS
Page:840 pages
Edition:1st edition (December 30, 2002)
Catalog:Computer Bks - Languages / Programming
Format:CHM
Size:4.46 MB
Supplier:Team FLY
Summary:Java Primer Plus guides the reader through the Java programming language from the basic concepts (basic syntax, variable, literals, operators, loops, conditional statements, etc.) through advanced topics (RMI, JDBC, Network socket programming, etc.). It provides a deep explanation of Java programming concepts and technologies using classroom tested and proven techniques. What makes this book unique is that it spends the last part showing the reader how to integrate Java technologies into everyday Web related practices and with other technologies.
------------------------------
Download:
Java 2 Primer plus

------------------------------

The Art of Java

Title:The Art of Java
ISBN:0072229713
Author:Herbert Schildt / James Holmes
Publisher:Computing McGraw-Hill
Page:370 pages
Edition:(July 31, 2003)
Catalog:Computer Bks - Languages / Programming
Format:PDF
Size:3.21 MB
Supplier:Team LiB
Summary:Text shows how to apply Java to a wide variety of high-powered applications, each demonstrating different features and techniques. Examples range from language interpreters, Web crawlers, and e-mail subsystems to expression parsers, statistical tools, and financial applets. For Java programmers. Softcover.
----------------------------
Download: the art of java

Source Code:
source code_art_of_java

----------------------------