CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: C++ Ping

  1. #1
    Join Date
    Apr 2013
    Posts
    6

    C++ Ping

    A ping test determines whether your computer can communicate with another computer over the network. My question is what steps should I take in order to figure out how to to "ping" another computer? I am not asking for code (but it would only be more helpful) on how to do this but I am seeking answers on where I should be looking to figure it out.

    Thank you for your time,

    Zyrion

  2. #2
    Join Date
    Jan 2006
    Location
    Singapore
    Posts
    6,765

    Re: C++ Ping

    Beej's Guide to Network Programming might be one place to start.
    C + C++ Compiler: MinGW port of GCC
    Build + Version Control System: SCons + Bazaar

    Look up a C/C++ Reference and learn How To Ask Questions The Smart Way
    Kindly rate my posts if you found them useful

  3. #3
    Join Date
    Apr 2013
    Posts
    6

    Re: C++ Ping

    Thank you for your help! I'll be spending some time reading this e-Book.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured