I'm trying to declare a void pointer in C using the following syntax:
void *vptr=0;
However, this code produces an error. What's the correct way to do this?
Aucun commentaire:
Enregistrer un commentaire