摘要: 最近在网上看到一段程序,很怪异哦,你能不经过运行看出他的输出结果吗?1 #include<stdio.h>2 3 int main()4 {5 printf(&unix["\021%six\012\0"],(unix)["have"]+"fun"-0x60);6 7 return 0;8 } 阅读全文
posted @ 2011-04-01 16:58 盖慧彤 阅读(131) 评论(0) 推荐(0)
摘要: This was written in December, 1999Lots of programmers want to get started on a free software project, but aren't quite sure how things work. This page is an informal collection of "unwritten rules and understandings" for people who'd like to volunteer. I learned some of this by mak 阅读全文
posted @ 2011-04-01 16:16 盖慧彤 阅读(158) 评论(0) 推荐(0)
摘要: #include<stdio.h>#define A(x) x;x;x;x;x;x;x;x;x;xint main(void){ int n=1; A(A(A(printf("%d ",n++)))); return 0;}Code from :http://www.linuxforum.net/forum/showthreaded.php?Cat=&Board=program&Number=545251 阅读全文
posted @ 2011-04-01 13:29 盖慧彤 阅读(219) 评论(0) 推荐(0)