NUMC.ASC
Title: NUMERICAL C AND DSP
Keywords: AUG94   C   NUMERICAL   NCEG   MATHEMATICS   DSP
Published source code accompanying Kevin Leary's article on 
Numerical C, a high-level language built on the Free Software 
Foundation's GNU C compiler (gcc), makes it easier to code 
mathematical-intensive applications such as those used with 
digital-signal processing. Numerical C is a superset of ANSI C, 
differing in that the additional language constructs are geared 
to mathematical-programming paradigms. Code targeted for the 
Analog Devices ADSP-21060 SHARC DSP chip.

UNICODE.ASC
Title: MIGRATING C CODE TO UNICODE
Keywords: AUG94   C   INTERNATIONALIZATION    UNICODE  
Published source code in Timothy D. Nestved's article on 
migrating existing ANSI C code bases to Unicode, independent of 
any operating system, compiler, or API. 

PCC.ASC
Title: POLYMORPHIC C
Keywords: AUG94    C   LISP   INTERPRETER  WINDOWS
Published source code accompanying Greg Voss's article which presents
PCC, a polymorphic C interpreter written in Lisp. Useful for 
developing and debugging C routines used in developing Windows 
apps. Also see PCC.ZIP.

PCC.ZIP
Title: POLYMORPHIC C
Keywords: AUG94    C   LISP   INTERPRETER  WINDOWS
Complete system for Greg Voss's PCC, a polymorphic C interpreter 
written in Lisp. Useful for developing and debugging C routines 
used in developing Windows apps. Requires PKUNZIP to extract.

CPPNAME.ASC
Title: C++ NAMESPACES
Keywords: AUG94    C++    NAMESPACES
Published source code examples accompanying Tom Pennello's 
article examining C++ namespaces.

CALLCPP.ASC
Title: ASSOCIATIONS IN C++ 
Keywords: AUG94   C++ 
Published source code accompanying Dan Ford's article on C++ 
callbacks. You can use the C++ class Dan presents here to easily 
and quickly add callback lists to your own classes. 

MAPI.ASC
Title: USING THE MICROSOFT MAIL API 
Keywords: AUG94   MAPI   EMAIL    C++   NETWORKS
Published source code accompanying Jim Conger's article on using 
the Microsoft Mail API (MAPI) functions in MAPI.DLL and the 
APPEXEC.DLL library to enable you to build your own application 
into the fabric of the Microsoft Mail system. This program, 
written in Visual C++ using MFC, sends and receives both standard 
text messages and special message types. Also see MAPI.ZIP.

MAPI.ZIP
Title: USING THE MICROSOFT MAIL API 
Keywords: AUG94   MAPI   EMAIL    C++   NETWORKS
Complete system for Jim Conger's article on using the Microsoft 
Mail API (MAPI) functions in MAPI.DLL and the APPEXEC.DLL library 
to enable you to build your own application into the fabric of 
the Microsoft Mail system. This program, written in Visual C++ 
using MFC, sends and receives both standard text messages and 
special message types. Requires PKUNZIP.EXE to extract.

CPROLOG.ASC
Title: EXTENDING C WITH PROLOG
Keywords: AUG94   C  PROLOG  EXPERT SYSTEM   IRQ
Published source code accompanying Dennis Merritt's article on 
extending C using Prolog. Dennis builds an expert system that 
helps him identify hardware interrupts. 

DAN.ASC
Title: DATA ATTRIBUTE NOTATION FOR C++ CODING
Keywords: AUG94  C++ 
Published source code accompanying Reg Charney's article on
data attribute notation (DAN), an object-oriented coding style 
that emphasizes data abstraction. 


SPEECH.ASC
Title: SPEECH SYNTHESIS IN C++
Keywords: AUG94    SPEECH SYNTHESIS    C++ 
Published source accompanying Neil G. Rowland's article where he 
presents a C++ class library for speech synthesis using the 
Windows 3.1 Multimedia API. With this library, you can write a 
Windows app that generates speech on any MPC-compatible sound 
card. Also see SPEECH.ZIP.

SPEECH.ZIP
Title: SPEECH SYNTHESIS IN C++
Keywords: AUG94    SPEECH SYNTHESIS    C++ 
Complete system accompanying Neil G. Rowland's article where he 
presents a C++ class library for speech synthesis using the 
Windows 3.1 Multimedia API. With this library, you can write a 
Windows app that generates speech on any MPC-compatible sound 
card. Requires PKUNZIP.EXE to extract.

CPROG.ASC
Title: C PROGRAMMING COLUMN
Keywords: AUG94   C  D-FLAT    QUINCY   PREPROCESSOR
Published source code accompanying Al Stevens' column on the
Quincy C interpreter. This month, Al presents the debugger. Also 
see QNC1.ZIP. 

QNC1.ZIP
Title: C PROGRAMMING COLUMN 
Keywords: AUG94   C   D-FLAT    QUINCY  
The source code and executables for Qunicy version 1, Al Stevens'
C interpreter with a D-Flat-based IDE. Requires PKUNZIP.EXE to extract.

DFLT18.ZIP
Title: C PROGRAMMING COLUMN
Keywords: AUG94   C  DFLAT  CUA/SAA   
The current version of Al Stevens' D-Flat interface library for 
C. Requires PKUNZIP.EXE to extract.

DFPP04.ZIP
Title: C PROGRAMMING COLUMN
Keywords: AUG94 C++  DFLAT  CUA/SAA   
The current version of Al Stevens' D-Flat interface library for 
C++. Requires PKUNZIP.EXE to extract.

LETTERS.ASC
Title: LETTERS TO THE EDITOR
Keywords: AUG94    MEMORY MANAGEMENT     C    
Source code accompanying August 1994 "Letter to the Editor." 

UC894.ASC
Title: UNDOCUMENTED CORNER 
Keywords: AUG94   OS/2     UNDOCUMENTED
Published source code by Troy Folger in which he examines the 
undocumented aspects of the OS/2 2.x DOS Query Process Status 
API. Also see UC894.ZIP.

UC894.ZIP
Title: UNDOCUMENTED CORNER 
Keywords: AUG94   OS/2     UNDOCUMENTED
Unpublished source code and executables by Troy Folger in which he 
examines the undocumented aspects of the OS/2 2.x DOS Query Process 
Status API. Requires PKUNZIP.EXE to extract.


