A friend came to me the other day asking if I knew how to convert hex strings to ASCII. For some backstory, the e-mail server they use at his workplace (Softalk Mail Server) wasn’t archiving e-mail properly, so he had …
Tag Archives: C++
INI Parser using Flex and Bison in C++
Posted by Robert Hollencamp on 04/19/2010
2 comments
Example of using Bison and Flex in C++ mode to parse an INI file. See how the Bison class and Flex class can data, and how the results of parsing can be stored and accessed.
Flex and Bison in C++: An Example
Posted by Robert Hollencamp on 03/06/2010
17 comments
A simple example of using Flex and Bison together in C++ mode.
Recent Comments