Unit 4: Storing data in arrays, loading text in files

CS 200: Concepts of Programming with C++, Summer 2022

πŸ”™ BACK TO HOME PAGE


This unit we're going to learn more about storing and organizing data in our programs. While variables can be useful for storing single bits of information, if we want data that is related to each other it is best to store that data in a struct.

πŸ’¬ Discussion board

If you have any questions on this week's assignments, make sure to post in the πŸ’¬ Unit 4 help - Discussion board!


πŸ†• Introducing... Arrays and file input

Another important way we store information for our programs is in arrays, as well as other data structures. And while we can save data now, we will also want to load data into our programs. Let's learn a bit about both!


πŸ“˜ Textbook chapters

TEXTBOOK DOWNLOAD


🧠 Tech Literacy - Jobs in tech


πŸ‹οΈ Exercises... Practicing with arrays and file input


πŸ’ͺ Extra practice with arrays and file input

Extra practice to get really comfortable with arrays and file input!


πŸ’» Project - Units 3 and 4

This project combines topics from units 1, 2, and 3 and 4 especially. Make sure to start on the project early to give yourself time to figure out how to get it working!


πŸ§‘β€πŸ« Check in - How did this week go?

How did this week go? Let me know!


πŸ’― Mastery check