avatar
有必要学一学MFC吗?# Programming - 葵花宝典
t*y
1
如图,
急诊?还是预约?
有人得过类似的病吗?
avatar
t*r
2
【 以下文字转载自 SanFrancisco 讨论区 】
发信人: microbe (纵使相逢应不识), 信区: SanFrancisco
标 题: 白衣飘飘的叶蓓
发信站: BBS 未名空间站 (Sun Aug 3 04:22:44 2008)
avatar
l*y
3
我刚学了C++的一些基本,很想学一些GUI.我现在装了visual studio,开始看MFC/CLI方
面的东西。我感觉MFC比较繁琐,而且相应工作机会也很少。那么,还有没有必要学MFC
呢?有没有更好的工具作C++的GUI呢?
avatar
s*i
4
don't know, but need to see a doctor.
ER doesn't help. they only treat something urgent. for
this case, they would just send him back...
avatar
b*k
5
也没熨熨
怎么飘得起来?

【在 t*******r 的大作中提到】
: 【 以下文字转载自 SanFrancisco 讨论区 】
: 发信人: microbe (纵使相逢应不识), 信区: SanFrancisco
: 标 题: 白衣飘飘的叶蓓
: 发信站: BBS 未名空间站 (Sun Aug 3 04:22:44 2008)

avatar
t*d
6
同问

CLI方
MFC

【在 l***y 的大作中提到】
: 我刚学了C++的一些基本,很想学一些GUI.我现在装了visual studio,开始看MFC/CLI方
: 面的东西。我感觉MFC比较繁琐,而且相应工作机会也很少。那么,还有没有必要学MFC
: 呢?有没有更好的工具作C++的GUI呢?

avatar
u*d
7
he should probably see a doctor, might be an infection

【在 t********y 的大作中提到】
: 如图,
: 急诊?还是预约?
: 有人得过类似的病吗?

avatar
D*a
8
这年头还有用mfc的?

CLI方
MFC

【在 l***y 的大作中提到】
: 我刚学了C++的一些基本,很想学一些GUI.我现在装了visual studio,开始看MFC/CLI方
: 面的东西。我感觉MFC比较繁琐,而且相应工作机会也很少。那么,还有没有必要学MFC
: 呢?有没有更好的工具作C++的GUI呢?

avatar
x*u
9
除非为了继承以前的代码,否则没必要学MFC。用ATL和WTL省很多事。

CLI方
MFC

【在 l***y 的大作中提到】
: 我刚学了C++的一些基本,很想学一些GUI.我现在装了visual studio,开始看MFC/CLI方
: 面的东西。我感觉MFC比较繁琐,而且相应工作机会也很少。那么,还有没有必要学MFC
: 呢?有没有更好的工具作C++的GUI呢?

avatar
w*g
10
如果不是你公司要用, 建议学QT. 再不济也不要去碰MFC.

CLI方
MFC

【在 l***y 的大作中提到】
: 我刚学了C++的一些基本,很想学一些GUI.我现在装了visual studio,开始看MFC/CLI方
: 面的东西。我感觉MFC比较繁琐,而且相应工作机会也很少。那么,还有没有必要学MFC
: 呢?有没有更好的工具作C++的GUI呢?

avatar
E*7
11
Can C# replace or do what MFC does?
avatar
O*d
12
You do not have to use MFC to do GUI under Windows. However, you may want to
spend a lot of time to get familiar with Win32 API.
avatar
O*d
13
I use MFC a lot in my work. My feeling is that MFC is a convenience, not a
necessity for Windows programming. Win32 API is more important that MFC.
avatar
N*n
14

Life is too short to waste on any C++ stuff, on Windows platform at
least. Learn C# / .Net, Java / J2EE or Sql / Oracle and/or Sql Server.

【在 l***y 的大作中提到】
: 我刚学了C++的一些基本,很想学一些GUI.我现在装了visual studio,开始看MFC/CLI方
: 面的东西。我感觉MFC比较繁琐,而且相应工作机会也很少。那么,还有没有必要学MFC
: 呢?有没有更好的工具作C++的GUI呢?

avatar
x*u
15
你会发现MFC只要几天不用,就有很多怪异的地方生疏了。
而WTL和ATL,基本上就是Windows API的直接包装,所以很难忘掉。

a

【在 O*******d 的大作中提到】
: I use MFC a lot in my work. My feeling is that MFC is a convenience, not a
: necessity for Windows programming. Win32 API is more important that MFC.

avatar
l*y
16
Thank you guys very much for the suggestions. It seems that I must lear WTL
and ATL. Is there any good textbooks for beginers?

【在 x****u 的大作中提到】
: 你会发现MFC只要几天不用,就有很多怪异的地方生疏了。
: 而WTL和ATL,基本上就是Windows API的直接包装,所以很难忘掉。
:
: a

avatar
x*u
17
WTL可以看codeproject上面的系列教程,加上MSDN里面对于Windows几个系统的
overview。
ATL从例子开始看比较省事,强烈建议之前搞清楚COM的基本概念,比如引用计数和
apartment。

WTL

【在 l***y 的大作中提到】
: Thank you guys very much for the suggestions. It seems that I must lear WTL
: and ATL. Is there any good textbooks for beginers?

avatar
p*a
18
MFC is obsolete. Try .NET WinForms, WPF or Java.

CLI方
MFC

【在 l***y 的大作中提到】
: 我刚学了C++的一些基本,很想学一些GUI.我现在装了visual studio,开始看MFC/CLI方
: 面的东西。我感觉MFC比较繁琐,而且相应工作机会也很少。那么,还有没有必要学MFC
: 呢?有没有更好的工具作C++的GUI呢?

avatar
r*n
19
没有人推荐wxWindow啊,
我是用wxPython that's the wrapper of wxWindow for python

【在 p*a 的大作中提到】
: MFC is obsolete. Try .NET WinForms, WPF or Java.
:
: CLI方
: MFC

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。