Click here to Skip to main content
16,006,559 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to move/copy a file!? Pin
Vladimir Georgiev27-Jan-02 12:51
Vladimir Georgiev27-Jan-02 12:51 
GeneralRe: How to move/copy a file!? Pin
Rickard Andersson2027-Jan-02 21:01
Rickard Andersson2027-Jan-02 21:01 
Generalerror C2504 Pin
aleyah27-Jan-02 8:23
aleyah27-Jan-02 8:23 
GeneralRe: error C2504 Pin
Christian Graus27-Jan-02 10:03
protectorChristian Graus27-Jan-02 10:03 
GeneralRe: error C2504 Pin
borland27-Jan-02 14:54
borland27-Jan-02 14:54 
GeneralOLE-DB connections Pin
User 988527-Jan-02 7:00
User 988527-Jan-02 7:00 
General.NET And GUI Programming :: C++ Pin
valikac27-Jan-02 5:32
valikac27-Jan-02 5:32 
GeneralRe: .NET And GUI Programming :: C++ Pin
Amanjit Gill27-Jan-02 5:38
Amanjit Gill27-Jan-02 5:38 
when focusing on .net (=winforms), use c#

Why?
1) It seems a lot easier:
visual studio .net does not have a winforms (.net gui) gui builder for c++ (manag. extensions) at all (what a shame!), whereas there is one for c# . (OR AM I TOTALLY BLIND Wink | ;-) ) Nevertheless, you can of course still use c++ as a fully qualified .net language.
2) c++ does still have superior features, but when it comes to targeting the .net platform for every-day programming, it is just-another.net-language, even though a good one..

On Win32, C++ always had the advantage of basically being superior to VB (especially regarding complexity Wink | ;-) just kidding).
mfc is basically for win32, does a good job (for win32 programmers). And will continue to do so as long as win32 is supported (which means like, hmm forever). Just one note: As a c++ programmer coming from Qt, I was actually shocked about the programming style. Since I wanted to deliver standard-compliant winapps I still chose mfc.

use c#
GeneralRe: .NET And GUI Programming :: C++ Pin
valikac27-Jan-02 6:04
valikac27-Jan-02 6:04 
GeneralRe: .NET And GUI Programming :: C++ Pin
Amanjit Gill27-Jan-02 6:26
Amanjit Gill27-Jan-02 6:26 
GeneralRe: .NET And GUI Programming :: C++ Pin
valikac27-Jan-02 9:13
valikac27-Jan-02 9:13 
GeneralRe: .NET And GUI Programming :: C++ Pin
Christian Graus27-Jan-02 11:06
protectorChristian Graus27-Jan-02 11:06 
GeneralRe: .NET And GUI Programming :: C++ Pin
valikac27-Jan-02 11:17
valikac27-Jan-02 11:17 
GeneralRe: .NET And GUI Programming :: C++ Pin
Amanjit Gill27-Jan-02 11:44
Amanjit Gill27-Jan-02 11:44 
GeneralRe: .NET And GUI Programming :: C++ Pin
Nemanja Trifunovic27-Jan-02 12:18
Nemanja Trifunovic27-Jan-02 12:18 
QuestionDifference in CView desktop and CView PPC? Pin
VanHlebar27-Jan-02 4:40
VanHlebar27-Jan-02 4:40 
GeneralISAPI Extensions Pin
Eranr27-Jan-02 4:00
Eranr27-Jan-02 4:00 
GeneralRe: ISAPI Extensions Pin
Anders Molin27-Jan-02 4:42
professionalAnders Molin27-Jan-02 4:42 
GeneralRe: ISAPI Extensions Pin
Giles27-Jan-02 4:40
Giles27-Jan-02 4:40 
GeneralRe: ISAPI Extensions Pin
Derek Waters28-Jan-02 12:05
Derek Waters28-Jan-02 12:05 
GeneralRe: ISAPI Extensions Pin
Jon Hulatt27-Jan-02 22:57
Jon Hulatt27-Jan-02 22:57 
Generaltransparent dialogs Pin
Kuniva27-Jan-02 3:53
Kuniva27-Jan-02 3:53 
GeneralRe: transparent dialogs Pin
Anders Molin27-Jan-02 4:41
professionalAnders Molin27-Jan-02 4:41 
GeneralRe: transparent dialogs Pin
Simon Walton27-Jan-02 11:19
Simon Walton27-Jan-02 11:19 
QuestionGURUS! How to stop the threads which are using socket safely? Pin
Anthony Chen27-Jan-02 2:04
Anthony Chen27-Jan-02 2:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.