SyntaxFix
Write A Post
Hire A Developer
Questions
// in foo.h class Foo { static const unsigned char* Msg; }; // in foo.cpp static const unsigned char Foo_Msg_data[] = {0x00,0x01}; const unsigned char* Foo::Msg = Foo_Msg_data;