C/C++
cpro199.txt
Associated article: C Programming
Tags: C/C++
Published source code accompanying the column by Al Stevens in which he introduces a programmer editor that adresses some of the deficiencies of the Win32 CEdit control. Quincy 99 is a Windows 95-hosted integrated development environment for C/C++ DOS text-mode programming. Also see CPRO199.ZIP.
C Programming Column
by Al Stevens
Listing One
// ---- Selection.h
#ifndef SELECTION_H
#define SELECTION_H
namespace DDJCProgrammingColumnSelection {
//////////////////////////////////////////////////////////////////////
// P is a user-defined iterator type that indexes the item
// (char, e.g.) in the view
// P must support assignment and ...


