上一页 1 2 3 4 5 6 7 ··· 18 下一页
摘要: In Mac, the issue image: 1. A existing cmake project on disk 2. import this project into Eclipse. 3 run cmake 4. Build and Run this project on Eclipse 阅读全文
posted @ 2017-03-30 08:02 TonyYPZhang 阅读(1182) 评论(0) 推荐(0) 编辑
摘要: In Mac OSX, The Issue Image: 1. Build the project on Eclipse successfully. 2. Run gdb on command line successfully. So the gdb has been installed on t 阅读全文
posted @ 2017-03-30 06:51 TonyYPZhang 阅读(2760) 评论(0) 推荐(0) 编辑
摘要: This error is that the default lanch configuration is not being created for this project. To solve it, Need to do: Your launch configuration should lo 阅读全文
posted @ 2017-03-29 21:58 TonyYPZhang 阅读(423) 评论(0) 推荐(0) 编辑
摘要: I install sogou 中文输入法 successfully, after following below steps: 1. install sogou pingyin by deb package, in http://pinyin.sogou.com/linux/ 2. setup " 阅读全文
posted @ 2017-03-29 09:25 TonyYPZhang 阅读(314) 评论(0) 推荐(0) 编辑
摘要: CMake is an open-source cross platform build system, according to CMake's creator, Kitware. But CMake is not actually a build system. What CMake provi 阅读全文
posted @ 2017-03-26 17:39 TonyYPZhang 阅读(235) 评论(0) 推荐(0) 编辑
摘要: Work flow with git and github Work with Remotes Check the current status Check the latest source on remote branch Add an remote Repo Check the remote 阅读全文
posted @ 2017-03-23 00:19 TonyYPZhang 阅读(360) 评论(0) 推荐(0) 编辑
摘要: Copy, Assign, and Destroy When we define a class, we specify what happens when objects of the class are copied, moved, assigned, and destroyed. A clas 阅读全文
posted @ 2017-03-21 00:35 TonyYPZhang 阅读(372) 评论(0) 推荐(0) 编辑
摘要: Access Control And Inheritance Protected Member Like private, protected members are unaccessible to users of the class Like public, protected members 阅读全文
posted @ 2017-03-18 09:49 TonyYPZhang 阅读(291) 评论(0) 推荐(0) 编辑
摘要: Ordinarily, if we do not use a function, we do not need to supply a definition of the function. However, we must define every virtual function, regard 阅读全文
posted @ 2017-03-16 21:51 TonyYPZhang 阅读(210) 评论(0) 推荐(0) 编辑
摘要: There is a base class at the root of the hierarchy, from which the other class inherit, directly or indirectly. These inheriting classes are known as 阅读全文
posted @ 2017-03-16 21:21 TonyYPZhang 阅读(308) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 18 下一页