IonicWind Software

IWBasic => General Questions => Topic started by: J B Wood (Zumwalt) on November 09, 2007, 09:16:04 AM

Title: pointers question
Post by: J B Wood (Zumwalt) on November 09, 2007, 09:16:04 AM
void*
What is that in EBasic?
I realise that of course
int* is probably <int>POINTER, please correct me if I am wrong
Thanks
Title: Re: pointers question
Post by: Ionic Wind Support Team on November 09, 2007, 01:16:17 PM
Just the generic pointer type.

POINTER pVoid

is the same as

VOID *pVoid

Paul.