Web crawl snapshots generously donated from Accelovation. This data is currently not publicly accessible.
From the site:
Accelovation is pioneering the delivery of Insight Discovery™ software solutions that help companies move from innovation idea to product reality faster and with more success.
Our solutions are used by leading firms in the Fortune 500 and beyond – companies from a diverse set of industries ranging from consumer packaged goods to high tech, foods to chemicals, and others. We help them mine the online world for market and technical insights to help speed the process of innovation.
TIMESTAMPS
The Wayback Machine - https://web.archive.org/web/20061025164854/http://www.codeguru.com/Cpp/
[an error occurred while processing this directive]
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.
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.
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.
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.
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!
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!
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.
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.
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?