CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Ben321

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    979

    Question about send() function.

    I am using blocking sockets, so the function send() will block if the buffer gets too full. I will be using the Win API function send() to send data over the network. After the data is successfully...
  2. Is there a function intended to split strings by a delimiter in VC++?

    Even if not part of the official C++ standard, does MS VC++ have any functions designed to split a C++ string (variable of type std::string) into an array of strings, where each entry of that array...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured