上一页 1 2 3 4 5 6 7 8 ··· 25 下一页
摘要: 首先到http://www.firstobject.com/下载CMarkup教学版,解压后里面是一个DEMO,将Markup.h .cpp拷贝并添加到工程中,第一次编译可能会出现预编译错误,解决的方法在Markup.cpp最前面include "stdafx.h",或者关闭预编译。 以下转自http://www.sqlite.com.cn/MySqlite/12/211.Html//----------UserInfo.xml--------------luolin1。生成UserInfo.xmlCMarkup xml;xml.SetDoc("\r\n" 阅读全文
posted @ 2013-12-25 22:57 CPYER 阅读(386) 评论(0) 推荐(0) 编辑
摘要: updatetest2setzuig=(cast(ceiling(rand()*9)asint)) 阅读全文
posted @ 2013-12-19 16:00 CPYER 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 1.explicitly 显式地...They must be explicitly destroyed by the application. 他们需要程序显式地销毁。2.sorted 有序的For sorted lists... 对于一个有序列表...3.entry 条目;index,索引trying to add a duplicate string causes AddObject to return the index of the existing entry.尝试添加重复的字符串,将使AddObject返回现有的条目的索引。4.regardless of无论(不考虑)getNex 阅读全文
posted @ 2013-12-18 09:08 CPYER 阅读(295) 评论(0) 推荐(0) 编辑
摘要: 在新的标准 C++ iostream 库中:1. open 函数不采用第三个参数(保护参数)。2. 无法从文件句柄创建流。3. 除了几个例外,新的标准 C++ 库中的所有名称都在 std 命名空间中。有关更多信息,请参见使用 C++ 库头。4. 单独用 ios::out 标志无法打开 ofstream 对象。ios::out 标志必须在逻辑 OR 中和另一个 ios 枚举数组合;比如,和 ios::in 或 ios::app 组合。5. 因为设置了 eofbit 状态,到达文件尾后 ios::good 不再返回非零值。 除非知道当前没有设置基标志,否则 ios::setf(_IFlags)不应 阅读全文
posted @ 2013-12-17 17:29 CPYER 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 配置文件格式是[JP]K=2EC156673E 2F4240 5595F6char str[50];GetPrivateProfileString("JP", "K",NULL, str, sizeof(str),".\\keydog.ini");得到str后想将其分成三个字符串str1=2EC156673Estr2=2F4240str3=5595F6第一种方法用MFC 得有这句#include 和包含mfc库 CString sz; GetPrivateProfileString("JP", "K&qu 阅读全文
posted @ 2013-12-10 09:55 CPYER 阅读(743) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 25 下一页