摘要: 这一章习题做着很舒服,毕竟很简单。所以很有感觉。练习 2-1Write a program to determine the ranges of char , short , int , and long variables, both signed and unsigned , by printing appropriate values from standard headers and by direct computation. Harder if you compute them: determine the ranges of the various floating-point 阅读全文
posted @ 2013-09-01 00:06 Levi.duan 阅读(977) 评论(0) 推荐(0) 编辑
摘要: 第一章虽然感觉不像是个习题。但是我还是认真去做,去想,仅此而已!练习 1-1Run the "hello, world" program on your system. Experiment with leaving out parts of the program, to see what error messages you get.1 #include 2 int main(int argc, char const *argv[])3 {4 printf("Hello, world\n");5 return 0;6 }收获 : 学习一门新程序设计语 阅读全文
posted @ 2013-09-01 00:05 Levi.duan 阅读(976) 评论(0) 推荐(0) 编辑