This topic has been archived. It cannot be replied.
-
工作学习 / 专业技术讨论 / C++的CLASS中的public, protected, private三个关键字取消会怎样?
-samuelhao(samuel);
2007-3-4
(#3532442@0)
-
It'll become C--
-holx(Dicom);
2007-3-4
(#3532728@0)
-
但继承和多态都在。说白了,就是这3个keyword的好处。
-samuelhao(samuel);
2007-3-4
(#3533021@0)
-
从封装、继承、多态和实际应用简单说说我的看法
-xxjjs(东方射日);
2007-3-5
{2607}
(#3534758@0)
-
Glad to see you back again, did you get a book to re-learn your const usage? ;-)
-holx(Dicom);
2007-3-5
(#3534775@0)
-
You r right
-xxjjs(东方射日);
2007-3-5
{1406}
(#3534864@0)
-
MFC是C++应用的极致,每次interviewer津津乐道问C++的问题, 真想f...他们。
-samuelhao(samuel);
2007-3-6
(#3537682@0)
-
MFC是C++应用的极致? 如果你见过多重嵌套的 template应用,你就会知道C++还有其它的东西.
-kaia(清渣工);
2007-3-6
(#3537696@0)
-
确实,感觉C++就是冰山,MFC只是一个角
-zizhe(字者);
2007-3-6
(#3537709@0)
-
MFC那么庞大,写成那样已经不错了。template再嵌套, 也就是个小不点
-samuelhao(samuel);
2007-3-7
(#3540019@0)
-
还有多重嵌套的 template继承, 保证看了头晕.
-kaia(清渣工);
2007-3-6
(#3537775@0)
-
Visual C++ doesn't support template template, as I remember
-wangqingshui(忘情水);
2007-3-6
(#3537984@0)
-
头晕就是好的?
-samuelhao(samuel);
2007-3-7
(#3540008@0)
-
Actually MFC is not good C++.
-wangqingshui(忘情水);
2007-3-6
(#3537989@0)
-
Good C++ can't make money. Just stay there for learning. Just kidding
-samuelhao(samuel);
2007-3-7
(#3540022@0)
-
MFC能赚钱并不说明它是C++应用的极致, 也不说明你对C++懂多少.
-wangqingshui(忘情水);
2007-3-7
(#3540179@0)
-
我要是懂的多, 就不提问了。看你们这些回答问题这么牛的, 也都在打工, 真难为你们了。
-samuelhao(samuel);
2007-3-8
(#3540337@0)
-
"Actually MFC is not good C++. ", conceptual misunderstanding, MFC is not C++, MFC is written in C++, it's a *library*.
-holx(Dicom);
2007-3-8
(#3540565@0)
-
C++的大本营在Unix/Linux,说“MFC是C++应用的极致”那是在埋汰C++,MFC用的甚至不是真正的符合ISO标准的C++
-xxjjs(东方射日);
2007-3-7
(#3538369@0)
-
我又说错话了:)))。看来你们很不喜欢microsoft
-samuelhao(samuel);
2007-3-7
(#3539982@0)
-
不太熟unix, 那上面有什么类似MFC的类库, 说来听听, 学习一下。
-samuelhao(samuel);
2007-3-7
(#3540046@0)
-
给你两例子. BOOST: http://www.boost.org/. ACE: http://www.cs.wustl.edu/~schmidt/ACE.html. 先大概瞅一下, 还这么牛哄哄我也没办法.
-kaia(清渣工);
2007-3-7
(#3540100@0)
-
是你牛哄哄的吧? 我可一直很客气的:)))。 弄了点破大杂烩, 当宝了?
-samuelhao(samuel);
2007-3-7
(#3540118@0)
-
要是MFC弄明白了, 你早成资本家了,在家数钱呢? 还用在这里混?
-samuelhao(samuel);
2007-3-7
(#3540129@0)
-
这也叫产品? 知道你为什么头晕了。 是晕!!!
-samuelhao(samuel);
2007-3-7
(#3540140@0)
-
Boost is a C++ library, not a MFC-like library on Unix, I'm using boost/spirit every day on Windows.
-holx(Dicom);
2007-3-8
(#3540527@0)
-
And used ACE on Windows several years ago as well, they are not Unix only library, please give another example...
-holx(Dicom);
2007-3-8
(#3540537@0)