Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

C++ Questions Ok so I have my main class, then ass1.cpp, then ass1.h if needed, then displayed are functions: ReadFile(), DisplayRecord(), SaveFile(), UpdateRecord() and PrintRecord().

C++ Questions

Ok so I have my main class, then ass1.cpp, then ass1.h if needed, then displayed are functions: ReadFile(), DisplayRecord(), SaveFile(), UpdateRecord() and PrintRecord(). my questions is how to write these functions using the pseudo code given in the images

Any help would be greatly appreciated

1. main.cpp

image text in transcribed

2. ass1.cpp

image text in transcribed

3. ass1.h

image text in transcribed

4. ReadFile()

image text in transcribed

4. DisplayRecord()

image text in transcribed

5. SaveFile()

image text in transcribed

6. UpdateRecord()

image text in transcribed

7. PrintRecord()

image text in transcribed

Thank you for any help!

#include iostream #include 7 8 9 #include "ass1.h" 10 using namespace std 12 void PrintMenu); 13 14 int main() 15 16 17 18 19 20 21 char Command; ReadFile()5 PrintMenu()5 0 cout ?? "Command: "; cin >> Command; Command-tolower(Command)5 switch (Command) 23 24 25 26 27 28 29 30 31 32 case u UpdateRecord) break; case d': DisplayRecord()5 break; case m PrintMenu(); break; break; cerr 9 #include "ass1.h" 10 using namespace std 12 void PrintMenu); 13 14 int main() 15 16 17 18 19 20 21 char Command; ReadFile()5 PrintMenu()5 0 cout ?? "Command: "; cin >> Command; Command-tolower(Command)5 switch (Command) 23 24 25 26 27 28 29 30 31 32 case u UpdateRecord) break; case d': DisplayRecord()5 break; case m PrintMenu(); break; break; cerr

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Practical Database Programming With Visual Basic.NET

Authors: Ying Bai

1st Edition

0521712351, 978-0521712354

More Books

Students also viewed these Databases questions

Question

Design a health and safety policy.

Answered: 1 week ago