Output to the parent console in Windows application

Tuesday, March 10th, 2009

So I looked into boost.program_options today to parse command line arguments for my Windows Forms application. Which basically works great. Except for the little part to output the –help output to the console. Now, obviously when you start your application through Explorer you won’t have a console. And that is fine. I was only interested [...]