C++

Extracting A Bitmap From A BLOB Field

Author: Embarcadero USA Technical Information Database TI791D.txt Extracting A Bitmap From A BLOB Field Category :Database Programming Platform :All Product :Delphi All Description: Extracting a bitmap from a dBASE or Paradox blob field -- without first saving the bitmap out to a file -- is a simple process of using the Assign method to store the contents of the BLOB field to an…
Read more
C++

Null Pointer Assignment Errors Explained

Author: Embarcadero USA Technical Information Database TI500C.txt Null Pointer Assignment Errors Explained Category :General Platform :All Product :Borland C++ All Description: 1. What is a Null Pointer Assignment error? The Null Pointer…
C++

Getting Input In Graphics Mode

Author: Embarcadero USA Technical Information Database TI676C.txt Getting Input In Graphics Mode Category :General Platform :All Product :Borland C++ 3.0 Description: This program demonstrates how to get input from the user in …
C++

Installing and Configuring Borland C++

Author: Embarcadero USA Technical Information Database TI760C.txt Installing and Configuring Borland C++ Category :General Platform :All Product :Borland C++ 3.X Description: INSTALLATION AND CONFIGURATION PROBLEMS ======================================= Instructions for installing Borland/Turbo C++ can be found in the User's Guide and in the online…
Read more
C++

Resolving Undefined Symbol linker messages.

Author: Embarcadero USA Technical Information Database TI867C.txt Resolving Undefined Symbol linker messages. Category :General Platform :All Product :Borland C++ 3.x Description: The purpose of this document is to provide an overview of the …