F
Feroz
Hello Everyone,
Thanks for your responses in advance.
I have the following macro defined by a tool in a header file.
#define VERSIONSTRING 07,12,0003,0000
I need to read this into a char* in my .cpp. How do I do that? I tried
sprintf and itoa, but couldn't get it to work.
Regards,
F.
Thanks for your responses in advance.
I have the following macro defined by a tool in a header file.
#define VERSIONSTRING 07,12,0003,0000
I need to read this into a char* in my .cpp. How do I do that? I tried
sprintf and itoa, but couldn't get it to work.
Regards,
F.