Hi all:
When I compiled a piece of code which create a socket,errors occurred:
error: no matching function for call to ‘socket::socket(int, sock_type, __u16)’
include/linux/net.h:115: note: candidates are: socket::socket()
include/linux/net.h:115: note: socket::socket(const socket&)
what does it mean??? Thanks very much for your reply.