home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Supreme Volume 6 #1
/
swsii.zip
/
swsii
/
215
/
DDJ9301.ZIP
/
README.ASC
< prev
next >
Wrap
Text File
|
1992-12-09
|
4KB
|
116 lines
EXTEND32.ASC
Title: EXTENDING WINDOWS TO 32 BITS
Keywords: JAN93 WINDOWS 32 BITS NT
Source code that accompanies Steven Baker's article on 32-bit
Windows development. Steven focuses on 32-bit C compilers and
Windows extenders.
PORT16.ASC
Title: PORTING FROM 16-BIT TO 32-BIT EXTENDED DOS
Keywords: JAN93 PORTING 16-BIT 32-BIT C
Joe Huffman discusses the pitfalls of converting 16-bit
applications to 32-bit, focusing on memory-protection, integer-
size, and structure size and padding.
64BIT.ASC
Title: 64-BIT PROGRAMMING IN A 32-BIT WORLD
Keywords: JAN93 32-BIT 16-BIT 64-BIT C
Andy Nicholson presents guidelines for writing C code that's
portable across 16-, 32-, or 64-bit processors. These rules
include handling high-level and low-level structures, structure
packing and word alignment, machine addressing characteristics.
LUC.ASC
Title:LUC PUBLIC-KEY ENCRYPTION
Keywords: JAN93 ENCRYPTION 32-BIT
Peter Smith discusses LUC public-key encryption which uses
calculation of Lucas functions instead of exponentiation for
encoding and decoding.
HWXRES.ARC
Title: HANDPRINTING RECOGNITION CONTEST WRAP-UP
Keywords: HANDWRITING RECOGNITION CONTEST
Ray Valdes presents the results of the first ever DDJ
handprinting recognition contest. Includes source and executables
for the contest entries. See also HWXDT2.ARC for handwriting data and
HWXHR2.ARC for an update to the test harness. Requires ARCE.COM to extract.
HWXDT2.ARC
Title: HANDPRINTING RECOGNITION CONTEST WRAP-UP
Keywords: HANDWRITING RECOGNITION CONTEST
Data used by the entries in the handwriting recognition contest. See
also HWXRES.ARC for contest entries and HWXHR2 for an update
to the test harness. (Requires ARCE.COM to extract.)
HWXHR2.ARC
Title: HANDPRINTING RECOGNITION CONTEST WRAP-UP
Keywords: HANDWRITING RECOGNITION CONTEST
Updated test harness for the handwriting recognition contest. See also
HWXRES.ARC for contest entries and HWXDT2.ARC for an update to the
handwriting data.
DDE.ASC
Title: WINDOWS DDE FOR REAL-TIME APPLICATIONS
Keywords: JAN93 REAL-TIME WINDOWS DDE IRMX
Windows' dynamic data exchange provides a powerful mechanism for
communication among applications. Kamal Shah examines how real-
time DDE-aware applications can communicate with Windows
applications using the iRMX for Windows DDE extensions.
HYPRCUBE.ASC
Title SIMULATING HYPERCUBES IN UNIX
Keywords: JAN93 DEC92 UNIX C HYPERCUBE
Complete source code that accompanies Hamilton and Ormsby's two-
part article (December 1992 and January 1993) on simulating the
hypercube architecture under UNIX.
PORT32.ARC
Title: PORTING TO THE WIN32 API
Keywords: JAN93 WINDOWS WIN32 PORTING C++ NT
Peter Handsman discusses his experiences in porting nearly 35,000
lines of C++ code from Windows 3 16-bit to the Windows NT 32-bit
API.
PROFILE.ASC
Title: PROFILING FOR PERFORMANCE
Keywords: JAN93 PROFILING OPTIMIZATION
Source code that accompanies Joe Newcomer's article on profiling
techniques.
CPROG.ASC
Title: C PROGRAMMING COLUMN
Keywords: JAN93 DFLAT++ C++ CUA/SAA USER INTERFACE LIBRARY
Al Stevens' continues his multipart series on D-Flat++, a SAA/CUA compliant
interface library for C++. Also see DFLT15.ARC and D15TXT.ARC.
DFLT15.ARC
D15TXT.ARC
Title: C PROGRAMMING COLUMN
Keywords: JAN92 C CUA/SAA
The current version of the complete system for Al Stevens' D-FLAT
interface library for C. Requires ARCE.COM to extract.
GRPHPROG.ASC
Title: GRAPHICS PROGRAMMING COLUMN
Keywords: JAN93 GRAPHICS ANIMATION
Michael Abrash discusses dirty-rectangles which can help you
clean up the visual quality of graphics animation.
XSHRP21.ZIP
Title: GRAPHICS PROGRAMMING COLUMN
Keywords: JAN92 3D ANIMATION GRAPHICS
The current version of the complete system for Michael Abrash's
X-Sharp library for 3D graphics animation. Requires PKUNZIP.EXE to extract.
STRUCPRG.ASC
Title: STRUCTURED PROGRAMMING COLUMN
Keywords: JAN92 TURBO PASCAL
Jeff Duntemann presents a demo program that exercises Turbo
Pascal 7.0's use of conformant arrays.
HRTIME2.ARC
Title: HIGH-RESOLUTION TIMING
Keywords: SEP92 JAN93 TIMING
Updated version of Tom Roden's high-resolution timer for the PC.