C/C++ Reference Card v1.0
This is a 2-sided laminated reference card for C and C++. It contains all common syntax, reference, and contains advanced material as well. It is extremely dense with information and a great resource for any C/C++ programmer.
Can't Happen or /* NOTREACHED */ or Real Programs Dump Core*
UNIX programmers too often fail to check for failure of system calls or functions, taking the familiar teen-age attitude that it cant happen to me (or my program). This paper will attempt to convince its audience to take prophylactic measures. Those who take such measures will be healthier ...
CHILL Factor's WIN32 Programming Tutorial Part 2 Part 2
THe second instasllment to my windows programming guide. I cover making coded windows, and making dialog windows. Getting data from text boxes, adn some other simple controls.
Easy Way to Build MySQL Client Programs v2.0
Would you like to know how to create MySQL client applications using Visual C++ with MySQL C API? If you are looking for a full example source code for a complete MFC C++ program that uses the MySQL C API to access a MySQL database, then this package is for you.
Easy Way to Create eBooks using C++
Would you like to know how, step-by-step, to create your own eBook using Visual C++? Would you like to know how to write a real world Visual C++ application: from initial concept to implementation? Are you looking for a way to create your own executable eBooks without having to buy a commercial ...
Easy Way to Create eBooks using C++ 2.0
Would you like to know how, step-by-step, to create your own eBook using Visual C++? Would you like to know how to write a real world Visual C++ application: from initial concept to implementation? Are you looking for a way to create your own executable eBooks without having to buy a commercial eB...
Easy Way to Use MySQL++ v1.5
Would you like to know how to create MySQL client applications using Visual C++ with MySQL++ class library? What is MySQL? The MySQL database server is the world's most popular open source database. Its MySQL++ C++ class library allows you to easily create clients that accesses the database, eit...
Guide to C++ Programming Structure
This guide to programming structure will teach you how to make pretty borring and pathetic code turn into a work of art with a few easy-to-learn C++ expressions. Teachs you the basics in enum, switch,
How to begin programming in C/C++
This article is meant to be a guideline for those with no programming knowledge, and those with prior programming experience in other languages. It is not a tutorial, and it is not written to present any absolutes. It is written to explain some terminology. To explain what is needed to begin pr...
Sixteen Ways to Stack a Cat
This paper presents a series of examples of how to represent stacks in a program. In doing so it demonstrates some of the fundamental techniques and tradeoffs of data hiding as seen in languages such as C, Modula2, and Ada. Since all the examples are written in C++ it also demonstrates the flexibili...
Turbo C++ Tutorial on <iostream.h>
This is a tutorial on the use of the header file <iostream.h>, as implemented by Borland in its Turbo C++. This tutorial assumes prior knowledge of C Language and assumes you have knowledge of member function and can write simple classes.
Tutorial in iostreams
This tutorial started out as a "small" example of how to interface an I/O object into the AT&T iostream classes currently provided with almost every C++ compiler.
Tutorial on using mouse in ur dos programs
This tutorial helps to use mouse in ur dos programs also a gui library is provided for developing professional quality applications