|
The Developers Lounge is a collection of C++ code. |
| C++ Style Guide |
| list.hpp (double linked list class template) |
| database.hpp (database class template) |
| string.hpp string.cpp (string functions) |
| ufile.hpp ufile.cpp (file functions) |
| process.hpp process.cpp (NT/95 process management class) |
|
replace.C
An easy to use tool for replacing strings in multiple text files. For example the following line: replace -v '<BODY bgcolor="white">' '<BODY bgcolor="blue">' *.html Will change every html file that contains the text '<BODY bgcolor="white">' with the new text '<BODY bgcolor="blue">'. |
|
guest_book.tar.gz
-- Source code for the CGI Guest Book
Installation Notes |