The Wayback Machine - https://web.archive.org/web/20111101211342/http://www.codeguru.com:80/cpp/sample_chapter/

    Sample Chapter

    Creating an Agile Environment

    Sometimes you just can't go Agile.

    Graphics Class Design : Shape

    Class Shape can provide you with the ability to represent things appearing in a Window. Learn about this class from an industry legend.

    The Anatomy of a C++ Program

    C++ programs consist of classes, functions, variables, and other component parts. To get a sense of how a program fits together, you must see a complete working program.

    How to Handle Currencies

    Learn about a C++ mechanism to handle and manipulate different currencies.

    Developing SharePoint Server 2007 Publishing Sites the Smart and Structured Way

    SharePoint MVP and Wrox author Andrew Connell shows a little-known approach to publishing content sites using Microsoft Office SharePoint Server 2007.

    JavaScript DOM Ranges

    Nicholas Zakas explores the powerful DOM Range tool and how a range can be used to select a section of a web document regardless of node boundaries.

    Report Solution Patterns and Recipes: Creating Sparklines

    In the last of this three-part SQL Server Reporting Services recipe series, Wrox author Paul Turley shows how to create the graphics for word-size graphics that visualization pioneer Edward Tufte dubbed sparklines.

    RSS 2.0: Really Simple Syndication

    Walk through the components of an RSS 2.0 feed for building your own feeds either by hand or programmatically.

    Future-Proofing Your URIs

    Look at how to design your web application URIs to ensure you give them the maximum lifespan possible from Professional Web 2.0 Programming co-author Erik Bruchez.

    Why Too Many Threads Hurts Performance, and What to do About It

    Learn why threading, which is the current method of choice for extracting performance from multi-core chips, isn't always the best choice for good performance.

    A Quick VMWare Server Vix Primer

    Discover the new VMWare programming API - Vix from Professional Web 2.0 Programming author Eric Hammersley.

    Report Solution Patterns and Recipes: Creating a Business Scorecard

    WROX author Paul Turley shows us how to create a Business Scorecard that mimics the Microsoft Office Business Scorecard Manager.

    Using the WebPermission Setting in ASP.NET Partial Trust

    Microsoft ASP.NET Program Manager and Professional ASP.NET 2.0 Security, Membership, and Role Management author Stefan Schackow explains one of the most confusing permissions for developers.

    Repetitive Searches

    The current C++ standard library extends the core C++ language with common classes and functions. In recent years, to address limitations in that library, a number of components have been developed to extend the language even further.

    Introduction to Network Protocols

    The world of TCP/IP protocols can be confusing. Clear up some issues here.

    Sample Chapter: Domain Name System

    All applications that provide communication between computers on the Internet use IP addresses to identify communicating hosts. Learn how to make IP addresses less difficult for human users to remember.

    Enterprise Data Management with SQL

    Read about the "big picture" guide to SQL Server 2005 for every manager, DBA, and developer.

    Solutions for Microsoft Outlook

    Learn about many additional things you can do to use Outlook in ways you never thought possible.

    Integer Security

    Learn how to identify the program errors most likely to lead to security breaches, how they can be exploited, the potential consequences, and secure alternatives.

    Defining a Build

    Learn the step-by-step process of building a release version of your software. By a member of the Microsoft Build Team.

    Oracle BPEL Process Manager

    Learn how to use manage many Web tasks quickly and efficiently.

    User Training for Busy Programmers: Develop effective software training classes quickly and easily

    From this sample chapter, learn how to develop effective lectures to use when training users on your software products.

    Use Traits Classes for Information About Types

    The STL is primarily made up of templates for containers, iterators, and algorithms, but it also has a few utility templates. Learn more in this excerpt from "Effective C++, Third Edition: 55 Specific Ways to Improve Your Programs and Designs."

    What is Programming Anyway?

    Learn how to think programmatically.