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

Search:

Type: Posts; User: 2kaud

Search: Search took 0.05 seconds.

  1. Replies
    10
    Views
    4,352

    Re: Winsock Math Operations client \ server

    If you don't have a sufficient grasp of c++ basics to be able to code a simple function that takes arguments, then I suggest you look at
    ...
  2. Replies
    10
    Views
    4,352

    Re: Winsock Math Operations client \ server

    Yes, you're on the right track. Just change the sprintf statement in the client.



    sprintf(szBuf, "%c,%f,%f", mFunc,f1,f2);


    In the server following the recvfrom statement you will need to...
  3. Replies
    10
    Views
    4,352

    Re: Winsock Math Operations client \ server

    One of your previous excercises (client/server that had the server return the time to the client) contains all that you need to establish the connection - the existing client/server code. What you...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured