Skip to content

Instantly share code, notes, and snippets.

View DenizBabat's full-sized avatar
🎯
Focusing

Deniz Babat DenizBabat

🎯
Focusing
  • P.I.Works
  • İstanbul
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;