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

seen from Israel

seen from Singapore
seen from United States

seen from Singapore
seen from Netherlands

seen from Bulgaria

seen from United States

seen from Singapore

seen from Singapore

seen from Singapore
seen from Brazil
seen from China
seen from China
seen from United States
seen from Philippines

seen from Russia
seen from Saudi Arabia
seen from Netherlands
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