I\'m debugging a network application.
I have to simulate some of the data exchanged in order for the application to work. In C++ you can do something like
Doesn't
char myArray[] = {0x00, 0x01,0x02};
work?