C++ PBuilder Stub files

Hi,

Digi Connect ME 9210

Are there best practices for using C++ in the stubbed _v implementation files? Is there a way to get PBuilder to talk C++, e.g use string functions instead of char* functions.

I want to have some higher level objects in C++ and have my web code pull data from the C++ objects and classes.

there really isn’t. the webserver was designed and written in C, so it must get char arrays for it raw data.

However, you are free to convert the arrays into strings, and then back to char[] when you’re done manipulating them.