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

前端 未结 6 1936
忘掉有多难
忘掉有多难 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:15

    There will not be in C++0x. There are proposals to add them in a future version.

    The amount of new stuff in C++0x had to be limited to give the committee time to deal with it all thoroughly.

提交回复
热议问题