- 博客(4)
- 收藏
- 关注
转载 windows中使用CMake和Eclipse开发Qt程序遇到的问题
经过三天的尝试,摸索,终于把项目从vs和qt creator中转到了cmake 和eclipse,中间几次都想放弃了。 在windows下用Visual Studio开发肯定是最方便的,但是程序用户的电脑装的xp系统(吐槽一下,几百号人的设计院,清一色的xp+集成显卡,17寸显示屏),只能支持到vs2008,自己写的程序有些是在vs2012中用C++0x写的,2008...
2013-08-24 18:08:00
229
转载 win7 64bit + vs2012 + Qt5.0.1 + CGAL4.1
1.安装python2.7,perl,vs2012,cmake 2.编译Qt: configure -prefix d:\qt\qt5.0.1 -opensource -platform win32-msvc2012 -mp -debug-and-release -opengl desktop nmake -i nmake install nmake clean ...
2013-03-13 18:02:00
149
转载 CGAL中combinational map 的遍历方法
1.遍历整个CM的函数 cm.number_of_attributes ()<i> const Returns the number of i-attributes in cm. ...
2012-12-14 16:21:00
217
转载 c++中的循环
刚开始的时候,只知道有 int i; for(i=0;i<n;i++){} 后来,为了减少出错,把int i写到了括号里边, for(int i=0;i<v.size();i++){} 然后,学会了用iterator,写成了 for(vector<Int>::iterator itr=v.begin();itr!=v.end();itr++){} 代...
2012-12-08 16:07:00
120
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