积累(四)

Windows:
sendmessage、postmessage区别与联系
鼠标双击依次对应哪几个事件
线程安全


c++:
union
map\vector 删除元素后iterator的失效问题
int*a[4] int(*a)[4] 辨析 参见 http://blog.csdn.net/chuchus/article/details/39203441


写代码:

不用递归方法,交换树的左右结点。

微笑使用C/C++编写函数,实现字符串反转,要求不使用任何系统函数,且时间复杂度最小,函数原型:char* reverse_str(char* str)。


你可能感兴趣的:(积累(四))