摘要: 学习你的第一门编程语言 投递人 itwriter 发布于 2016-11-04 12:24 评论(0) 有539人阅读 原文链接 [收藏] « » 英文原文:Learning Your First Programming Language 这篇文章摘自于我即将推出的新书《The Complete S 阅读全文
posted @ 2016-11-10 22:41 the_tops 阅读(242) 评论(0) 推荐(0) 编辑
摘要: from:http://www.cnblogs.com/doctorqbw/archive/2011/12/21/2295962.html 千兵卫博士 from:http://www.cnblogs.com/doctorqbw/archive/2011/12/21/2295962.html 千兵卫博 阅读全文
posted @ 2016-11-10 22:05 the_tops 阅读(608) 评论(0) 推荐(0) 编辑
摘要: 投递人 itwriter 发布于 2016-11-10 17:49 评论(6) 有657人阅读 原文链接 [收藏] « » 英文原文:Mistakes I made (as a developer) 我 2006 年开始工作,至今已经 10 年。10 年是个里程碑,我开始回顾自己曾经犯过的错误,以及 阅读全文
posted @ 2016-11-10 22:04 the_tops 阅读(220) 评论(0) 推荐(0) 编辑
摘要: from:http://www.embeddedlinux.org.cn/html/jishuzixun/201307/08-2594.html 段错误调试神器 - Core Dump详解 来源:互联网 作者:Alex 时间:2013-07-08 Tag:Linux 点击: 11670 一、前言: 阅读全文
posted @ 2016-11-10 17:18 the_tops 阅读(414) 评论(0) 推荐(0) 编辑
摘要: 解读EOF 标签: fplinuxc语言filestream 2012-01-31 22:05 439人阅读 评论(0) 收藏 举报 分类: C、C++_程序设计(20) 我学习C语言的时候,遇到的一个问题就是EOF。 它是end of file的缩写,表示"文字流"(stream)的结尾。这里的" 阅读全文
posted @ 2016-11-10 14:58 the_tops 阅读(206) 评论(0) 推荐(0) 编辑
摘要: linux下文件结束符,我试过了所有的linux,发现其文件的结束符都是以0a即LF结束的,这个是操作系统规定的,windows下是\r\n符结束,希望可以帮助大家. 转:来自:http://blog.csdn.net/zollty/article/details/6771858 Linux下的换行 阅读全文
posted @ 2016-11-10 14:42 the_tops 阅读(8427) 评论(0) 推荐(1) 编辑