全部博文(103)
发布时间:2015-01-17 23:23:45
vim+cscope+ctags是Linux看代码利器,在网上搜vim教程一搜一大堆,很多讲的都不错,可惜自己都没学会。好早之前,我的老科长波哥曾经教过我一次,ctags我算是学会大概,cscope只能算是入门级水平,比如查看某个函数调用,还得用:cs find c function这种比较慢的方法。我自己比较懒,花在熟练掌握.........【阅读全文】
发布时间:2015-01-10 09:07:58
转载:http://www.cnblogs.com/woshijpf/ 下面就介绍Command Line和CMake两种方式。 首先粘上测试的代码吧,文件名为Test.c 1 #include <highgui.h> 2 3 int main(int argc.........【阅读全文】
发布时间:2015-01-06 13:17:09
Moving from Java to C++This appendix explains how to transfer your Java programming skills to a substantial subset of C++. This is necessary for students who take their first programming course in Java and the second course in C++. Naturally, it would be easiest if the second.........【阅读全文】