Important alert: (current site time 7/15/2013 5:19:48 AM EDT)
 

Browse Category or Search Results.

Search Results: Page 1 of 24 found. Entries 1 - 10 of 238 found
Jump to page: 1 2 3 4 5 6 ...

  Description
Compatibility
Level/
Author
Views/
Date
Submitted
User Rating
 
  [ A Simple Text to Html File Converter ][ A Simple Text to Html File Converter ]C++ (general)Intermediate /
Gonzales Cenelia
20881 since
2/21/2005 8:57:18 PM

By 4 Users

       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.
 
 
  [ Tic Tac Toe ][ Tic Tac Toe ]C, C++ (general)Intermediate /
Syed Mehroz Alam
40061 since
12/8/2004 11:13:32 PM

By 4 Users

       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 better HTML Source Grabber/Stealer ~!!^^!!~ A better HTML Source Grabber/Stealer ~!!^C++ (general), Microsoft Visual C++Advanced /
fritz0x00
26136 since
3/22/2004 11:35:43 PM

By 4 Users
4 Excellent Ratings
       Simple example of how to grab(some people like ti call it 'steal') the HTML source of a page from a application... There are a couple of examples here at PSC, but they are not very good because they use ReadHuge to store all of the data in a buffer which ...(description truncated)
 
 
  A client server app with 2 processes, multithread, sneding data over network to eachotherA client server app with 2 processes, multithread, sneding data over network to eachotherC, C++ (general), Microsoft Visual C++, Borland C++Beginner /
Tako Griffith
31466 since
5/12/2004 10:48:01 AM

By 1 Users

       Nice sample: multithreading Visual C++ application. 2 threads: sender and receiver. The multi-threaded app sends from one process to another over the network.
 
 
  A Packet Sniffer for Win2k/XPA Packet Sniffer for Win2k/XPMicrosoft Visual C++Intermediate /
KT
80873 since
10/12/2002 8:30:08 PM

By 31 Users
25 Excellent Ratings
       This code will show you how get raw ip packetes with raw sockets on Win2k/XP.
 
 
  A simple & small HTTP proxy serverA simple & small HTTP proxy serverMicrosoft Visual C++Advanced /
ankurdhama
39799 since
8/24/2003 9:30:34 AM

By 5 Users

       THIS IS A SMALL PROXY (HTTP) SERVER CODE
 
 
  A simple web browser like Internet ExplorerA simple web browser like Internet ExplorerMicrosoft Visual C++Intermediate /
Abhinash
4448 since
5/3/2011 6:38:58 PM

By 3 Users
2 Excellent Ratings
       Its a simple Internet Explorer like web browser.Click here to see a screenshot of this code!(ScreenShot)
 
 
  A tcp client/server example using BSD modelA tcp client/server example using BSD modelC++ (general), UNIX C++Beginner /
John Bell
21785 since
7/16/2003 2:14:51 AM
Unrated
       This shows the basics of writing to and reading from a socket in the BSD sockets model. This is the client for my tcpecho server...the code for the server is included again in the zip....also a readme with sample compile instructions.
 
 
  A Very Simple COM Server and Client in MS VC++ 6.0 without using MFC,ATL or IDL.A Very Simple COM Server and Client in MS VC++ 6.0 without using MFC,ATL or IDL.Microsoft Visual C++Intermediate /
Albert Gomez
30652 since
1/11/2001 7:53:29 PM

By 10 Users
6 Excellent Ratings
       A Very Simple COM Server and Client in MSVC++ 6.0 without using MFC,ATL or IDL. This very simple com server is something I had been looking for to help me understand the insides of the "black box" that is COM as presented in MFC and ATL. As a developer le ...(description truncated)
 
 
  A very simple COM server and client using the Microsoft Visual Studio ATL AppwizardA very simple COM server and client using the Microsoft Visual Studio ATL AppwizardMicrosoft Visual C++Intermediate /
Albert Gomez
13480 since
11/1/2001 3:40:21 AM

By 2 Users

       This code is an example of a very simple COM server and client written using the ATL AppWizard in Microsoft Visual Studio 6.0. The server is capable of being accessed by any platform that supports COM. Included is a very simple win32 console application t ...(description truncated)
 


Search Results: Page 1 of 24 found. Entries 1 - 10 of 238 found
Jump to page: 1 2 3 4 5 6 ...


Compatibility Filter Profile:

C
C++ (general)
Microsoft Visual C++
Borland C++
UNIX C++