Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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, update

USAGE:
./update-sources.sh --type=normal --branch=feature/add-new-feature
./update-sources.sh --type=amend --branch=feature/add-new-feature
```