Skip to content

lrazcs/DataProcessingStorage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DataProcessingStorage

Instructions to set up:

  1. clone repo in visual studio: https://github.com/lrazcs/DataProcessingStorage

  2. in terminal in visual studio, compile and run the program:

    mac: g++ -std=c++11 -o memoryDBApp memoryDB.cpp main.cpp && ./memoryDBApp

    windows: g++ -std=c++11 -o memoryDBApp memoryDB.cpp main.cpp && memoryDBApp

  3. follow prompts in main

Write up of how this assignment should be modified to be considered an official assignment in the future:

I would say having a standard language would be great to make grading easier, as well as having a standard language for students to use. Having clear inputs and outputs would be useful as well for more efficient grading. Making use of makefiles or any other listed standard commands that the graders can use to instruct students on how exactly testing would work would be useful as well.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages