随笔分类 -  C

数字时钟【转载】
摘要:数字时钟。 阅读全文
posted @ 2012-12-31 19:47 onedime 阅读(549) 评论(0) 推荐(0)
C与C++
摘要:C与C++ 阅读全文
posted @ 2012-11-29 11:47 onedime 阅读(325) 评论(0) 推荐(0)
printf的问题
摘要:printf的问题。 阅读全文
posted @ 2012-11-24 08:24 onedime 阅读(339) 评论(0) 推荐(0)
C语言中的一个有趣的现象
摘要:C语言中的一个有趣的现象。 阅读全文
posted @ 2012-11-24 06:59 onedime 阅读(527) 评论(0) 推荐(0)
C语言基本数据类型简介
摘要:本文介绍了C语言中各种基本数据类型。 阅读全文
posted @ 2012-11-21 09:37 onedime 阅读(234683) 评论(3) 推荐(10)
double类型数据在内存中中存储格式
摘要:介绍了double类型数据在内存中的存储格式。 阅读全文
posted @ 2012-11-20 20:55 onedime 阅读(16742) 评论(1) 推荐(1)
C语言中不同数据类型在内存中的存储格式研究
摘要:介绍了各种数据类型在内存中的存储方式,以及由于可变参数列表导致的printf的问题及原因分析。 阅读全文
posted @ 2012-11-20 20:48 onedime 阅读(1925) 评论(0) 推荐(0)
Unhandled exception in PointerDemo.exe:0xC0000005:Access Violation
摘要:本文介绍了C语言中Access Violation错误的产生原因。 阅读全文
posted @ 2012-11-19 22:39 onedime 阅读(477) 评论(0) 推荐(0)
float数据在内存中的存储方法
摘要:本文讲述了float数据在内存中是如何存储的。 阅读全文
posted @ 2012-11-19 22:24 onedime 阅读(18460) 评论(0) 推荐(2)