Languages C / C++ Databases  

Camper's Database using STL

download download  
important code information
author:
CGs
minimum requirements:
Camper's Database using STL description

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.cpp7Kb
Campers/1hw3400a.dsp5Kb
Campers/1hw3400a.dsw1Kb
Campers/1hw3400a.ncb81Kb
Campers/1hw3400a.opt48Kb
Campers/1hw3400a.plg111Kb
Campers/activities.txt176b
Campers/activity.cpp3Kb
Campers/activity.h1Kb
Campers/family.cpp248b
Campers/family.h345b
Campers/message.cpp3Kb
Campers/message.h1Kb
Campers/newact.dat284b
Campers/newpeep.dat1Kb
Campers/participants.txt1Kb
Campers/people.cpp5Kb
Campers/people.h1Kb

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
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 55
version
size in Kb 25
popularity   1376/7913373
user rating 5/10
ad


New Code
Popular Code