brandiweekes / cpsc5041

Comp Systems Principles I
0 stars 0 forks source link

Cache Simulator - Parse config file #1

Closed ghost closed 8 years ago

ghost commented 8 years ago

Write a function that correctly parses the config file. The function should accept as a param a string with the filename. The function should then create a struct of type Config (with the necessary properties), open the file, and assign each config value to a Config property. Then it should return the Config.

brandiweekes commented 8 years ago

Resolved in: d7ec13da652c80bc12de03e746e24db1dcaeb206

includes debug output to verify content