Database
swan.lst
Associated article: Algorithm Alley
Tags: Database C/C++
_ALGORITHM ALLEY COLUMN_ by Tom Swan [LISTING ONE] /* ----------------------------------------------------------- * ** create.cpp -- Create random test bitmap file ** ** Copyright (c) 1993 by Tom Swan. All rights reserved. ** * ----------------------------------------------------------- */ #include <iostream.h> #include <iomanip.h> #include <fstream.h&...


