Insertion in One Dimensional Array AIM: To Insert An Element Into A Sorted One Dimensional Integer Array Algorithm For Main
Insertion in One Dimensional Array AIM: To Insert An Element Into A Sorted One Dimensional Integer Array Algorithm For Main
BINARY FILE
Aim: To illustrate the concept of Binary files
Algorithm
1. Start
2. Definition of the class
3. Declaration of the file object in fstream and ios::binary mode
4. Declaration of the class object
5. Definition of the Main Menu
6. Accepting the users choice
7. Appending or searching and displaying the records in the data file as per the users choice
8. Disconnecting the file stream
9. End