搜索资源列表
tong_xun_lu
- /*** 以下是函数原型*******/ int enter(ADDRESS t[]) /*输入记录*/ void list(ADDRESS t[],int n) /*显示记录*/ void search(ADDRESS t[],int n) /*按姓名查找显示记录*/ int delete1(ADDRESS t[],int n) /*删除记录*/ int add(ADDRESS t[],int n) /*插入记录*/ void save(ADDRESS t[],int
gotoxy
- this code implements a link list using c/c-this code implements a link list using c/c++
Calculus-CPP
- Calculus program using C++ language. The program will solve the distance between two points, points of the line joining two points and area of the triangle. The c++ program also have its graphical design using gotoxy.h
