mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-25 05:44:06 -06:00
vault backup: 2022-08-08 11:41:12
This commit is contained in:
parent
3ec695e47d
commit
ae6443676a
@ -44,4 +44,13 @@ names are allocated to emmory locations of declaration
|
||||
|
||||
### Arrays
|
||||
- strings
|
||||
-
|
||||
- terminated by "\0"
|
||||
- argc, argv[]
|
||||
- length specified
|
||||
- null terminated
|
||||
- array of pointers
|
||||
|
||||
### Pointer arithmetic
|
||||
- ++ move a pointer fowards in an array
|
||||
- -- move a pointer back in an array
|
||||
- these operations are "type aware" and increment (the pointer) by the size of the elements of the array
|
||||
Loading…
Reference in New Issue
Block a user