全部博文(136)
发布时间:2011-03-27 15:09:58
C Programming Language(7.7): Line Input and Output. Example code: printing the longest line of input, by using standard library functions fgets() to implement getline()!......【阅读全文】
发布时间:2011-03-27 14:22:21
C Programming Language(7.5, 7.6): File Access, Error Handling--Stderr and Exit. Example code: concatenate files.......【阅读全文】
发布时间:2011-03-27 11:23:35
Example code: a minimal version of printf, processes a variable-length argument list.......【阅读全文】