Is that when ever I want to call any function or use any Class ojbect
/ structure, I will include that .h header file that contain that
Class object?
include <winsock.h>;
It's basically same as Java where I im****tant the Class whenever I
want to use that Class -
im****t java.lang.String;