美文网首页
6.13 Void pointers

6.13 Void pointers

作者: Closears | 来源:发表于2017-08-28 18:06 被阅读5次

原完整教程链接:6.13 Void pointers

The void pointer, also known as the generic pointer, is a special type of pointer that can be pointed at objects of any data type!

In general, it is a good idea to avoid using void pointers unless absolutely necessary, as they effectively allow you to avoid type checking.

相关文章

网友评论

      本文标题:6.13 Void pointers

      本文链接:https://www.haomeiwen.com/subject/yapgdxtx.html