The Wayback Machine - https://web.archive.org/web/20071208135823/http://www.codeguru.com:80/cpp/data/data-misc/

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
GPS
Desktop Computers
Cell Phones
Memory
Corporate Gifts
Promotional Mugs
Car Donations
Promos and Premiums
Business Gifts Canada
Online Universities
Laptops
Home Mortgage Loans
Dental Insurance
Business Lists


RSS Feeds

RSSAll

RSSVC++/C++

RSS.NET/C#

RSSVB

See more EarthWeb Network feeds

Home >> Visual C++ / C++ >> Data >> Miscellaneous


Usability and Design
The Usability and design space brings together the latest information, research, tools, podcasts, and conference information related to usability and design. Content is pulled from IBM and non-IBM sites. »
 
Ajax Resource Center
This space is your one-stop shop for information on the Ajax programming model, including articles and tutorials, discussion forums, blogs, wikis, events, and news. If it's happening, it's covered here. »
 
Linux Security
The Linux security space gives an overview of security issues related to Linux and covers all aspects of securing a Linux distribution. It also links to Linux security-related news and articles. »
 
Ruby Programming
Take a closer look at Ruby, a dynamic programming language that is growing rapidly in popularity. Explore its intriguing features and learn what programmers are doing with it. »
 
Wiki: WebSphere, SOA, J2EE in Practice
This wiki discusses how to use J2EE and related technologies to develop business applications, including how to make best use of IBM J2EE products like WebSphere Application Server and Rational Application Developer, and IBM SOA products like WebSphere Process Server and WebSphere Integration Developer. While it occasionally delves into tangential topics and future trends, the primary focus is on how to make use of the products and technologies that we have today. »

Whitepaper: Which Is Right for You--Itanium 2 or x86 Architecture? You now have a choice of two widely supported, industry-standard, 64-bit architectures. Which is the right choice for your data center?

Miscellaneous

File Information



Controlling an Object's Creation Based on Its Key Value Representing a Unique Resource
Rating: none
Boris Bromberg - 09/20/2006
Learn how to write server applications. One of the recurring tasks was dealing with the problem of creating an instance of a class associated with a unique resource of the operating system, such as a file.

A PDF Solution for All Programming Platforms
Rating: none
Victor Volkman - 07/12/2006
To begin writing raw PDF files, you need a solid working knowledge of PostScript—and that's not pretty. In reality, you need a complete PDF library that handles all your document-creation needs.

[Updated] DVD Explorer
Rating:
Georges Dumond - 06/12/2006
Learn about a new utility to analyse the data's structure on a DVD.

Accessing Your Database with C++ Is as Easy as DTL
Rating:
Victor Volkman - 09/23/2005
Go one step beyond the Standard Template Library (STL) with the Database Template Library (DTL), which offers many advantages over the traditional procedural approach to database access.

Line Counting, Version 1.1
Rating:
Wei Zhenjiang - 02/04/2004
Count the number of lines that programmers have developed with a break out for code, comment, and blank lines.


INI Files



Working with INI Configuration Files Cross-Platform (Win32/Un*x, MBCS/Unicode)
Rating: none
brofield - 04/25/2006
Win32 has a built-in INI file API, but writing cross-platform code is difficult because these functions aren't available on Linux.

High Performance Solution Ini File Class with MMF
Rating: none
Zhefu Zhang - 11/15/2002
Based on MMF, plus the pre-allocated buffer and section header map technology, this should be the ultimate solution to the mega-bytes-level INI file usage. Both Unicode and ANSI versions are available.

Handle Configuration Files Using a Portable Class'—CDataFile
Rating:
Gary McNickle - 08/05/2002
CDataFile is a C++ class that aids you in reading and writing to configuration files. It is generally compatible with standard Windows .ini files, supports multiline comments, does not rely on any windows or MFC calls, and is easily portable to Linux.

CIniFile
Rating: none
Gil Katz - 02/27/2002
A "simple to use" class for creating and using INI files.

MFC extension class CPrivateProfile
Rating: none
Thomas Holte - 12/28/2001
The class CPrivateProfile is a wrapper class around the Win32 functions GetPrivateProfileString and GetPrivateProfileInt. It enables an easy way to traverse and read INI files.

CIniEx - Dynamic .INI Class
Rating: none
Koray Gecici - 02/08/2000
Memory-mapped file-like solution for quicker data access using INI files


Values



[Updated] Help Your Application Users Become Great Spellers
Rating: none
Victor Volkman - 06/20/2006
Spell checkers for the Visual C++ and Visual Basic developer are plentiful and easy to integrate. So, why not enable your interactive applications to help users look a little smarter?

