https://github.com/josgard94/data_struct_in_c_example
This an example of how to use data structs in c language. In this example, a departmental store is shown. the example allows to users select products from a category. In addition, at the end of the program, it is shown a note with the products acquired by users and the total spend to the buy by a user.
https://github.com/josgard94/data_struct_in_c_example
data-structure data-structures data-structures-and-algorithms example examples language-c learning learning-c
Last synced: 9 months ago
JSON representation
This an example of how to use data structs in c language. In this example, a departmental store is shown. the example allows to users select products from a category. In addition, at the end of the program, it is shown a note with the products acquired by users and the total spend to the buy by a user.
- Host: GitHub
- URL: https://github.com/josgard94/data_struct_in_c_example
- Owner: josgard94
- Created: 2020-06-26T05:21:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-26T05:25:53.000Z (over 5 years ago)
- Last Synced: 2025-01-21T21:35:05.486Z (11 months ago)
- Topics: data-structure, data-structures, data-structures-and-algorithms, example, examples, language-c, learning, learning-c
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# data_struct_in_c_example
This an example how to use data structs in c language. In this example, a departmental store is show. the example allows to users selections a products from a category. In addition, at the end of the program it is shown a note with the products acquired by users and the total spend to the buy by user.