The Wayback Machine - https://web.archive.org/web/20061025164854/http://www.codeguru.com/Cpp/

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
Pens
Calling Cards
Online Booking Hotels
Register Domain Name
Desktop Computers
Laptop Computers
Corporate Gifts
Inbound Calls
Server Racks
KVM over IP
Help Desks
IT Jobs
Car Donations
Cheap Cameras



RSS Feeds

All

VC++/C++

.NET/C#

VB

See more EarthWeb Network feeds

Home >> Visual C++ / C++

Embracing the full spectrum of developer needs including content supporting 64 bit, Multi-Core, Tools, and Optimization.

Sun's AMD Opteron Compatibility Guarantee
They promise what?! Yes indeed, Sun offers a legally binding guarantee that future versions of Solaris will support any AMD Opteron-based application that will run on the current version of the OS. Read more.
Future-Proof Your File System in 5 Minutes on AMD
ZFS, the open source, freely available 128-bit file system, now included with the Solaris 10 operating system (as well as other OSes based on the OpenSolaris project), moves data fast, scales without practical limit and makes File System Check (FSCK) obsolete. Here's what you need to know about ZFS on AMD64. Read more.
AMD's Multiple Threads, Multiple Cores, Multiple Gains
Author Peter Aitken walks through the benefits of preemptive multitasking and the opportunities there are for developers. Read more.
Taking Advantage of Concurrent Programming for Windows, Part 3: Locality Effects in .NET Multi-Core Programming
In this third segment, author Larry O'Brien shows one way the data caches on the Opteron and Athlon processor families help prevent "premature optimization." Read more.
For more relevant code samples, tutorials and editorials click here.

Free Tech Newsletters
Free Tech Newsletters
[an error occurred while processing this directive]
Free Tech Newsletters
ASP.NET Tip: Persistent Logins Under ASP.NET 2.0
Under ASP.NET 1.x, the built-in FormsAuthentication method enabled persistent logins easily, but ASP.NET 2.0 has changed how the forms authentication tickets work.
Building a Java ME CDC Application Using the SavaJe Phone
Explore the new JSR-209 AGUI package for Java ME CDC devices by writing a Sudoku puzzle application for the SavaJe phone using Eclipse.
Testing with Mock Objects
Mock objects can be created to act as stand-ins for actual implementations in order to isolate unit tests. This makes it easier to detect defects during development. Discover how to create your own mock objects using NMock 2.0.
Windows Forms Tricks You May Have Missed
Here are several lesser-known tips and tricks that will assist you in building fully functional and well performing Windows Forms applications.
ASP.NET Tip: Sending Mail with ASP.NET 2.0
The new System.Net.Mail library in ASP.NET 2.0 introduces some useful features, but it also includes bugs. Find out how they come into play when you send mail.
Latest Visual C++ / C++ Articles

[Updated] STL Serialization Library
Aniruddha Jahagirdar - 10/25/2006
The STL Serialization Library can serialize and load STL objects from a file. The serialization-file format can be customised as needed.

[Updated] Deriving Projection Matrices
Joe Farrell - 10/23/2006
Walk through the mathematical derivation of orthographic and perspective projection matrices used in 3D graphics.

Dynamic Data Grouping Using MS Reporting Services
Asif Sayed - 10/17/2006
Discover new ways to "pretty up" your reports and perhaps get you noticed at the office.

A Glance at the Virtual Machine Monitor
Ashkbiz Danehkar - 10/12/2006
Learn about virtualization's technique world.

Common Add-Ins
sp1ff - 10/11/2006
Discover a way to write Add-Ins such that a single binary can be hosted across multiple versions of DevStudio, Visual Studio, and Office. It uses C++ & ATL, but the principles should carry over to other languages and frameworks.

Message Only Window
einaros - 10/10/2006
Learn how to build an efficient library to provide support for Message Only Windows. The article also shows how to use the Thunk32 library provided in an earlier article, as well as some general pointers on good practices and patterns.

Latest Two-Minute Tips

Data Binding to Forms Made Simple in .NET 2.0
08/01/2006
By Wei-Meng Lee
Creating a form that displays formatted information from a database is a matter of a few easy steps in .NET 2.0 using Visual Studio 2005.

Using the Class Designer: Adding Inheritance and Associations
06/22/2006
By Bradley L. Jones
Learn how to add inheritance to your designs as well as learn the relationship between your applications code and the Class Designer.

First Look at the Class Designer
05/24/2006
By Bradley L. Jones
Discover how to visually create the code for your classes in your Visual Studio 2005 applications using the new Class Designer. You'll be visually "drawing" code for your classes quickly and easily!

Using the ASP.NET 2.0 MultiView Control
05/16/2006
By Bill Hatfield
See how to create mutliple views on a single Web form. Want tab style functionality? This is an easy solution!

(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

Windows Template Library: Still Alive and Kicking
Nick Wienholt - 10/04/2006
Find out what's become of the Windows Template Library (WTL) since Microsoft released it as an open-source project in 2004. Examine the recent WTL releases and see where WTL fits in the C++ programmer's toolkit.

Insights PROGRAMMING INSIGHTS

Designing a SQL Service Broker Control Bus
Jeffrey Juday - 10/02/2006
SQL Server Management Studio just doesn't cut it for complicated configuration and monitoring implementations. Learn how to implement your own SQL Service Broker (SSB) control bus solution to serve the needs of complex SQL Server-based messaging solutions.

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 - October 24th, 2006
Check out the latest news, articles, and information from Codeguru. This week's editorial - "X marks the spot."

Codeguru Update eNewsletter - October 17th, 2006
Get the latest news, information, and articles from Codeguru.com

Codeguru Update eNewsletter - October 10th, 2006
Check out the latest news, articles, and discussions happening around Codeguru.

Small Things From Microsoft
This week Microsoft announced a couple of small things.

(See all Announcements)

Currently in the News...
The following are current developer-related stories from InternetNews.com :
Asterisk Plays Trixbox 2.0
Adobe Flips For New Programming Environment
Fedora Core 6 Gets Real

DevX Headlines
Avoid DLL Hell with Registration-free COM
Book Excerpt: The Java Tutorial, Fourth Edition
Managing Legacy Data Cost Effectively Through Archiving
Optimizing OpenGL ES Applications for Brew
The Baker's Dozen Doubleheader: 26 Productivity Tips for Managing Data (Part 2 of 2)

Is it time to make your move to the multi-threaded and parallel processing world? Find out!
Step-by-step Tutorial: Visualize with Rational Software Modeler--UML 2.0 Modeling. Click here!
Download: Rational Application Developer. Quickly design, develop, analyze, test, & deploy apps.
Download: IBM Rational PurifyPlus V7.0. Start developing fast, reliable code in a single solution.
Generate Complete .NET Web Apps in Minutes . Download Iron Speed Designer today.

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

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

General

Internet

Mobile/Wireless

VB Controls

Sample Chapter


JupiterWeb networks:

internet.comearthweb.comDevx.comGraphics.com

Search JupiterWeb:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterWeb

Jupitermedia Corporate Info