Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denezt/working-with-pointers-and-data-structures
A beginner to advanced guide for working with pointer and data structures in C Programming Language
https://github.com/denezt/working-with-pointers-and-data-structures
arrays c data-structures low-level pointers wrapper
Last synced: 6 days ago
JSON representation
A beginner to advanced guide for working with pointer and data structures in C Programming Language
- Host: GitHub
- URL: https://github.com/denezt/working-with-pointers-and-data-structures
- Owner: denezt
- Created: 2021-05-10T15:49:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T10:23:13.000Z (about 2 years ago)
- Last Synced: 2024-11-11T02:24:29.379Z (2 months ago)
- Topics: arrays, c, data-structures, low-level, pointers, wrapper
- Language: C
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WORKING WITH POINTERS AND DATA STRUCTURES
## Requirements
* GNU project C and C++ (gcc version 5.4.0 or higher)
* Kornshell (sh (AT&T Research) 93u+ 2012-08-01 or higher)# Help Menu for Update Wrapper
* We recommend using the update wrapper to prevent version control of binary files``` sh
Update Sources - GIT Wrapper
Commit Type [ --type=COMMIT_TYPE, type:COMMIT_TYPE ]
Commit Branch [ --branch=BRANCH_NAME, branch:BRANCH_NAME ]Commit Type:
Update to commit - normal, new
Amend to commit - amend, updateUSAGE:
./update-sources.sh --type=normal --branch=feature/add-new-feature
./update-sources.sh --type=amend --branch=feature/add-new-feature
```