Let's say I have some existing, unmanaged C++ APIs that also include C code (using extern "C"). If I wanted to write a basic C# WPF GUI front-end utilizing these pieces, is that a good idea, or just ...
I'm playing round with my first WPF app, which is just a small utility with a progress bar and a cancel button for the UI. I want to be able to accept some arguments from the command line, and I'm not ...