总结之C/C++

来源:互联网 发布:mac的usb接口没反应 编辑:程序博客网 时间:2024/06/06 07:51

1.深拷贝和浅拷贝

http://blog.csdn.net/chencheng126/article/details/40868655


2.map和hashmap

http://blog.csdn.net/chencheng126/article/details/41721363


3.一些典型的题

http://blog.csdn.net/chencheng126/article/details/44305227


4.泛型

http://blog.csdn.net/chencheng126/article/details/44305029


5.多态和虚函数

http://blog.csdn.net/chencheng126/article/details/44305115


6.数组作为函数入参

数组作为入参,只是表示头指针,不能再用sizeof()来计算数组长度,一般可以把length传进来。

http://blog.csdn.net/chencheng126/article/details/43836371


7.回调函数

http://blog.csdn.net/chencheng126/article/details/43969363


8.visual studio调试小技巧

http://blog.csdn.net/chencheng126/article/details/43271379







0 0
原创粉丝点击