mardi 30 juin 2015

How to declare a void pointer in C? [on hold]


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