C/C++
weeks.lst
Associated article: C++ File Objects
Tags: C/C++
_C++ FILE OBJECTS_ by Kevin Weeks [LISTING ONE] /* FILETEST.HPP Written by Kevin D. Weeks Released to the Public Domain */ #ifndef FILESPEC_HPP // prevent multiple #includes #define FILESPEC_HPP #include <stdio.h> #define ERR -1 // create a boolean ...


