N
Nick
Hi,
I am almost a C++ newbie, and trying to migrate a VC++.net code onto a
Linux machine. The code uses a lot of cstring. On Linux, I found an
include file called cstring, so I include it into the code. But the
compiler always says:
error: identifier "cstring" is undefined
So, is there any easy way to solve it? Should I define a cstring class
by myself? Apparently I cannot just use typedef char* csthing, since
all its methods used in the code get lost.
Thanks for your help.
I am almost a C++ newbie, and trying to migrate a VC++.net code onto a
Linux machine. The code uses a lot of cstring. On Linux, I found an
include file called cstring, so I include it into the code. But the
compiler always says:
error: identifier "cstring" is undefined
So, is there any easy way to solve it? Should I define a cstring class
by myself? Apparently I cannot just use typedef char* csthing, since
all its methods used in the code get lost.
Thanks for your help.