so true

心怀未来,开创未来!
随笔 - 160, 文章 - 0, 评论 - 40, 引用 - 0
数据加载中……

C&C++

c++原子操作

posted @ 2020-06-28 17:19 so true 阅读(193) | 评论 (0)  编辑

c++14 transducer

posted @ 2019-05-09 18:53 so true 阅读(128) | 评论 (0)  编辑

深度剖析右值、右值引用、完美转发等相关概念

posted @ 2018-12-06 11:38 so true 阅读(501) | 评论 (0)  编辑

type_to_pointer

posted @ 2018-11-08 19:03 so true 阅读(180) | 评论 (0)  编辑

read-write lock

posted @ 2018-05-14 12:07 so true 阅读(184) | 评论 (0)  编辑

partition of quick sort

posted @ 2017-11-26 00:03 so true 阅读(147) | 评论 (0)  编辑

sudoku

posted @ 2017-11-03 17:19 so true 阅读(165) | 评论 (0)  编辑

C++ implements final keyword

posted @ 2017-07-17 19:31 so true 阅读(154) | 评论 (0)  编辑

epoll example for test later

posted @ 2016-06-22 17:23 so true 阅读(274) | 评论 (0)  编辑

signal process

posted @ 2016-02-17 11:30 so true 阅读(372) | 评论 (0)  编辑

tcp_server that is used to dump tcp datas

posted @ 2015-12-10 21:15 so true 阅读(274) | 评论 (0)  编辑

C实现继承和多态

posted @ 2015-08-08 07:30 so true 阅读(343) | 评论 (0)  编辑

Singleton

posted @ 2015-07-03 11:57 so true 阅读(305) | 评论 (0)  编辑

some notes on linking with shared library

posted @ 2015-03-12 20:50 so true 阅读(257) | 评论 (0)  编辑

calculate the maximum sum of sub-sequence in array

posted @ 2015-03-10 10:52 so true 阅读(254) | 评论 (0)  编辑

trial for EnumVsInt TemplateForTypeTraits LocalClass

posted @ 2015-03-06 17:51 so true 阅读(220) | 评论 (0)  编辑

reinterpret class pointer

posted @ 2015-03-04 15:34 so true 阅读(295) | 评论 (0)  编辑

name hiding in C++

posted @ 2015-03-03 14:34 so true 阅读(267) | 评论 (0)  编辑

算法:距离之和最小

posted @ 2015-02-07 20:34 so true 阅读(961) | 评论 (0)  编辑

G路

posted @ 2015-02-01 12:44 so true 阅读(238) | 评论 (0)  编辑

调查:map在clear之后并没有释放内存

posted @ 2014-09-18 14:26 so true 阅读(2552) | 评论 (0)  编辑

epoll简单学习

posted @ 2013-07-04 17:36 so true 阅读(493) | 评论 (0)  编辑

如何确定进程对文件的访问

posted @ 2012-12-21 17:19 so true 阅读(373) | 评论 (0)  编辑

如何修改进程的命令行

posted @ 2012-12-21 15:18 so true 阅读(396) | 评论 (0)  编辑

.gdbinit文件

posted @ 2012-11-07 17:51 so true 阅读(1017) | 评论 (0)  编辑

linux下高并发网络应用注意事项

posted @ 2012-06-11 15:35 so true 阅读(1997) | 评论 (0)  编辑

在函数中定义static变量时需要注意的问题

posted @ 2012-06-07 11:55 so true 阅读(1248) | 评论 (0)  编辑

socket编程:SO_REUSEADDR例解

posted @ 2012-04-26 14:38 so true 阅读(907) | 评论 (0)  编辑

使用boost的preprocessor

posted @ 2011-11-26 14:10 so true 阅读(926) | 评论 (0)  编辑

c++内存对象布局

posted @ 2011-04-24 12:52 so true 阅读(1940) | 评论 (0)  编辑

字节序,终于搞得比较透了

posted @ 2011-04-08 10:19 so true 阅读(398) | 评论 (0)  编辑

tailq中的TAILQ_FOREACH_REVERSE一些说明

posted @ 2010-08-08 11:52 so true 阅读(3664) | 评论 (0)  编辑

构造函数与const的关系

posted @ 2009-07-05 21:33 so true 阅读(1649) | 评论 (1)  编辑

