The reason to use void pointer

  1) So the external program does not need all of the header files for all of the fields in the structure tDec_Int_File
  2) To hide data and the implementation of the program. Even knowing how data is stored can help in reverse engineering software.

版权声明:本文为zhubin215130原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。