Click here to Skip to main content
15,922,696 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralUse CRichEditCtrl with CFormView Pin
CS42917-Jul-03 20:41
CS42917-Jul-03 20:41 
GeneralIdentification of disks from pathnames Pin
Anonymous17-Jul-03 20:39
Anonymous17-Jul-03 20:39 
GeneralRe: Identification of disks from pathnames Pin
Neville Franks17-Jul-03 22:28
Neville Franks17-Jul-03 22:28 
GeneralMFC vs. C# Pin
DaveE9th17-Jul-03 20:33
DaveE9th17-Jul-03 20:33 
GeneralRe: MFC vs. C# Pin
Mike Dimmick17-Jul-03 22:55
Mike Dimmick17-Jul-03 22:55 
GeneralRe: MFC vs. C# Pin
Anonymous18-Jul-03 7:39
Anonymous18-Jul-03 7:39 
GeneralRe: MFC vs. C# Pin
DaveE9th18-Jul-03 7:44
DaveE9th18-Jul-03 7:44 
GeneralRe: MFC vs. C# Pin
Bob Stanneveld18-Jul-03 7:57
Bob Stanneveld18-Jul-03 7:57 
Hello,

I program using VC++ and MFC.

C# is a language that combines C++ and Java. ( I might be wrong, but the syntax looks similar to the syntax of Java ). The goal of C# is to make programming a lot easier, but you have to pay the price that the performance is not completely in you hands among other things!

The windows api is written in C and other low languages I believe (this is just a guess!) but I know one thing for sure. MFC wraps these api's. The reason is to honor the OOP concept. C++ is a OOP language so why should anyone use api's. There are several reasons you should find yourself.

The power you have with C/C++ is not lost with MFC, it's more secure. You can do anything that was legal in pure C! If you want to do some crazy things, just work around the MFC or rewrite some of the core functions...

I don't know anything about VB...

Wich direcion you should go depends on what you want. If you are a control freak like myself you should study MFC and C++ (then again I don't know anything about VB). If you are lazy and prefer fast development study C#. If you want a bit of everything, study a bit of everything Smile | :) .

I hope this information helps. Good luck...
GeneralRe: MFC vs. C# Pin
DaveE9th18-Jul-03 21:07
DaveE9th18-Jul-03 21:07 
AnswerRe: basetsd.h? Pin
John M. Drescher17-Jul-03 20:21
John M. Drescher17-Jul-03 20:21 
GeneralRe: basetsd.h? Pin
DaveE9th17-Jul-03 20:39
DaveE9th17-Jul-03 20:39 
GeneralRe: basetsd.h? Pin
John M. Drescher18-Jul-03 3:59
John M. Drescher18-Jul-03 3:59 
GeneralRe: basetsd.h? Pin
DaveE9th18-Jul-03 7:45
DaveE9th18-Jul-03 7:45 
GeneralRe: basetsd.h? Pin
Bob Stanneveld18-Jul-03 8:10
Bob Stanneveld18-Jul-03 8:10 
GeneralRe: basetsd.h? Pin
John M. Drescher18-Jul-03 8:39
John M. Drescher18-Jul-03 8:39 
Questionbasetsd.h? Pin
DaveE9th17-Jul-03 20:14
DaveE9th17-Jul-03 20:14 
AnswerRe: basetsd.h? Pin
Andrew Walker17-Jul-03 20:18
Andrew Walker17-Jul-03 20:18 
GeneralTemplate Class App-Wizard Parsing Error Pin
Wonderful Cow17-Jul-03 18:40
Wonderful Cow17-Jul-03 18:40 
GeneralRe: Template Class App-Wizard Parsing Error Pin
John M. Drescher17-Jul-03 19:04
John M. Drescher17-Jul-03 19:04 
GeneralRe: Template Class App-Wizard Parsing Error Pin
Wonderful Cow17-Jul-03 19:37
Wonderful Cow17-Jul-03 19:37 
GeneralRe: Template Class App-Wizard Parsing Error Pin
John M. Drescher17-Jul-03 19:57
John M. Drescher17-Jul-03 19:57 
GeneralRe: Template Class App-Wizard Parsing Error Pin
Andrew Walker17-Jul-03 20:03
Andrew Walker17-Jul-03 20:03 
GeneralRe: Template Class App-Wizard Parsing Error Pin
John M. Drescher17-Jul-03 20:07
John M. Drescher17-Jul-03 20:07 
GeneralRe: Template Class App-Wizard Parsing Error Pin
Andrew Walker17-Jul-03 20:13
Andrew Walker17-Jul-03 20:13 
GeneralRe: Template Class App-Wizard Parsing Error Pin
John M. Drescher17-Jul-03 19:49
John M. Drescher17-Jul-03 19:49 

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.