yaml-cpp
Unable to build a usable yaml-cpp library (shared or static) with gcc 3.2.3 in Windows
I 开发者_StackOverflowunfortunately am forced to use gcc 3.2.3 (MinGW) due to the 3rd party code base having issues with later versions of gcc.[详细]
2023-02-01 12:13 分类:问答How to emit a blank line using yaml-cpp
Using yaml-cpp, version 0.2.5 ... I would like to emit a blank line between entries in a list (for readability purposes).[详细]
2023-01-20 21:48 分类:问答Save a YAML Emitter content to a file with YAML-CPP
I just started playing around with yaml-cpp, I managed to build it properly and run some of the examples from the yaml-cpp wiki but I can\'t find a way to save my emitter to a file.[详细]
2023-01-09 05:12 分类:问答Can't read nested maps (raises YAML::InvalidScalar)
I have a class (contains a few scalar values and a vector of floats) and I want to read and write an instance as the value of another map.[详细]
2023-01-05 12:11 分类:问答Trying to parse OpenCV YAML ouput with yaml-cpp
I\'ve got a series of OpenCv generated YAML files and would like to parse them with yaml-cpp I\'m doing okay on simple stuff, but the matrix representation is proving difficult.[详细]
2022-12-28 00:54 分类:问答Error yaml-cpp compile in RAD Studio 2010
I can\'t compile yaml-cpp in RAD Studio 2010. I have error in nodeutil.h template <typename T, typename U>[详细]
2022-12-22 04:30 分类:问答Problem using yaml-cpp on OS X
So I\'m having trouble compiling my application which is using yaml-cpp I\'m including \"yaml.h\" in my source files (just like the examples in the yaml-cpp wiki) but when I try compiling the applica[详细]
2022-12-18 23:18 分类:问答