G
gigal
Could someone explain how the function is defined with argument like this?
bool select(long lEvent = FD_READ | FD_WRITE | FD_OOB | FD_ACCEPT |
FD_CONNECT | FD_CLOSE );
Thank you very much!
bool select(long lEvent = FD_READ | FD_WRITE | FD_OOB | FD_ACCEPT |
FD_CONNECT | FD_CLOSE );
Thank you very much!