Click here to Skip to main content
15,918,516 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C in Visual C++ Pin
2-Feb-02 6:51
suss2-Feb-02 6:51 
Generalvery frustrating dialog error Pin
2-Feb-02 6:10
suss2-Feb-02 6:10 
GeneralRe: very frustrating dialog error Pin
2-Feb-02 12:05
suss2-Feb-02 12:05 
GeneralRe: very frustrating dialog error Pin
2-Feb-02 21:07
suss2-Feb-02 21:07 
GeneralRe: very frustrating dialog error Pin
3-Feb-02 5:44
suss3-Feb-02 5:44 
GeneralRe: very frustrating dialog error Pin
3-Feb-02 6:10
suss3-Feb-02 6:10 
GeneralMFC is Challenging :: C++ Pin
valikac2-Feb-02 5:59
valikac2-Feb-02 5:59 
GeneralRe: MFC is Challenging :: C++ Pin
Matt Gullett2-Feb-02 6:13
Matt Gullett2-Feb-02 6:13 
Yes, it does get easier and faster.

There are many classes in MFC which you will use regularly, but far more you will not use often.

AppWizard and ClassWizard generate a lot of the code to get you started and ClassWizard is very useful when creating message maps and member variables bound to form controls. After a couple of weeks of playing with some sample code here and developing some simple apps, I think it will clear up for you.

I learned to use MFC before using STL and the win32 api. I had a crash course (develop an app or find other work) and was able to learn MFC and win32 api in 3 months. I did not learn it all, I just designed the app and then implemented it. At each step of the way I researched the proper way to implement it in MFC. Looking back on that first project (5+ years ago) it is not that pretty, but it is still in use by a well over 1000 users.

As far as RAD tools goes, there is a product from Capitol Solf (http://www.capitolsoft.com/) that can help here. I beleive it is not very expensive < $200 US. I do not use it, but some people I know do use it and like it very much.

Also, WndTabs (http://www.wndtabs.com) and Visual Assist can accelerate development (http://www.wholetomato.com/) also. WndTabs is free and Visual Assist is < $100 US.


Just my 2 cents.

Matt Gullett
GeneralRe: MFC is Challenging :: C++ Pin
Jon Sagara2-Feb-02 8:35
Jon Sagara2-Feb-02 8:35 
GeneralRe: MFC is Challenging :: C++ Pin
alex.barylski2-Feb-02 13:34
alex.barylski2-Feb-02 13:34 
GeneralRe: MFC is Challenging :: C++ Pin
Shog92-Feb-02 15:11
sitebuilderShog92-Feb-02 15:11 
GeneralRe: MFC is Challenging :: C++ Pin
Paul M Watt2-Feb-02 15:21
mentorPaul M Watt2-Feb-02 15:21 
GeneralRe: MFC is Challenging :: C++ Pin
valikac3-Feb-02 6:40
valikac3-Feb-02 6:40 
GeneralRe: MFC is Challenging :: C++ Pin
valikac4-Feb-02 4:45
valikac4-Feb-02 4:45 
QuestionCreate a SQL Query by CDaoDatabase::Execute ??? Pin
Hadi Rezaee2-Feb-02 5:46
Hadi Rezaee2-Feb-02 5:46 
AnswerRe: Create a SQL Query by CDaoDatabase::Execute ??? Pin
Philip Patrick2-Feb-02 13:54
professionalPhilip Patrick2-Feb-02 13:54 
GeneralRe: Create a SQL Query by CDaoDatabase::Execute ??? Pin
Hadi Rezaee2-Feb-02 20:51
Hadi Rezaee2-Feb-02 20:51 
GeneralRe: Create a SQL Query by CDaoDatabase::Execute ??? Pin
Philip Patrick2-Feb-02 23:14
professionalPhilip Patrick2-Feb-02 23:14 
GeneralRe: Create a SQL Query by CDaoDatabase::Execute ??? Pin
Hadi Rezaee3-Feb-02 0:22
Hadi Rezaee3-Feb-02 0:22 
GeneralConcatenating: characters->string->vector (string) :: C++ Pin
valikac2-Feb-02 5:42
valikac2-Feb-02 5:42 
GeneralCopying *Specific* Elements From VectorA to VectorB :: C++ Pin
valikac2-Feb-02 5:34
valikac2-Feb-02 5:34 
Questionchecking first char of a string?? Pin
2-Feb-02 5:11
suss2-Feb-02 5:11 
AnswerRe: checking first char of a string?? Pin
valikac2-Feb-02 5:37
valikac2-Feb-02 5:37 
AnswerRe: checking first char of a string?? Pin
Jay Beckert2-Feb-02 6:48
Jay Beckert2-Feb-02 6:48 
GeneralC2653 Pin
2-Feb-02 4:21
suss2-Feb-02 4:21 

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.