<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/c/tags/parsing</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Tue, 21 May 2013 19:05:19 GMT</pubDate>
<item>
<title>(C) Read hexadecimal argument from command line - vdevos</title>
<link>http://snipplr.com/view/63924/read-hexadecimal-argument-from-command-line/</link>
<description><![CDATA[ <p>This piece of code will read a hex argument such as: ff or ab from your command line and stores it as a integer</p> ]]></description>
<pubDate>Wed, 14 Mar 2012 21:21:34 GMT</pubDate>
<guid>http://snipplr.com/view/63924/read-hexadecimal-argument-from-command-line/</guid>
</item>
<item>
<title>(C) getopt example - tandouri</title>
<link>http://snipplr.com/view/18637/getopt-example/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 21 Aug 2009 04:56:16 GMT</pubDate>
<guid>http://snipplr.com/view/18637/getopt-example/</guid>
</item>
<item>
<title>(C) Parse string - architect</title>
<link>http://snipplr.com/view/16730/parse-string/</link>
<description><![CDATA[ <p>parse_int, parse_float - functions for getting values of parameters from string like as str = "HDD=160; CPU=2.2;RAM=1024".
Using:
int i; float f;
parse_int(str, "HDD", &amp;i);
parse_float(str, "CPU", &amp;f);</p> ]]></description>
<pubDate>Tue, 07 Jul 2009 11:31:02 GMT</pubDate>
<guid>http://snipplr.com/view/16730/parse-string/</guid>
</item>
</channel>
</rss>