- 博客(7)
- 资源 (10)
- 收藏
- 关注
原创 匿名函数类型转换
template<typename CB>class Calls{private: CB callback;public: Calls(CB cb):callback(cb){} template<typename... Args> auto operator()(Args&& ... args) { return callback(std::forward<Args>(args)...);.
2022-05-23 16:37:43 190
原创 OSG编辑相关
1.osgQt编译错误:error C2061: 语法错误: 标识符“GLfloat”原因是添加GL时,加了个__gl_h_宏,注释掉就行#ifdef WIN32//#define __gl_h_#include <osg/GL>#endif...
2019-12-16 11:08:09 217
原创 Qt乱谈
目录什么是Qt?C++跨平台开发框架Qt,一个神奇而又强大的库,凝聚了大量攻城狮的心血与智慧。一个技术的了解,我们通常是了解他能做啥,然后是怎么做的。下面我们先来了解下Qt能做啥。先来段维基百科的解释:什么是Qt?Qt是一个面向桌面,嵌入式和移动的跨平台应用程序开发框架。支持的平台包括Linux,OS X,Windows,VxWorks,QNX,Android,iOS...
2019-08-25 18:24:30 342
原创 序
Writing is not about affection people,it's about settling yourself.写作不是为了影响别人,只是为了安顿自己。我是xc,我在编程
2019-08-25 13:37:31 124 1
原创 Qt源码编译
Qt源码下载网址http://download.qt.io/archive/qt源码下载qt 编译 配置configure -prefix C:\Qt\Qt5.10.0_x64 -debug-and-release -shared -confirm-license -opensource -mp -qml-debug -dbus -opengl -angle -gif -ico -
2018-01-23 21:11:25 546
WinMasmV2.2
2012-06-23
Dev-C++ V4.9.9.2
2012-03-20
汇编编辑器
2011-10-12
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人