YAML的C++解析器 yaml-cpp

码农软件 · 软件分类 · 其他开发相关 · 2019-10-26 17:58:07

软件介绍

yaml-cpp 是一个 YAML 解析器,使用 C++ 编写,支持 YAML 1.2 规范。

示例代码:

#include <fstream>
#include "yaml.h"

int main()
{
    std
::ifstream fin("test.yaml");
    YAML
::Parser parser(fin);

    YAML
::Node doc;
   
while(parser.GetNextDocument(doc)) {
       
// ...
   
}

   
return 0;
}

本文地址:https://codercto.com/soft/d/17620.html

Flexible Rails

Flexible Rails

Peter Armstrong / Manning Publications / 2008-01-23 / USD 44.99

Rails is a fantastic tool for web application development, but its Ajax-driven interfaces stop short of the richness you gain with a tool like Adobe Flex. Simply put, Flex is the most productive way t......一起来看看 《Flexible Rails》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具