Quote Originally Posted by jedipenguin View Post
Well, unfortunately I'd need to find all the C++ header files that would correspond to the C ones that I got provided. But I wouldn't know what they were.
The same headers are used. The only additional header file is for the string class.
Code:
#include <string>
Regards,

Paul McKenzie