C/C++
cprg398.txt
Associated article: The Persistent Template Library
Tags: Database C/C++ Embedded Systems
Published source-code examples accompanying the article by Al Stevens in which launches a new project this month- -the C++ Persistent Template Library, which adds persistence to containers. Also see PTL1.ZIP.
C Programming Column by Al Stevens Listing One // ------ tstios01.cpp #include <fstream> #include <iostream> #include <string> #include <vector> #include <iterator> #include <cstdlib> const char* fname = "tstiostr....


