| | |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
| |
| |
 |
C Winsock Server | C | Intermediate / logicport | 6444 since 1/11/2004 12:28:54 PM |
By 4 Users 4 Excellent Ratings
|
| |
Binds itself to port 23 and waits for incoming connections.
Once incoming connection has connected prints the IP Address of the person connecting and the time they connected. And then saves it to a text file for future reference. |
| |
| |
| |
 |
C++ Sockets | C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Intermediate / Webghost | 6887 since 1/13/2007 5:47:33 AM | Unrated
|
| |
To connect to any specified website (URL address) and download the front page contents (ScreenShot) |
| |
| |
| |
 |
c2html | C | Beginner / William Sayin | 2503 since 9/24/2009 8:04:37 AM | Unrated
|
| |
Format C source files into a syntax suitable for a webpage. I'm sorry it's in a .zip file, but Planet-Source-Code does not allow submissions which contain HTML formatting, due to security reasons. |
| |
| |
| |
 |
Calculate Distance and Radius using Latitude and Longitude in C/C++ | C, C++ (general), Microsoft Visual C++, Borland C++, UNIX C++ | Intermediate / ZipCodeWorld | 6014 since 11/15/2005 9:05:39 PM | Unrated
|
| |
This function calculates the distance between two locations by using latitude and longitude from ZIP code, postal code or postcode. The result is available in miles, kilometers or nautical miles based on great circle distance calculation.
|
| |
| |
| |
 |
cgi programming | Microsoft Visual C++ | Advanced / Igor Medvediev | 3038 since 6/8/2009 2:36:37 PM | Unrated
|
| |
Hello. This script will realize the small program of cgi. Intended only for an acquaintance and exchange a source code. The program makes a guest book and utillizes a database mysql. |
| |
| |
| |
 |
CGI query string decoder | C++ (general), UNIX C++ | Advanced / Bicoherent | 4971 since 7/29/2004 4:05:17 AM |
By 1 Users
|
| |
Decodes a CGI query string. The code uses the new C++ Standard Template Library (STL), and the decoded query is stored in an STL map.
static void get_query(std::map<std::string, std::string>& qy);
Currently the code does not handle query string contain ...(description truncated) |
| |
| |
| |
 |
Chat client NO MFC | Microsoft Visual C++ | Beginner / Kacso Zsolt | 5211 since 7/12/2006 1:33:07 AM | Unrated
|
| |
Its a simple server-client chat program i wrote in a few hours in WINAPI. (ScreenShot) |
| |
| |
| |
 |
Chatting Messages | Microsoft Visual C++ | Advanced / Khaireddin Bushnaq | 8637 since 4/8/2003 2:20:19 PM |
By 5 Users 5 Excellent Ratings
|
| |
Use this programm to chat over a client /server netwrok ,Using MFC sockets ,it easy to use and cool with sound notifivation support |
| |
| |
| |
 |
Check if connected in Internet | C, C++ (general), Microsoft Visual C++, Borland C++ | Advanced / MarcosVelasco | 32578 since 2/14/2000 |
By 9 Users 4 Excellent Ratings
|
| |
Check if connected in Internet...
Windows 9X, ME, NT, 2000 and XP compatible...
|
| |
| |
| |
 |
Check If TCP or UDP Port is Busy or Not | C, C++ (general), Microsoft Visual C++, Borland C++ | Advanced / MVelasco | 17226 since 4/27/2000 2:58:07 PM |
By 4 Users 3 Excellent Ratings
|
| |
Check if TCP or UDP port is busy or not...
Windows 9x, ME, NT, 2000 and XP compatible.
Borland C++ and LCCWin32 compilers tested !
|
| |