R
Ramesh Tharma
Hi,
Is any one knows what's wrong with the following code, I was told that it
will conpile and run but in some point it will crash.
char* c;
long* lg;
c = (char*) lg;
lg = (long*) c;
Ramesh
Is any one knows what's wrong with the following code, I was told that it
will conpile and run but in some point it will crash.
char* c;
long* lg;
c = (char*) lg;
lg = (long*) c;
Ramesh