Translate an IP address to a host name and vice versa. It shows how to use gethostbyname() and gethostbyaddr() to perform normal and inverse queries to the DNS server. It checks if a tcp port choosen by the user is listening at the remote computer
AppWizard has created this loookup application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application.
File List:
loookup/Debug/
0b
loookup/Debug/StdAfx.obj
104Kb
loookup/Debug/loookup.obj
13Kb
loookup/Debug/loookup.pdb
2393Kb
loookup/Debug/loookup.res
13Kb
loookup/Debug/loookupDlg.obj
29Kb
loookup/Debug/vc60.idb
209Kb
loookup/Debug/vc60.pdb
356Kb
loookup/ReadMe.txt
4Kb
loookup/StdAfx.cpp
209b
loookup/StdAfx.h
1Kb
loookup/loookup.aps
22Kb
loookup/loookup.clw
1Kb
loookup/loookup.cpp
2Kb
loookup/loookup.dsp
4Kb
loookup/loookup.dsw
1Kb
loookup/loookup.h
1Kb
loookup/loookup.ncb
81Kb
loookup/loookup.opt
49Kb
loookup/loookup.plg
1Kb
loookup/loookup.rc
6Kb
loookup/loookupDlg.cpp
6Kb
loookup/loookupDlg.h
1Kb
loookup/res/
0b
loookup/res/Thumbs.db
3Kb
loookup/res/loookup.ico
1Kb
loookup/res/loookup.rc2
399b
loookup/resource.h
1Kb
Similar code
Tic Tac Toe
(Popularity: ) : The classic Tic Tac Toe game. Allows 2 players to play game or one player can play against the Computer. The logic is designed so that the computer never loses.
A Simple Text to Html File Converter
(Popularity: ) : This progran can convert any text file into an Html File. Most of the well known "special html characters" are all handled. The code is very easy to understand,there is no complication in it.
CHTTPTransaction - C++/Win32 - Reusable Class
(Popularity: ) : CHTTPTranscation is an enhancement for CHTTPSocket class, with full source code. Full qualified, multiple redirections support, HTTP client. Supports all previous features: virtual hosts, proxy servers, plus new redirections support for standart HTTP 3xx responses. In sample, CSampleTrans is a ... Console Simple Webpage maker
(Popularity: ) : This code simply makes an html file for you, by the inputs that you put in, it is simple and fun well i hope it is fun