Members
Technology Zones
Articles
Hosted By
Info
|
Forum Messages
Articles & Tutorials  -
Program errors occurring while porting C++ code from 32-bit platforms on 64-bit ones are observed. Examples of the incorrect code and the ways to correct it are given. Methods and means of the code analysis which allow to diagnose the errors discussed, are listed..  -
Though the history of 64-bit systems development makes more than a decade, the appearance of 64-bit version of OS Windows raised new problems in the sphere of development and testing applications. In the article there are considered some mistakes connected with 64-bit C/C++ code development for Windows..  -
Granville gets down with the CLR, and takes a look at CIL/MSIL - the intermediate language that every .NET language gets compiled to, and has full access to the capabilities of the CLR..  -
A brief introduction to the field of Genetic Algorithms including sample C++ code.  -
In theory the .NET debugging API is simple and a joy to use, but there is a lack of a detailed overview as to how to use it in the framework SDK. In this article, we'll cover how to write a debugger under .NET, and will also touch on the profiling API support.. 
Sample Code  -
An enhanced status bar which allows you to easily add/remove almost any controls to/from its panes, on-the-fly..  -
This sample demonstarates how to create a bitmap, create a DC in MFC VC++, and then how to tell the DC to draw the bitmap
.  -
The article addresses the problem that sometimes occurs when making several direct ODBC calls in a sequence..  -
GUIDs are a useful entity to guarantee that you have a unique name for a kernel object, Registered Window Message, clipboard format, or other object that must be guaranteed to be unique. However, there are times when a program needs to create a GUID; for example, a program that writes .h files. This essay tells how I created my own unique IDs. .  -
This example consists of a simple dialog-based application that can launch another application and have the GUI remain alive while the launched process runs, instead of just blocking and being non-responsive.. 
Books  -
A beginners guide into C++, this book uses simple examples to teach the reader the basics of the language. It also goes further and explains OOP topics such as standard OOP, Inheritance and Polymorphism..  -
Concentrating exclusively on 32-bit programming, this book offers an in-depth look at the user interface and graphics aspects ofthe Windows API and demonstrates how to use API effectively. Covers Dynamic link libraries, storage management, and windows subclassing. CD ROM included.. 
Products  -
An XML parser Visual C++ static library that offers a high-performance alternative to the standard MSXML DOM for creating, navigating, and manipulating XML documents. The Chilkat XML parser is significantly faster and less memory intensive, and the API is much simpler. It includes in-document AES encryption and Zip compression features. -
A POP3 / SMTP email Visual C++ static library for sending and receiving email. Packed with advanced features including: full S/MIME capability for sending and receiving signed and encrypted email, MHTML for sending HTML email with embedded images and style sheets, multipart/alternative, multipart/related, attachments, advanced AES encryption, automated international character encoding conversion, Outlook integration, progress monitoring, Outlook Express EML import, XML import and export, mail-me -
Affordable, advanced Zip Visual C++ Static Library with many features: Create new Zips from existing files, memory data, or other existing Zips. Remove specific files within a Zip. Recursively descend directories to Zip everything. Adds files to existing Zips. Merge multiple Zips into one Zip. UnZip and auto-create directories as needed. UnZip only files matching a wildcarded pattern. Directly access the data in its compressed format. Memory Zip/Unzip: Use Zip compression without ever writing fi -
An advanced encryption Visual C++ static library that offers both RSA public-key encryption with digital signatures as well as symmetric encryption algorithms including AES (Rijndael), Blowfish, and Twofish. It provides the ability to easily create digital signatures for files or memory data, or verify digital signatures against incoming data or files. It allows for the use of any Cryptographic Service Provider, including Smart Card implementations from 3rd-party vendors. It also provides easy a -
Automatically convert HTML text, files, or Web pages into Chilkat Email objects. Save HTML files or Web pages as MHT Web archives. Unpack MHT Web archives into the original files. Convert HTML to MIME. Convert HTML text, files, or Web pages into EML for use in Outlook Express. Can convert HTML files and Web pages (URLs) into both MHT and EML formats. All external parts, including images, scripts, and style sheets are automatically retrieved and embedded. All hyperlinks are converted to fully-spe
Web Sites  -
The Code Generation Network covers all aspects of code generation and model-based development.
The site's resources include a database of code generation tools, interviews with leading exponents of code generation and book reviews on code generation and software development in general. -
FASTlib 3.0 is a collection of ActiveX controls for a wide variety of tasks and it is available for download. -
3D Chart is a powerful ActiveX component using OpenGL to display charts. -
Offers a wide variety of articles on all sorts of topics. -
Bloodshed Dev-C++ is a full-featured Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as it's compiler. Dev-C++ can also be used in combination with Cygwin or any other GCC based compiler.
|
Search
Code Samples
New Members
|