C
文章平均质量分 91
is2120
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
c语言书籍推荐(IS2120@BG57IV3.CSDN)
//z 2013-04-15 13:23:04 IS2120@BG57IV3.T166566507 .K[T425,L5833,R188,V6844] This post is to providing QUALITY books and an approximate skill level. Maybe we can add a short blurb/description about ea原创 2013-04-15 13:18:11 · 1005 阅读 · 0 评论 -
c语言优先级
//z 2013-09-23 18:14:19 IS2120@BG57IV3 T1608511706.K.F1292029078[T4,L61,R1,V20] 1. c语言优先级 详细表格 C Operator Precedence Table This page lists C operators in order of precedence (highest to lowest).原创 2013-09-23 18:25:09 · 942 阅读 · 0 评论 -
C: implementing str_replace to replace all occurrences of substring (zz)
C: implementing str_replace to replace all occurrences of substring Last time, I showed how to replace PHP's str_replace in C. The previous code was only replacing one occurrence of substr which原创 2013-10-19 18:02:50 · 1755 阅读 · 0 评论 -
CString TO Double (zz)
//z 2013-10-21 15:01:30 IS2120@BG57IV3 T3345574402.K.F3396121938[T3,L303,R3,V37] 1. atl CString 转换成 double 浮点数 A CString can convert to an LPCTSTR, which is basically a const char* (const wc原创 2013-10-21 15:03:10 · 1548 阅读 · 0 评论 -
Notable magic numbers
Hexspeak From Wikipedia, the free encyclopedia //z 2014-11-11 11:31:41 L.50 '44899 BG57IV3@XCL T4159949956.K.F2151795025[T15,L510,R7,V447] 一些有趣的魔术数(来自wiki百科) Hexspeak, like leetspeak, is a no原创 2014-11-11 11:33:37 · 1233 阅读 · 0 评论 -
mctrl : windows UI 控件库
//z 2014-10-10 11:12:28 L.82 '46052 BG57IV3@XCL T2758184198.K.F2002641828[T2,L74,R1,V25] 一个捷克程序员(Martin Mitáš)用C语言实现的一套windows ui library。 目前提供了这些控件: mCtrl/button.h - Enhanced button原创 2014-10-10 11:13:34 · 2040 阅读 · 0 评论
分享