Languages C / C++ Macros  

Class to encapsulate the PING protocol

download download  
important code information
author:
PJ Naughter
minimum requirements:
Class to encapsulate the PING protocol description

MFC class to support the PING/ICMP protocol. ICMP for those not familiar with all the internet protocols is the protocol used to retrieve information about how IP packets are routed. Features Simple and clean C++ interface. The interface provided is synchronous which provides an easier programming model than using asynchronous sockets. A configurable timeout for the connection can be set through the class API. The classes are fully Unicode compliant and include Unicode built options in the workspace file. The enclosed zip file contains the CPing source code and a simple test program to exercise all of the functions the classes provide.


File List:
StdAfx.cpp204b
StdAfx.h261b
cping.dsp10Kb
cping.dsw1Kb
cping.gif1Kb
cping.htm12Kb
main.cpp1Kb
ping.cpp15Kb
ping.h3Kb

Similar code
MS VC++ Dev studio Comment/Uncomment macros ( MSdev macros) (Popularity: ) : Allows you to select a block of code from a file opened in MSDev ( MS Visual studio IDE), and comment the whole code with one mouse click/keyboard shortcut. (similiar to one available in VB IDE ).
Same Source Code,Different Results (Popularity: ) : Each Compiler has it's own distinct features. To a Beginner Programmer all compilers seem the same. But for a code digger and experienced programmers it does make a difference. A code snippet maybe executed in one way using one compiler ...
Safe Array Handling in C (Popularity: ) : As you add items to the array, it is automatically enlarged as necessary. These macros can be used for arrays of any type.
Simple Macroprocessor (Popularity: ) : The macroprocessor was essentially written to the specification provided in the zip file
Safe Array Handling in C (Popularity: ) : As you add items to the array, it is automatically enlarged as necessary. These macros can be used for arrays of any type.
Click Macro (Popularity: ) : Click Macro is a very simple program that I got the idea from a delphi source on this site. It basically gets a offset from you and clicks it double clicks it or right clicks it. It is commented very ...
Yahoo Groups Rss parser (Popularity: ) : To show headlines from a Yahoo e-group on web pages.
Change the Case of Characters on Sreen (Popularity: ) : This programme is done only by use of pointers. It direct access V.D.U.(Visual Display Unit) Memory and change its contents i.e. change the case.
New CPP Macro (Popularity: ) : I am new to C++ (2 Weeks Now) and at my school we had to make an TEMPLATE for our New Prj's. Anyways I thought it might be cool to make an MACRO instead. Im including it here as an ...
Reverse the lines of Screen (Popularity: ) : Reverse the Lines of Screen By the Use of Pointers & Arrays.
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 19
version
size in Kb 13
popularity   967/7913373
user rating 5/10
ad


New Code
Popular Code