Thread: How to - network programming with C++?

  1. #1
    Registered User
    Join Date
    Jan 2010
    Posts
    12

    Question How to - network programming with C++?

    I'm a java developer.
    Recently, at university, I have been assigned a task about network programming with C++. The specification is about create a distributed application (with a server and many clients). If they allow to use RMI in Java or .NET Remoting with C#, it's easy for me, because I have some experiences in Java/C#. But they require to use C++ in every programming. So, I don't understand how to begin with it. Please give me some advices. Thank in advance.

  2. #2
    Registered User C_ntua's Avatar
    Join Date
    Jun 2008
    Posts
    1,853
    You can use Visual C++, which will enable you to use the .NET library.
    C++ is like C# (the other way around more precisely). You shouldn't have any problems using C++ instead of C#.

    Google it a bit. Search for "from C# to C++" or "simple C++ tutorials and feel free to post here things you need clarification at so we can answer more precisely.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. 3D Network Analysis Tool
    By durban in forum Projects and Job Recruitment
    Replies: 1
    Last Post: 11-08-2005, 06:33 PM
  2. Need help with easy Network setup
    By the dead tree in forum Tech Board
    Replies: 9
    Last Post: 04-08-2005, 07:44 PM
  3. network problems
    By lucy in forum Tech Board
    Replies: 6
    Last Post: 01-01-2003, 03:33 PM
  4. network programming
    By threahdead in forum C Programming
    Replies: 1
    Last Post: 10-27-2002, 04:15 PM
  5. WinXP Network Connections pop-up
    By DavidP in forum Tech Board
    Replies: 1
    Last Post: 10-02-2002, 05:36 PM

Tags for this Thread