CodeGuru
Earthweb Search
Forums Wireless Jars Gamelan Developer.com
CodeGuru Navigation
Member Sign In
User ID:
Password:
Remember Me:
Forgot Password?
Not a member?
Click here for more information and to register.

jobs.internet.com

internet.commerce
Partners & Affiliates
Promotional Pens
Memory
Corporate Awards
Calling Cards
Online Education
Cell Phones
Promos and Premiums
Phone Cards
Web Hosting Directory
Desktop Computers
Car Donations
Shop Online
Best Price
Compare Prices


RSS Feeds

RSSAll

RSSVC++/C++

RSS.NET/C#

RSSVB

See more EarthWeb Network feeds

Home >> Visual C++ / C++

Despite an increased focus on project management, an alarming number of IT projects still fail. Common obstacles to successful projects include feature creep, lack of cooperation, and inefficient processes.

Download this Internet.com eBook to learn techniques for overcoming project jams and for improving the way you manage project information.

Topics Include:

  • Five Steps to Becoming a Strategic Project Manager
  • Overcoming Project Jams
  • Using ISO 9000 as a Project Management Tool
  • Building Reusable Project Templates
  • Reading GANTT Charts for Fun and Profit
  • Register now for your free Internet.com membership to download your complimentary eBook. Membership will also give you access to:
  • eBook Library
  • Newsletters
  • Whitepapers
  • WinDrivers
  • Webcasts
  • Free Tech Newsletters
    Free Tech Newsletters
    [an error occurred while processing this directive]
    Free Tech Newsletters
    Using Stored Procedures and Parameters.AddWithValue
    Developers working at all levels of experience can take advantage of this technique. Discover how to invoke a stored procedure with parameters using the AddWithValue method of the SqlParameterCollection to define SQL parameters in one step.
    A Unit Testing Framework for the BlackBerry
    What do you do when there's no effective unit testing framework for your programming environment? Why, build your own, of course! Building a simple unit testing framework for the BlackBerry provides some interesting insights into the BlackBerry programming environment.
    What Is Application Security?
    Discover the basic principles of Application Security and how it relates to various government and industry regulations and standards. Also, learn about internal and external Information Security threats and how to protect systems and applications better.
    Reusable Syndicated Media Portlets: An Example of Simplified Content Presentation
    Portal content presentation can quickly become a maintenance chore. Learn one solution for a reusable, flexible, extensible, maintainable approach to managing content presentation in a portal by combining the use of configuration and includes files rather than developing all new code for new content sources and/or layouts.
    Geocoding with the Rails GeoKit Plugin
    Learn how to geocode addresses using the GeoKit plugin, as well as calculate distances between points and identify all points within a specified radius!
    Latest Visual C++ / C++ Articles

    A TR1 Tutorial: Smart Pointers
    Marius Bancila - 07/16/2008
    Learn about the new smart pointers available in the standard library, shared_ptr and weak_ptr.

    [Updated] Customize an IE Context Menu to Add CodeGuru Favorites
    kirants - 07/15/2008
    Learn how to customize the internet explorer context menu to add Codeguru Favorites items.

    An Easy Way to Make an MFC DLL
    ++GGL - 07/10/2008
    Sometimes, you can't avoid writing your own DLL. This explanation takes some of the mystery out of the process.

    TIP: Round a Decimal to an Integer
    Anpino - 07/09/2008
    Discover a more efficient way to round decimals to integers.

    Better Visual C++ Debugging
    Nick Wienholt - 07/08/2008
    Effective use of the Visual C++ debugger is one of the easiest ways to increase developer productivity. Program database (PDB) files are one of the key elements in effectively debugging an application, and it is easy to set up Visual Studio to use debug symbols for binary files produced by other developers, including those at Microsoft.

    A TR1 Tutorial: Regular Expressions
    Marius Bancila - 07/02/2008
    Discover an overview on the algorithms and classes for regular expression in TR1, with examples for matching, searching, and replacing.

    Latest Two-Minute Tips

    Database Development with Visual Studio Team System - Database Edition
    06/23/2008

    By Jeffrey Juday -
    See how Microsoft Visual Studio 2008 Team System - Database Edition makes creating and using database functionality easy for .NET developers!

    Creating Snippets in Visual Studio
    06/09/2008

    By Dan Rigsby -
    Create chunks of code that you can paste in your applications in Visual Studio. Discover how to Include customizable parameters.

    Developing Management Packs for Operation Manager 2007
    05/23/2008

    By Jeffrey Juday -
    Using the Microsoft System Center Operations Manager Author Console learn how develop a management pack to accompany your application.

    Setting Up Unit Testing in Microsoft VSTS 2008
    05/12/2008

    By Paul Hacker -
    Discover how easy it is to add unit testing to your Visual Studio 2008 projects with the builtin tools.

    (See all Videos)

    pencil CodeGuru is all about sharing. If you have some unique code or an article, we'd love to hear from you. Please read the Submission Guidelines to see how to submit. We are always after great new articles to post!
    Latest Columns
    Using VC++ .NET USING VC++ .NET

    Better Visual C++ Debugging
    Nick Wienholt - 07/08/2008
    Effective use of the Visual C++ debugger is one of the easiest ways to increase developer productivity. Program database (PDB) files are one of the key elements in effectively debugging an application, and it is easy to set up Visual Studio to use debug symbols for binary files produced by other developers, including those at Microsoft.

    Insights PROGRAMMING INSIGHTS

    Beginner's Guide to SQL Server Database Development with VSTS Database Edition
    Jeffrey Juday - 06/10/2008
    Learn how to make Visual Studio Team Suite Database Edition part of your development process.

    Forum Highlights FORUM HIGHLIGHTS

    Hottest Forum Q&A on CodeGuru for the week of April 25th, 2004
    Sonu Kapoor - 05/04/2004
    This week's topics include the usage of WM_NULL, whether a Machine ID for copy protection purposes exists, whether there is any range for WM_XXX messages that someone could use without having any troubles with the Windows message handlers, and how can a person validate a auto_ptr?

    Announcements and News
    Codeguru Update eNewsletter - July 22nd, 2008
    "To upgrade or not to upgrade, that the question." Shakespeare could not have said it better. Learn when it's good to upgrade your software—and when it's best just to leave it alone.

    Codeguru Update eNewsletter - July 15th, 2008
    Should someone entering the development world skip learning MFC in favor of .NET? Read the discussion and feel free to add your own opinion!

    Codeguru Update eNewsletter - July 8th, 2008
    Get the latest news, articles, and information from around Codeguru. Also learn what comes after Terabytes!

    Codeguru Update eNewsletter - July 1st, 2008
    Get the latest news, articles, and information from around Codeguru. This week's editorial covers the integration of Oracle and BEA Systems.

    (See all Announcements)

    Currently in the News...
    The following are current developer-related stories from InternetNews.com :
    The Big Business of Tiny Widgets
    Facebook Wants to Power Web-Wide Apps
    OpenSolaris to Support Facebook, OpenSocial

    DevX Headlines
    View Rendering in Java: Templates Out, Groovy Builders In
    Getting the Most from Virtualization
    Rational Team Concert
    IBM® Rational® Quality Management Open Beta
    SIP Application Delivery eKit

    Guide to Developing a Web Site. Best Practices, Tips and Strategies. Download Exclusive eBook Now.
    Is it time to make your move to the multi-threaded and parallel processing world? Find out!
    Intel Go Parallel Portal: Translating Multicore Power into Application Performance. Learn more.
    Best Practices for Developing a Web Site. Checklists, Tips & Strategies. Download Exclusive eBook Now.
    Generate Complete .NET Web Apps in Minutes . Download Iron Speed Designer today.

    Visual C++/C++ .NET/C# Visual Basic

    Security

    C++

    COM-based Technologies

    Controls

    Data

    Frameworks

    Graphics & Multimedia

    Internet & Networking

    Miscellaneous

    Standard Template Library

    Visual Studio

    Windows & Dialogs

    Windows Programming

    Sample Chapter

    .NET

    C#

    Sample Chapter

    .NET 3.0 (VB)

    LINQ (VB)

    General

    Internet

    Mobile/Wireless

    VB Controls

    Sample Chapter

    HP Storage Disaster Proof Enterprise Solutions:
    WHITEPAPER:
    Using Storage Virtualization and Thin Provisioning to add Capacity
    WHITEPAPER:
    Remote Replication Best Practices for Oracle10g Using XP Continuous Access
    WHITEPAPER:
    HP StorageWorks 3 Data Center Replication
    ESG LAB REPORT:
    Enterprise-Class Storage Virtualization for Mission-Critical IT


    JupiterOnlineMedia

    internet.comearthweb.comDevx.commediabistro.comGraphics.com

    Search:

    Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

    Jupitermedia Corporate Info


    Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

    Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers