[Solved] How to make socket chat in C++?

yes it is possible. You could use a library like Boos.Asio which has an example of chat in its documentation : http://www.boost.org/doc/libs/1_39_0/doc/html/boost_asio/example/chat/posix_chat_client.cpp (client part) 0 solved How to make socket chat in C++?

[Solved] To peek into kernel by socket failure with levels and kill-9

This more a Server Fault kind of question, but try running psql like this: sudo -u postgres psql When you install PostgreSQL, there’s no user account created for your current user, so you’d have to create one. That can be achieved like this (where masi is the wanted username): sudo -u postgres createuser -sdrPE masi … Read more