Bit Shift (bitshift)'s status on Monday, 27-Aug-12 21:02:22 UTC

  1. @mostapplethingofall Sadly, no compiler errors != working. For example, because a string is actually a char pointer, C will happily add an int to it, but what's actually going on will be pointer arithmetic, meaning that you pass in an arbitrary chunk of memory instead of anything close to what you wanted.

    Monday, 27-Aug-12 21:02:22 UTC from web in context