Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Processing and Storage Assignment

Instructions on how to run code

First, ensure that you have GCC installed on your system. Navigate to the directory where the files are located. Run the command g++ InMemoryDB.cpp main.cpp -o [executable name]. You may use whatever executable name you wish. Finally, run the command ./[executable name] to see the program output.

Assignment write-up

I found this assignment to be managable and fun. However, I did have some concerns. My biggest concern was the ambiguity in what the submission is and how it will be graded. Example code is given for main, but it is unclear how, or even if, it should be modified or used. In the end, I ended up adding try/catch blocks and print statements to create an error-free and hopefully easy-to-grade program. However, I am still unsure if I met the grading requirements. The "Grading" section in the instructions is also not clear. All the information we are given is simply "4 points for working code". This raises many questions such as "what constitutes working code?", "what edge cases will be tested?", "will partial credit be given, and if so, what would that look like?". Therefore, I would clarify what needs to be submitted and make a more detailed rubric.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages