Tag Archives: C++

Powershell: Convert Hex Groups to ASCII (Softalk Mail Server)

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 …

Read more »

INI Parser using Flex and Bison in C++

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.

Read more »

Flex and Bison in C++: An Example

A simple example of using Flex and Bison together in C++ mode.

Read more »