September 29, 2002
In a C++ training manual I have, two .h files they've used in their programming examples are:

#include <iostream.h>
#include "string6.h"

to teach executing string commands.

I found neither of  these files in DigiMars' program files...  So, which files do I use instead?

Me