CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2006
    Posts
    1

    [RESOLVED] socket and thread libraries

    To the best of my knowledge, I am not aware that if there is any C++ specific standard socket/ thread library yet. Currently the standard libraries or MFC API calls are used for socket and thread programming.

    So, if I am correct, then is there any plans to bring some standard C++ specific socket/thread libraries, and if I am not correct then what is there to do so
    I will really appreciate this information.

    Thanks,
    Nilay

  2. #2
    Join Date
    Jun 2006
    Posts
    6

    Re: socket and thread libraries

    I am aware of at least one official proposal to add networking to C++: http://www.open-std.org/jtc1/sc22/wg...2005/n1925.pdf

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured