You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is dedicated to creating a file managment system.
As part of the functional requirements specified in part two of the Millions project description, the application should be able to manage files. This includes writing and reading in a CSV format (Comma Seperated Values), where a specific line in the file could be a comment (starts with #) (ignored), blank line (ignored), or information about a stock in the format symbol, name price.
The system should be able to do the following:
Read stock information from a file, using a dedicated file parser (reads on game start). The file parser should contain rulesets that define how to parse the file.
Send the stock information into the system as stock objects.
Save stock data to file (different file?)
The text was updated successfully, but these errors were encountered:
This issue is dedicated to creating a file managment system.
As part of the functional requirements specified in part two of the Millions project description, the application should be able to manage files. This includes writing and reading in a CSV format (Comma Seperated Values), where a specific line in the file could be a comment (starts with #) (ignored), blank line (ignored), or information about a stock in the format symbol, name price.
The system should be able to do the following:
The text was updated successfully, but these errors were encountered: