refering to the .h file extentions the ansi C libraries in C++ can be
included prefixing the name with a 'c' and dropping the ".h" then for
string.h you get#include <cstring>

Again you need to use
using namespace std;




Stitch
====================