hey,
i am new to socket programming and currently doing a project on it.

Got some questions on the socket i/o. What is a good way to send/receive data through the socket? I have seen the usage of send/recv (from the socket api) and (read/write).

does c++ have any better way of handling socket i/o like the i/o streams that is new to c++?