摘要:
void cast of argc and argv stop the compiler from complaining about unused variables int main(int argc, char **argv){ (void)argc; /* we don't use any arguments in this example */ (void)a... 阅读全文
posted @ 2013-02-08 03:24 Roger Luo 阅读(284) 评论(0) 推荐(0)