腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(193)
视频
沙龙
1
回答
如何使用
tinyxml2
在C++中读取XML元素?
、
、
、
= 0)
tinyxml2
::XMLElement
浏览 3
提问于2020-07-06
得票数 0
回答已采纳
1
回答
已经存在的“无成目标规则”
、
、
、
、
我正在尝试从源代码构建,在一个没有根访问权限的环境中,所以没有sudo apt-get。make[2]: *** No rule to make target '/home/USERNAME/usr/local/lib/libtinyxml.so', needed by '/home/USERNAM
浏览 7
提问于2020-04-03
得票数 0
回答已采纳
1
回答
更新微小Xml元素中的数据
、
、
if (doc.LoadFile(XMLDOC) ==
tinyxml2
::XML_SUCCESS){
tinyxml2
::XMLElement* rootNode= doc.FirstChildElement();//Assets
tinyxml2
::XMLElement* childNode = rootNode->FirstChildElement();//
浏览 5
提问于2015-04-08
得票数 0
回答已采纳
1
回答
如何添加git子模块并将其标记到发行版中?
、
' is not a commit and a branch '6.2.0' cannot be created from it不填充.gitmodules,而是创建文件夹.git/modules/deps/
tinyxml2
并在deps/
tinyxml2
中添加回购。我想我以前是这样做的,它会将.gitmodules填充到 [submodule &quo
浏览 1
提问于2018-11-28
得票数 5
回答已采纳
1
回答
在C++中使用
tinyxml2
读取xml文件
、
、
我不知道如何在C++中使用
tinyxml2
读取这个xml文件XMLCheckResult(eResult); if (root == nullptr) return
浏览 5
提问于2015-04-04
得票数 3
回答已采纳
1
回答
解析C++中的XML元素
、
、
我使用的是
tinyxml2
,我想用C++解析其中的一些元素。stdio.h>#include <iostream>#include <iomanip>using namespace std;
tinyxml2
::XMLError eResult = xml_doc.LoadFile("test.xml
浏览 1
提问于2016-06-29
得票数 1
1
回答
无法匹配函数/方法定义
、
::XMLElement* addChildAtEnd
tinyxml2
::XMLElement* parent, const::XMLElement* ReferenceXML<T1,T2,T3,T4>::addChildAtEnd( const std::string &,const &,const::string &)‘ const‘
tinyxml2
浏览 2
提问于2014-11-27
得票数 0
回答已采纳
1
回答
如何导出用FetchContent获取的目标
、
、
例如,我自己的项目需要作为依赖:find_package(
tinyxml2
QUIET) message(STATUS "
tinyxml2
FOUND!FetchContent_Declare(
tinyxml2
GIT_REPOSITORY https://github.com/leethomason/
TinyXML2
GIT_TAG 9
浏览 16
提问于2022-03-19
得票数 4
回答已采纳
1
回答
-
TinyXML2
和Cocos2d-x
、
、
::XMLError __thiscall
tinyxml2
::XMLElement::QueryIntText(int *)const " (?::XMLDocument::XMLDocument(bool,enum
tinyxml2
::Whitespace)" (??::XMLNode * __thiscall
tinyxml2
::XMLNode::InsertFirstChild(class
tinyxml2
::XMLNode *)" (?::XMLError __thiscall <e
浏览 20
提问于2014-03-26
得票数 1
回答已采纳
1
回答
tinyxml2
::XMLDocument使用msxml重新定义
、
、
、
cocos2d-x有
tinyxml2
库。
tinyxml2
::XMLDocument Doc;c:\program files
浏览 13
提问于2013-10-21
得票数 2
1
回答
使用dockcross从ExternalProject_Add构建项目
、
我正在尝试使用ExternalProject_Add构建
tinyxml2
。URL https://github.com/leethomason/
tinyxml2
/archive/7.0.1.tar.gz ) 但以下代码没有URL https://github.com/leethomason/
tinyxml2
/archive/7.0.1.tar.gz
浏览 61
提问于2019-04-11
得票数 0
回答已采纳
2
回答
是否可以在C++ (Visual )中取消定义类?
、
、
、
、
问题的根源在于将
TinyXML2
和Boost单元测试结合起来。......当然,这不是一个解决方案,但这一事实预示着Boost单元测试库中的某些内容包含msxml.h,并以某种方式导致与
TinyXML2
库的冲突。我尝试过在谷歌中找到不同的解决方案(比如编写"#define WIN32_LEAN_AND_MEAN")、删除“使用命名空间
tinyxml2
”以及在tinyxml2.cpp中进行更改--实际上没有任何帮
浏览 6
提问于2014-04-05
得票数 0
1
回答
如何解析xml响应?
、
我想解析变量字符串中的xml响应。没有生成xml文件。pplx::task<void> Azure::GetTranslateText(utility::string_t ocrText, utility::string_t &transText) auto client = http_client{ U("https://api.microsofttranslator.com/V2/Http.svc") }; query.set_path(U("
浏览 7
提问于2017-07-04
得票数 0
回答已采纳
1
回答
在
tinyXml2
项目中使用C++
、
我是
tinyXml2
的新手。我正在尝试解析一个xml文件并在根标记中打印文本。这是我的密码。
浏览 1
提问于2012-12-24
得票数 1
1
回答
tinyxml不能正确解析const char*
、
我使用
tinyxml2
来处理包含xml的字符串。argc, char* argv[]) std::string xml("<application> <name>something</name> </application>"); if (
tinyxml2
::XML_SUCCESS == xmlDoc.Parse(xml.c_str(), xml.size()))
浏览 2
提问于2019-08-30
得票数 2
回答已采纳
1
回答
删除XML文件C++中选定的子元素
、
、
我在用
tinyxml2
。我有一个节点上有多个元素的xml文件。void cropData(char *titlecity)
tinyxml2
::XMLNode *city = nullptr;
tinyxml2
::XMLNode *class = nullptr;
tinyxml2
::XMLDocumentdoccit
浏览 3
提问于2022-08-15
得票数 1
回答已采纳
1
回答
在
tinyxml2
中添加文本
、
、
我正在尝试使用
TinyXML2
创建一个XML文件。虽然有许多关于加载的示例和教程,但关于保存的似乎很少。
浏览 6
提问于2012-11-02
得票数 5
回答已采纳
1
回答
如何在
TinyXML2
中使用绝对路径
、
我正在使用
TinyXML2
加载/编辑/保存xml设置。我发现这是可行的:(success == true)printjobxml = new
tinyxml2
::XMLDocument();...and this this:(success always == false)
tinyxml2
::XMLDocume
浏览 1
提问于2013-05-23
得票数 0
回答已采纳
1
回答
Tinyxml2
根集属性
、
、
、
我一直试图使用
tinyxml2
为XML中的根设置一个属性。doc.SaveFile( "foo.xml" );<ROOT msg="ImFree"></ROOT>
tinyxml2
::XMLDocument xml_doc;
tinyxml2
::XMLNode * p_root
浏览 3
提问于2016-05-03
得票数 0
回答已采纳
2
回答
tinyxml2
XMLElement构造函数私有吗?
在TinyXml中你可以创建一个Element,例如TiXmlElement("tag"),但是在
TinyXml2
中没有XMLElement的公共构造函数? 如何创建元素?
浏览 0
提问于2017-11-15
得票数 0
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
强大全面的C++框架和库推荐!
热门
标签
更多标签
云服务器
ICP备案
云直播
对象存储
实时音视频
活动推荐
运营活动
广告
关闭
领券