- 博客(5)
- 资源 (6)
- 收藏
- 关注
原创 more effective C++阅读笔记
先看effective,再看这个,看过一部分,就会逐步的写这块儿东西。 以后应该还会写exceptional和more 的
2012-08-02 09:14:14 197
原创 内部排序算法概述
1、bubble sort 1.1.intro 1.2.implementation 2、insertion sort 2.1.intro 2.2.implementation 3、selection sort 3.1.intro 3.2.implementation 4、heap sort 4.1.intro 4.2.implementation
2012-07-30 14:10:17 219
原创 Effective C++阅读笔记
整本书,我只想写一篇博客,只注重概要,例子不会太多,主要是说思想,短小精悍是最好的。 这本书以前读过,只是觉得当时看得不仔细,现在想回头再看看这个东西。 1.让自己习惯c++ 这一部分算是c++的一个导读吧,可以作为一个引子,其实并没有涉及什么c++的技术细节,只是给了概览性的一个叙述,在这里还不需要深厚的c++功底。 条款01:视C++为一个语言联邦 c
2012-07-20 18:37:16 372
原创 str相关的函数实现
下午刚写的一个strtol函数,跑了几种特殊情况,倒是都可以过了。等过段时间,会把c函数库的其它几个常用函数也有个自己的实现出来。#include #include #include #include #include #include using namespace std;// s:source string for conversion, base:decimal,hex or oc
2012-07-20 18:33:27 294
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人