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.
Using yaml-cpp, version 0.2.5 ... I would like to emit a blank line between entries in a list (for readability purposes).
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.
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.
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.
I can\'t compile yaml-cpp in RAD Studio 2010. I have error in nodeutil.h template <typename T, typename U>
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