随笔分类 -  文件和流

摘要:http://tech.pro/tutorial/704/csharp-tutorial-simple-threaded-tcp-serverIn this tutorial I'm going to show you how to build a threaded tcp server with ... 阅读全文
posted @ 2015-06-01 00:29 jumahe 阅读(396) 评论(0) 推荐(0)
摘要:http://www.iteedu.com/plang/ccpp/cppdxjch2b/111.phpC++语言把每一个文件都看成一个有序的字节流(见图14.2),每一个文件或者以文件结束符(end-of-file marker)结束,或者在特定的字节号处结束(结束文件的特定的字节号记录在由系统维护... 阅读全文
posted @ 2015-05-30 14:25 jumahe 阅读(461) 评论(0) 推荐(0)