Page 1 of 1

C++ 1. Application data: the application data are of your own design with the requirement that each record in the system

Posted: Fri May 20, 2022 6:21 pm
by answerhappygod
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