typedef struct
{
int number;
void (*manipulate)(void);
} Obj;
Manipulating number using the fptr without using the obj that instantiate from Obj
@cngzhnp did you understand my question ?
Обсуждают сегодня