Results for "Author: mark robert strange"
Flicker Free Gradient Credits
Allows flicker-free, gradient scrolling credits to be added to your program.
Capturing and parsing a hidden chess engine console's output using regular expressions
This code demonstrates how to run a console application as a hidden process. The application in this case is a chess engine, and through the use of regular expressions, the output is dissected line by line and the individual parts of the data stream are captured and parsed accordingly.