A
Allan Bruce
Hi there,
I have a stuct which requires a char[64] (I cant change it as it is part of
the win32 api), but I have a const char * pointing to a string literal
declared as:
WCS->AppName = "Some Text";
Appname is a const char *. How do I convert from this to the char[64]
required for the struct?
Thanks
Allan
I have a stuct which requires a char[64] (I cant change it as it is part of
the win32 api), but I have a const char * pointing to a string literal
declared as:
WCS->AppName = "Some Text";
Appname is a const char *. How do I convert from this to the char[64]
required for the struct?
Thanks
Allan