CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Home
>
Back-end
> Dear bosses, int and void * how to call the data type?
Dear bosses, int and void * how to call the data type?
Time:01-03
Dear bosses, int and void * how to call the data type?
CodePudding user response:
# ifdef _WIN32
Void * p;
int i;
P=(void *) I;
I=(int) p;
#endif
Page link:
https//www.codepudding.com/Backend/97215.html
Prev:
For help
Next:
C language programming recommend computer novice
Tags:
C + + language
Related
Links:
CodePudding