Sponsored Links:
Concrete data types (Popularity: )
http://www.cppbuilderdevjournal.com/articles/issues/9902/Concrete_data_types.htm
How to build concrete data types, and, along the way, pick up on some subtleties of the C++ language itself. ...
|
Ole Automation for C++ programmers (Popularity: )
http://www.cgoakley.demon.co.uk/prog/oleaut.html
An introduction to the Component Object Model (COM) for those familiar with C++
|
Comet (Popularity: )
http://www.lambdasoft.dk/comet/
Language binding between COM and C++. It allows you to do both COM client and COM server programming, without any ...
|
CodeGuru - ATL/WTL Programming (Popularity: )
http://www.codeguru.com/atl/
Source code, examples and articles for ATL and WTL programming.
|
Chris's Developer Tools (Popularity: )
http://www.sellsbrothers.com/tools/
A collection of ATL utility code pieces including: TraceHook - a member function call tracing delegator. CAspPtr - pull the ...
|
CBstr (Popularity: )
http://www.codeguru.com/atl/CBstr.shtml
A BSTR wrapper-class with string manipulation members. It extends _bstr_t with the interface of the MFC CString class. (Gary Olliffe)
|
Make the Internet Your Office with NetMeeting (Popularity: )
http://www.microsoft.com/mind/0199/netmeeting/netmeeting.htm
The article explains how to develop an wrapper for access Microsoft NetMeeting functionalities using ATL. (Suresh Nair / MIND)
|
Microsoft ATL FAQ (Popularity: )
http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q166/4/80.asp&NoWebContent=1&NoWebContent=1
This document contains answers to FAQs about the ATL versions 2.0 and 2.1. (Microsoft)
|
Using ActiveX Controls to Automate Your Web Pages (Popularity: )
http://msdn.microsoft.com/library/default.asp?url=/workshop/components/activex/tutorial.asp
This article describes how a developer can add Microsoft ActiveX support to an existing OLE Automation control.
|
Dr. Clue's CGI reference including C++ code (Popularity: )
http://www.drclue.net/F1.cgi/HTML/CGI/CGI.html
Information covering how CGI works and the different methods of interaction. Includes a free C++ class that compiles on both ...
|
HotScripts.com: C and C++ (Popularity: )
http://www.hotscripts.com/C_and_C++/
Directory of books, tips, tutorials about C++ CGI programming. Site has a large collection of scripts.
|
The open core (oc) web class library (Popularity: )
http://www.w3sys.com/pages.meta/code.html
Written in C++, the oc library has been continually enhanced since 1996. It performs all communication with the httpd server ...
|
Accelerated C++: Practical Programming by Example (Popularity: )
http://www.acceleratedcpp.com/
Contains source code and errata. (Andrew Koenig and Barbara E. Moo)
|
CGI Programming in C++ (Popularity: )
http://www.SystemicsInc.com/cgi/index.html
Explains how to connect legacy systems to the Internet using C++. (Authorz.net, a division of Systemics)
|
C++ in Action (Popularity: )
http://www.relisoft.com/book/
Web book containing an introduction to C++, programming techniques, and software design. (Bartosz Milewski)
|
Who's Afraid of C++? (Popularity: )
http://www.steveheller.com/whos/
Introductory book available on-line. (Steve Heller)
|
The C++ Programming Language (3rd Edition and Special Edition) (Popularity: )
http://www.research.att.com/~bs/3rd.html
Contains free introductory chapters and appendices about compatibility with C, locales, and the standard library's exception safety. (Bjarne Stroustrup)
|
The C++ Programming Language Mechanisms (Popularity: )
http://www.lexemetechnical.com/
E-books and companion software teach to master C++. Downloads.
|
The Design and Evolution of C++ (Popularity: )
http://www.research.att.com/~bs/dne.html
This book provides information and detailed discussions of key design decisions that will add to the expert's understanding. (Bjarne Stroustrup)
|
Optimizing C++ (Popularity: )
http://www.steveheller.com/opt/
Provides working programmers with a practical, real-world approach to program optimization. (Steve Heller)
|