Tough question on WPF, Win32, MFC

Posted by Mack on Stack Overflow See other posts from Stack Overflow or by Mack
Published on 2010-03-20T21:46:44Z Indexed on 2010/03/20 21:51 UTC
Read the original article Hit count: 310

Filed under:
|
|
|
|

Let's suppose you're an IT student with a basic knowledge of C++ and C#. Let's suppose that you want to design apps that:

  1. need to deliver some performance like archivers, cryptographic algorithms, codecs
  2. make use of some system calls
  3. have a gui

and you want to learn an Api that will enable you to write apps like those described earlier and:

  1. is mainstream
  2. is future proof
  3. entitles you to find a decent job
  4. is easy enough - I mean easy like VCL, not easy like winapi

So, making these assumptions, what Api will you choose? MFC, WPF, other? I really like VCL and QT, but they're not mainstream and I think few employers will want you to write apps in QT or Visual C++ Builder...

Thanks for answers.

© Stack Overflow or respective owner

Related posts about win32

Related posts about mfc