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 important the Class whenever I
want to use that Class -
import java.lang.String;
/ structure, I will include that .h header file that contain that
Class object?
include <winsock.h>;
It's basically same as Java where I important the Class whenever I
want to use that Class -
import java.lang.String;