Hi,
I have the following c++ code which I want to sip.
struct message
{
int id;
char username[250];
char field[20];
};
The sip parser gives a syntax error on the line with the square brackets.
What is the best solution to work around this problem?
John