Don't mix things up here.
C# is a programming language as well as C++ but .NET is a lib or a framework of libs ... thats a big difference.
I know that you made lapper using C#.NET.
I modded it quite a while ago for the oval junkies.
Your are right about C++. Beside that I find the STL very useful, there is not much to make a complete software,
but it is not platform dependend.
.NET is a Microsoft development so it runs natively only on win32.
Mono is a try to get .NET to other OS' but it has a lot of drawbacks.
So there is no way for plattform indepency in case of network and graphics features.
Why are u trying wxwidgets ? Isn't it a library which uses the same api as win32 ? (analog to mono which implements the .NET api)
If I could choose I would use QT.
It is easy to program and better to understand than win32-API
.
Enough OT
