User Tools

Site Tools


user:mgardne8:portfolio:notescrap

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
user:mgardne8:portfolio:notescrap [2014/09/02 10:17] mgardne8user:mgardne8:portfolio:notescrap [2014/09/02 10:34] (current) mgardne8
Line 32: Line 32:
  
 ---------------------------- ----------------------------
-Grid - 1byte = 8bits+  Grid - 1byte = 8bits
 ---------------------------- ----------------------------
   bc -l   bc -l
Line 39: Line 39:
   2^32 = 4294967296   2^32 = 4294967296
   2^64 = 18446744073709551616   2^64 = 18446744073709551616
-----------------------------+---------------------------
   X64 0x0000000000000000   X64 0x0000000000000000
 +---------------------------
 +
 +  int g[4];
 +  int *g=(int *)malloc(sizeof(int)*4);
 +  
 +  g[0]     7;
 +  g[1]     3;
 +  *(g+2) =  13;
 +  g[2]    13;
      
 +--------------------
 +
 +
 +
  
  
user/mgardne8/portfolio/notescrap.1409667454.txt.gz · Last modified: 2014/09/02 10:17 by mgardne8