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

Search:

Type: Posts; User: cometahalley

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    8,898

    Re: Java Server and C++ Client

    sorry about the code block.

    when I try to run (debug) the code, a window pops up saying that the project is out of date and it gives me the option to "build it," but when I try that option, it...
  2. Replies
    5
    Views
    8,898

    Re: Java Server and C++ Client

    Wow, no replies, hope people start looking at this thread ;)

    Anyway, the first thing I did was to change the host port since the Java application was using the port "1234", so I changed it to...
  3. Replies
    5
    Views
    8,898

    Re: Java Server and C++ Client

    Here's the C++ client I have:



    #include <winsock2.h>
    #include <windows.h>
    #include <fcntl.h>
    #include <string.h>
    #include <stdlib.h>
    #include <errno.h>
  4. Replies
    5
    Views
    8,898

    Java Server and C++ Client

    Hi everyone.

    I have some experience on Matlab, Java and C++, but fot the type of programming I'm trying to do here, I'm basically a beginner.

    Eventually, the main idea of this Server/Client is...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured