home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_11_04 / 1104104b < prev    next >
Text File  |  1993-01-30  |  180b  |  10 lines

  1. #include "my_prog.h"
  2. #include "stringre.hpp"
  3. #include <iostream.h>
  4.  
  5. int main()
  6.      {
  7.      StringResource  sr(ENGLISH);
  8.      cout << sr.get_string(INITIAL_STRING);
  9.      }
  10.