Skip to content

Commit

Permalink
add pointers concept (#741)
Browse files Browse the repository at this point in the history
* Create .meta

* Create links.json

* Delete .meta

* Create config.json

* Create about.md

Rough first draft. TODO: cover use of pointers for function parameters.

* Create introduction.md

Just a stub for now

* Update about.md

* Update about.md

* Update about.md

* Update about.md

Added pointers with functions

* Update about.md

Added caveat for char *.

* Update concepts/pointers/about.md

Co-authored-by: wolf99 <[email protected]>

* Update concepts/pointers/about.md

Co-authored-by: wolf99 <[email protected]>

* Update concepts/pointers/about.md

Co-authored-by: wolf99 <[email protected]>

* Update concepts/pointers/about.md

Co-authored-by: wolf99 <[email protected]>

* Update concepts/pointers/about.md

Co-authored-by: wolf99 <[email protected]>

* Update concepts/pointers/about.md

Co-authored-by: wolf99 <[email protected]>

* Update concepts/pointers/about.md

Co-authored-by: wolf99 <[email protected]>

* Update concepts/pointers/about.md

Co-authored-by: wolf99 <[email protected]>

* Update concepts/pointers/about.md

Co-authored-by: wolf99 <[email protected]>

* Update concepts/pointers/about.md

Co-authored-by: wolf99 <[email protected]>

* Update concepts/pointers/about.md

Co-authored-by: wolf99 <[email protected]>

* Update about.md

Tweaks for backticking types more consistently, regularizing the term for indirection operator, and some other minor fixes. There is a bit more left to do...

* Update about.md

Tweaked the comments in the code example for Arrays and Pointers.

* Update concepts/pointers/about.md

Co-authored-by: wolf99 <[email protected]>

* Update concepts/pointers/about.md

Co-authored-by: wolf99 <[email protected]>

* Update about.md

A couple of recent suggested changes.

* Update introduction.md

First draft of Introduction.md. Based on About.md

Co-authored-by: wolf99 <[email protected]>
  • Loading branch information
bobahop and wolf99 authored Mar 1, 2022
1 parent 8ccf3b3 commit 7caaaa6
Show file tree
Hide file tree
Showing 4 changed files with 451 additions and 0 deletions.
7 changes: 7 additions & 0 deletions concepts/pointers/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"blurb": "Pointers are variables or constants whose value is the memory address of another variable or constant.",
"authors": [
"bobahop"
],
"contributors": []
}
Loading

0 comments on commit 7caaaa6

Please sign in to comment.