User Tools

Site Tools


notes:data

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
notes:data [2018/08/23 09:51] – [Notes] cmerola2notes:data [2018/10/24 23:39] (current) – [URLs] ktodd3
Line 10: Line 10:
 ======URLs====== ======URLs======
 Binky Pointer Video: Binky Pointer Video:
-https://www.youtube.com/watch?v=f-pJlnpkLp0+ 
 +[[https://www.youtube.com/watch?v=f-pJlnpkLp0|Binky Pointer Video]] 
 + 
 +[[https://www.learn-c.org/en/Linked_lists|Basic linked list tutorial ]]
 ======Notes====== ======Notes======
 +====Pointers:====
 +
 char x = 0; char x = 0;
  
Line 38: Line 43:
  
    y = &x    y = &x
-Now, y's data is the address of x+Now, y's data is the address of x
 x contains the data '0' x contains the data '0'
  
Line 79: Line 85:
     z     z
     0xc05fefe     0xc05fefe
 +And do nothing with it because we kind of just stopped I think.
          
 +Memory addresses are 8 bytes on 64 bit linux systems. 
 +4 bytes on 32 bit linux systems.
 ======Other====== ======Other======
notes/data.1535032280.txt.gz · Last modified: 2018/08/23 09:51 by cmerola2