I was wondering - how much limitation is there to C++/CLI compared to classic C++ (chuckle) - I was wanting to write an application that I cannot do with c# -- I was wanting to be able to connect to the PC's audio device and detect audio (for example) - Is this something I can do with C++/CLI?
I have tried using NAudio with c#, but i have been able to do this. What other advantages would C++/CLI or C++ give me over c#?