Will (and should) there be sockets in C++11?

前端 未结 6 1931
忘掉有多难
忘掉有多难 2021-02-01 00:16

Is the new C++11 going to contain any socket library? So that one could do something std::socket-ish?

Seeing as how std::thread will be added,

6条回答
  •  终归单人心
    2021-02-01 01:16

    The wikipedia page for C++0x is usually pretty up to date and the section on library changes doesn't seem to mention sockets.

提交回复
热议问题