unsafe code
I want equivalent of the following structure using unsafe code.
typedef strcut Avl
{
char c[max+1];
long j;
long k;
lpstr n;
int a
};
How should I write it so that I can declare pointer variables of the above structure
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
david 0Posted Oct 22, 2003, 8:46 PM
ssswamiiPosted Oct 22, 2003, 10:50 AM
madinewalaPosted Oct 22, 2003, 8:56 AM