发布时间:2013-05-17 00:42:38
1.比较基础的一本C语言教程,纯英文,适合菜逼打基础、或作为参考书使用;内容并不翔实,但胜在表述清晰透彻,确是用心之作;2.啃下一本英文的编程参考书,对技术类英语文献的阅读还是蛮有帮助的;3.看这么本基础读物,花了这么长时间,实在是不应该;菜逼还是要抓点紧。.........【阅读全文】
发布时间:2013-05-17 00:35:26
E. Functions1. to use a function you need: a function prototype; a function definition; function call.2. scope: function scope, file scope...F. Numeric Arrays1. C does not check to see if you try to access an array outside of its range!!!2. while( fscanf(....) != EOF)G. Strings and Pointers.........【阅读全文】
发布时间:2013-04-28 18:13:58
A. programming fundamentals 1. language translaters: assemblers\compiler\interpreter 2. program developmeng: create source code; proprecessing(atta.........【阅读全文】