C++
1. Application data: the application data are of your own design
with the requirement that each record in the system must contain a
primary key (it must be unique and it must be a
string), and at least four non-key fields. Think
about original/interesting/educational data that matches the
program requirements or use the Student example
below.
2. Based on application data choose a Project Title such as
“High School Student Database” (it should not include words like a
binary tree, stack, queue, et.)
PROJECT TITLE: Ariana Student Database Database
APPLICATION DATA: Student with the following
member variables:
stu_id – primary key (string, unique)
name
address
phone
year
C++ 1. Application data: the application data are of your own design with the requirement that each record in the system
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am