Z
Zahid
Hi,
-- URGENT --
I have a short piece of C/C++ code that i need
translating into VB.Net. Any volunteers? Know of any
websites that do this? Greatly appreciated.
code:
typedef unsigned char BYTE;
typedef unsigned short WORD;
typedef unsigned long DWORD;
typedef struct genreply_def {
BYTE Request;
WORD rc;
union {
char msg[500 - sizeof (WORD) - sizeof (BYTE)];
{other data}
};
} GENERALREP;
-- URGENT --
I have a short piece of C/C++ code that i need
translating into VB.Net. Any volunteers? Know of any
websites that do this? Greatly appreciated.
code:
typedef unsigned char BYTE;
typedef unsigned short WORD;
typedef unsigned long DWORD;
typedef struct genreply_def {
BYTE Request;
WORD rc;
union {
char msg[500 - sizeof (WORD) - sizeof (BYTE)];
{other data}
};
} GENERALREP;