Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 632 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 632 Bytes

ini-parser

course: Computer architecture with low-level programming

Project Website

Project Description

  • text files
  • dynamic memory allocation
  • creating dynamic structures using struct and typedef

Running with Project Arguments

Reading Attribute

[filename].ini [section].[key]

reading_attribute_example.png

Expression Evaluation

[filename].ini [section].[key] [*/+-] [filename].ini [section].[key]

expression_evaluation_example.png.png