C++模板的特化

posted @ 2009-06-21 21:03 so true 阅读(3815) | 评论 (2)  编辑

Linux下修改后的ps命令,很好很强大!

posted @ 2009-06-13 03:34 so true 阅读(1254) | 评论 (0)  编辑

make学习

posted @ 2009-05-17 17:14 so true 阅读(1465) | 评论 (0)  编辑

C++中临时变量的优化与产生!

posted @ 2008-12-15 22:59 so true 阅读(482) | 评论 (0)  编辑

printf函数里面大有文章!

posted @ 2008-11-19 00:23 so true 阅读(2897) | 评论 (1)  编辑

KMP的改进算法之二

posted @ 2008-10-20 23:20 so true 阅读(324) | 评论 (0)  编辑

KMP算法的改进之一

posted @ 2008-10-20 22:21 so true 阅读(297) | 评论 (0)  编辑

线程&进程的同步

posted @ 2008-10-19 22:42 so true 阅读(488) | 评论 (0)  编辑

根据先序和中序得到后序遍历的结果

posted @ 2008-10-11 18:26 so true 阅读(527) | 评论 (0)  编辑

一个较为复杂的二路归并算法

posted @ 2008-09-21 01:21 so true 阅读(487) | 评论 (2)  编辑

我给出的strcmp源码

posted @ 2008-09-04 13:31 so true 阅读(602) | 评论 (0)  编辑

“抛出一个Exception”与“传递一个参数”的区别

posted @ 2008-08-18 16:15 so true 阅读(323) | 评论 (0)  编辑

extern和static释析

posted @ 2008-08-18 16:13 so true 阅读(927) | 评论 (1)  编辑

C&C++编译过程理解

posted @ 2008-08-18 16:12 so true 阅读(2171) | 评论 (4)  编辑

有关static_cast,const_cast,dynamic_cast和reinterpret_cast的深入理解

posted @ 2008-07-28 20:20 so true 阅读(823) | 评论 (0)  编辑

在类的内部定义新的类型,并引伸出union的妙用

posted @ 2008-07-13 20:52 so true 阅读(981) | 评论 (1)  编辑

operator new和operator delete学习总结

posted @ 2008-07-13 19:58 so true 阅读(2662) | 评论 (1)  编辑

关于public,protected和private三个关键词的理解

posted @ 2008-07-12 14:19 so true 阅读(957) | 评论 (1)  编辑

C++中突破private的方法

posted @ 2008-07-10 15:58 so true 阅读(424) | 评论 (0)  编辑

[转载]不用临时变量也可以交换变量的值

posted @ 2008-03-10 12:53 so true 阅读(727) | 评论 (0)  编辑

数组右移的方法

posted @ 2008-03-10 12:47 so true 阅读(2282) | 评论 (0)  编辑

一道笔试题目的自我分析,觉得容易你可以自己先试试看:找出一个数组中的次最大元素

posted @ 2008-03-08 21:31 so true 阅读(514) | 评论 (0)  编辑

C++语言的Bug

posted @ 2008-02-23 19:34 so true 阅读(157) | 评论 (0)  编辑

程序、进程、线程学习笔记

posted @ 2008-02-23 19:29 so true 阅读(334) | 评论 (0)  编辑

多态的两种实现方法

posted @ 2008-02-23 19:28 so true 阅读(1042) | 评论 (0)  编辑

逗号表达式的用法

posted @ 2008-02-23 19:19 so true 阅读(1830) | 评论 (0)  编辑

坐标空间

posted @ 2008-02-23 19:18 so true 阅读(734) | 评论 (0)  编辑

基类的析构函数为什么要设成虚函数

posted @ 2008-02-23 19:17 so true 阅读(1778) | 评论 (0)  编辑

Windows程序运行原理及程序编写流程

posted @ 2008-02-23 19:15 so true 阅读(369) | 评论 (0)  编辑

MFC程序框架剖析

posted @ 2008-02-23 19:15 so true 阅读(2488) | 评论 (3)  编辑

MFC的消息映射机制

posted @ 2008-02-23 19:14 so true 阅读(512) | 评论 (0)  编辑

有关指针方面的一些问题!

posted @ 2007-12-20 23:47 so true 阅读(148) | 评论 (0)  编辑