程序有我的C++的問題,我有錯誤,幫我:/錯誤在C++中使用的libxml2
我想看看d:
<svg>
<g>
<path ***d***="11"/>
</g>
</svg>
,但我的程序不工作:/
how to read a part of xml file in C++ using Libxml2
代碼在我的答案,UP
錯誤:
/home/praktyka/projects/svgreader/main.cpp:83:38:錯誤:從 '常量字符*' 無效轉換到 'const的XMLCHAR * {又名const的無符號字符*}'[-fpermissive]
和
/usr/include/libxml/tree.h:1021:3:錯誤:初始化 'XMLCHAR * xmlGetProp(的xmlNodePtr,常量XMLCHAR *)'[-fpermissive]
你有什麼錯誤? – jsantander
顯然這裏他們有答案:http://cboard.cprogramming.com/cplusplus-programming/137194-using-libxml2-invalid-conversion-const-char*-const-xmlchar*-error.html – jsantander