Pointer Reference
I made a C/C++ pointer reference project consisting of a couple of functions that are written differently but do the same thing
I made a GitHub public repository for it
https://github.com/dcorderoch/pointers-reference
it’s meant to show the syntax of how pointers are used for dynamically allocated variables, it’s made to be used as a quick reference for when programming something using pointers











