This keeps a database of camper's and their activities. There are several opitions for retrieving data. This has neat examples of STL usage including Maps, Vectors, Strings, Iterators and even a Map with a Vector contained in it! This is far from perfect as it was one of my first and least complex STL ventures. It compiles with 120+ warnings (mainly because of pointers), but it should not crash. There are several classes included along with the project file for Visual C++ 6.0. I also know for a fact that this works with CodeWarrior Versions 5.0 and 6.0. When you run this program first you need to type in the location of the activities file and the participants file (an example of both is included) or you may opt to start from scratch.
File List:
Campers/
0b
Campers/1hw3400.cpp
7Kb
Campers/1hw3400a.dsp
5Kb
Campers/1hw3400a.dsw
1Kb
Campers/1hw3400a.ncb
81Kb
Campers/1hw3400a.opt
48Kb
Campers/1hw3400a.plg
111Kb
Campers/activities.txt
176b
Campers/activity.cpp
3Kb
Campers/activity.h
1Kb
Campers/family.cpp
248b
Campers/family.h
345b
Campers/message.cpp
3Kb
Campers/message.h
1Kb
Campers/newact.dat
284b
Campers/newpeep.dat
1Kb
Campers/participants.txt
1Kb
Campers/people.cpp
5Kb
Campers/people.h
1Kb
Similar code
Data Base for Bank & ATM
(Popularity: ) : Its simple code for handaling Bank and ATM transactions concepts of file handling are used very well. objestc are apssword protected. regards; Raas Masood (University of Central Punjab) Lahore Paksitan Customer Database
(Popularity: ) : Second Assignment for uni sunject Programming Principles Two - This program is a simple customer database using strutures. Data is lost when program is closed. Checkbook
(Popularity: ) : Simple checkbook application. Search, sort, add, and delete checks from a checkbook. Focus on: memory allocation (malloc), load and save binary files (fread and fwrite), use of qsort, and structs. Binary Search Tree With Mouse
(Popularity: ) : This code not only show you Binary Search Tree, but also asm code for move your mouse!, try it