Skip to content

Opening book details…

About this document

C++ Pointers: Basics and Examples by Sarah Fatima is a document available to read on EtoBox.

Here are some key points to consider in the assignment: - Declare a structure to store account ID (int) and amount (float) - Get number of accounts from user input - Dynamically allocate array of structures of given size - Define function to get input from user and store in structure array - Define function to display records from structure array - Pass pointer to structure array as argument to functions - Use loop to get/display records for each index of array Let me know if any part of the assignment

Author
Sarah Fatima
Language
EN