Originally posted by d000hg
View Post
I worked on a 6-month Winforms project, and whilst C# perhaps is better for GUI stuff, I'm not at all convinced Winforms is so great. The problem with MFC is often people tend to take it too seriously - i.e. think they have to do things the MFC way, but Winforms comes with a load of quirks too.
You could always combine a C#/VB .NET GUI with C++ to "do the work".
There's also wxWidgets that is a not-half bad cross platform similar to MFC framework.
But if you are looking for someone to do small bits of C++ GUI work, let me know.

C++ also has less standardised tools for DB access, unlike Java/.Net.
Comment