Learn how pointer arithmetic works in C. Understand how to navigate memory using pointers for efficient array and data structure manipulatio

seen from United States

seen from United Kingdom
seen from China
seen from United States

seen from United States
seen from United States
seen from United States

seen from United States
seen from United States

seen from United States

seen from China
seen from United States
seen from United States
seen from China
seen from United States
seen from United States
seen from United States
seen from Malaysia
seen from China

seen from United States
Learn how pointer arithmetic works in C. Understand how to navigate memory using pointers for efficient array and data structure manipulatio
Wednesday December 26, 2012
watched teekyuu ep1-12, man that is some crazy stuff
worked on compilers pretty much all day. Got pointer arithmetic working for ints and pointers (though not for multi-dimensional arrays), got some basic IF branching done (assuming no short-circuit operators in the check), started evaluating conditional expressions outside of control flow context, and trying to use that inside the control flow things also instead of the usual