2013年1月15日

Opengl Freeimage 保存屏幕像素到图片

摘要: 更新 2017 -4 -25 freeimage保存图片主要几个函数 PixelType* pixels = pix.getPixels(); unsigned int width = pix.getWidth(); unsigned int height = pix.getHeight(); un 阅读全文

posted @ 2013-01-15 14:07 c_dragon 阅读(5248) 评论(4) 推荐(0) 编辑

c++ tinyxml

摘要: 做了一个中控项目,对xml的读取不怎么记得了,先记录在这里bool ReadXML(char *path){ ////////////////////////////////////////////////////////////////////////// read xml file TiXmlDocument * myDocument = new TiXmlDocument(path); //加载文件数据 bool IsLoad=myDocument->LoadFile(); //获取根节点 if(!IsLoad) { ... 阅读全文

posted @ 2013-01-15 11:52 c_dragon 阅读(349) 评论(0) 推荐(0) 编辑

导航