Languages C / C++ Databases  

Checkbook

download download  
important code information
author:
MDSA
minimum requirements:
Checkbook description

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.


File List:
check_dbs.c9Kb
check_dbs.h1Kb
checks.dat168b
create_checks.c1Kb

Similar code
Camper's Database using STL (Popularity: ) : 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 ...
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.
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 17
version
size in Kb 4
popularity   745/7913373
user rating 5/10
ad


New Code
Popular Code