Link to home
Start Free TrialLog in
Avatar of ee9553
ee9553

asked on

WFC and MFC

Hi,

I would like to have some opinions about learning WFC and MFC.. Is it worth to learn WFC and MFC if I have already known java..

Because most of the critical appications are written in using c++.. That is why I am thinking that if I am becoming application developer then I have to MFC.. They run much faste, but will they on Unix ??


Thank you.. Your thoughts would greatly appreciated..



Avatar of jwilcox
jwilcox

I would say WFC would be a bad idea, it ties your Java code to Windows, and JFC is just so neat, I'd say use that, hands down.

As for MFC, It is only designed to work with Microsoft Visual C++, so MFC code can, to the best of my knowledge, only be used if linked using Visual C++. That means that if you work with MFC you are tied to one IDE, and tied to Windows, as MFC code will not work on Windows, unlike Java code, and JFC.

Hope this helps,
Avatar of ee9553

ASKER

Hi jwilcox ,

I understand what you say. However, most big companies, like ComputerAssociate still looking for C++ skill.. The company I work for, the application written using some part of Wfc.. it runs quite fast..that's sparks my interest in using WFC.. Is there any good web site, or online tutorial that you recommend..

Thanks  


 
ASKER CERTIFIED SOLUTION
Avatar of jwilcox
jwilcox

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial