Skip to content

Instantly share code, notes, and snippets.

View Joeppie's full-sized avatar

Joep Lijnen Joeppie

  • Norway
View GitHub Profile
@JSchaenzle
JSchaenzle / RapidXmlExample.c
Created May 18, 2012 18:37
RapidXml example parsing beer journal
#include <string.h>
#include <stdio.h>
#include <iostream>
#include <fstream>
#include <vector>
#include "rapidxml-1.13/rapidxml.hpp"
using namespace rapidxml;
using namespace std;