Void pointers in C are LIT

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

your channel is golden! Thanks for all of your great content!

Supershreeko
Автор

Thanks for explaining that. I have always wonder what they were used for

jseneque
Автор

The fact that you're using CodePage 437 as your font is refreshing. :D

gcpezzi
Автор

The one thing I dislike about Void pointers is the ambiguity. Do you really want a pointer or just a primitive generic type. To give an example of this, Microsoft’s API a lot of the functions return a HANDLE. Which is a typedef for a void pointer. Though they aren’t actually returning pointers, just file descriptors which are primitive integers. Similar to sockets.

Nina-qtnb