Thread: TCP Application Using C++ in Visual Studio

  1. #1
    Registered User
    Join Date
    Aug 2011
    Posts
    12

    TCP Application Using C++ in Visual Studio

    Can I any body please guide me how to write TCP application on visual studio. I am new to Visual studio and I have never used it before .

    I am using MCF5329 embedded linux based board support package to make TCP Communication wih Host Pc running windows Xp on it .

    on the board side I need to write TCP application for the server and on the Pc side I need to write it for the client .

    First I am writing it for the TCP server on the board Side. Can any body have idea about this type of programing and have done it before .

    Or is there any prebuild microsoft visual studio templates for TCP communication which I can use fro this purpose .

    Thanks in advance

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Also here -> TCP Application using C for embedded linux based board
    Please don't create multiple threads.
    Closed.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. win32 application wizard in microsoft visual studio
    By stanlvw in forum C++ Programming
    Replies: 4
    Last Post: 02-25-2008, 01:26 AM
  2. visual studio 6 and visual studio.net difference
    By gemini_shooter in forum Tech Board
    Replies: 5
    Last Post: 02-04-2006, 01:32 AM
  3. Replies: 3
    Last Post: 10-09-2005, 04:06 PM
  4. Replies: 1
    Last Post: 05-26-2004, 09:59 AM
  5. Developing TCP/IP Application in Microsoft Visual Studio VC++
    By ashu12 in forum Windows Programming
    Replies: 1
    Last Post: 09-11-2002, 03:30 AM