War of the Worlds: Endianness
Rating:
Marius Bancila - 07/26/2005
Learn about the differences between little- and big-endian representations.

Use Traits Classes for Information About Types
Rating:
Scott Meyers - 05/26/2005
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."

Effectively Unlimited Sized Signed Integers
Rating: none
Mick ONeill - 11/13/2003
The CBigInt class allows the manipulation of extremely large signed integer values. (The source code was updated.)

Converting Decimal Numbers to Roman Numerals
Rating: none
Ste Cork - 07/29/2003
Homework assignment: A simple solution for converting to Roman Numerals.

Converting from Code Page to Unicode
Rating: none
Adrian Bacaianu - 03/07/2003
Making an online conversion from a code Page to unicode in your SQL scripts.

Converting Between Different Number Bases
Rating: none
Shrishail Rana - 02/15/2002
Unicode compatible methods for storing binary data to a text file and reading it again. Supports mutliple bases.


XML



Creating Custom WPF Controls
Rating: none
Chad Campbell - 08/28/2006
Custom controls assist developers in maximizing code reuse and minimizing headaches. Learn the process of creating custom controls within Microsoft's latest UI model, the Windows Presentation Foundation (WPF).

Reading XML Files with the XmlTextReader Class, Part 2
Rating:
Tom Archer - MSFT - 05/20/2005
In this follow-up article to learning how to use the XmlTextReader to enumerate the nodes of an XML file, Tom Archer illustrates how to skip non-content and whitespace nodes and how to locate and read attribute values.

Build BizTalk 2004 Custom Pipeline Components to Process Non-XML Data
Rating:
Jeffrey Juday - 05/03/2005
BizTalk 2004 Pipelines offer you a great deal of control over the processing of BizTalk 2004 messages. With custom Pipeline components, you can handle non-XML data in BizTalk messages, even when the data is in non-delimited file formats.

[Updated] XmlSS.NET Spreadsheet Component
Rating: none
gianca - 10/15/2004
Learn new ways to work with Excel spreadsheets through the use of XML.

A Simple DOM-Based XML Manager Class
Rating:
Ejaz Anwer - 10/05/2004
CXMLMgr is a very simple MSXML 4.0 DOM wrapper class that can be used to manipulate XML files. It can be used in MFC as well as Win32.

Term of the Week: XAML
Rating:
Jim Minatel - 03/24/2004
XAML (Extensible Application Markup Language) is the codename for a new Microsoft markup language used to create UI elements for client applications in the forthcoming Windows release codenamed "Longhorn." The main XAML benefit to developers is that you'll be able to separate the application logic code from presentation code.

Doing XSLT with MSXML in C++
Rating:
Martin Jedrzejewski - 01/27/2004
Learn how to perform transformations from XML to HTML with VC++.

XML Serialization for MFC
Rating:
Mario Vespa - 06/06/2003
See how to serialize primitive types and CObject-derived classes into XML. Includes a demonstration of XML serialization with a CArray-derived template collection class.

Serializing Your Structs Using XML
Rating: none
Bassam Abdul-Baki - 05/07/2003
How to save a structure into an XML file (using STL), and then load the file back using XML.

MSXML C++ Wrapper Class
Rating:
Sibastien ANDRE. - 02/24/2003
Loading, parsing, and saving XML documents. (The article and source code were updated.)

XMLite: Simple DOM-Based XML Parser
Rating:
Cho Kyung Min - 01/06/2003
Build a lightweight XML parser. Support non-English languages such as Korean as well as escape characters.

Exporting Data as an XML File
Rating: none
Rob A. Fraydl - 10/01/2002
Export data by creating an XML file. This class makes it easy!

An XML Collection
Rating: none
Manuel Lucas Viqas Livschitz - 05/13/2002
A simple MFC-based collection to handle an XML file.

Recursive XML Parser in C
Rating:
Martyn Brown - 02/20/2002
A portable XML parser written in ANSI C.

Using the Microsoft XML Parser to Create XML Documents
Rating: none
Essam Ahmed - 11/16/2001
XML provides a powerful and flexible means of expressing and communicating information between different, or unlike, systems. Learn to parse XML from your programs.

Serializing All Data in a Window into XML
Rating:
Bassam Abdul-Baki - 11/01/2001
This example is very useful for those times when you need to capture all data in a window. It serializes the information into XML.


Cache', the world's fastest object database, does away with mapping. Free download.
Article: Create Highly-Available J2EE Applications -- See how Avaya's SIP A/S can help.
Article: Service Creation Environments Offer Familiar Tools for Creating Converged Applications
Is it time to make your move to the multi-threaded and parallel processing world? Find out!
Whitepaper: Elementool Bug Tracking--Keep Software Fixes On Course.



JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info