C++Guns – RoboBlog

12.09.2014

I can feel segfaults

Filed under: Allgemein — Tags: — Thomas @ 09:09

int main() {
  const char *a = "I can feel segfaults";
  printf("%c\n", (char*) * (char*) * (a+strlen(a)));
  return 0;
}

No Comments

No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.

Powered by WordPress