MFC tips..*
-
-
hi i dont know how to study MFC in VC++ because its too difficult for us but i have so mach of interest to study for this MFC?please give me a tips and tricks for how to study easy way....
*****THANKS N ADVANCE**** Mathen.K (I WILL TRY MY LEVEL BEST )
Buy a good book and learn from there.
Cédric Moonen Software developer
Charting control [v1.3] -
hi i dont know how to study MFC in VC++ because its too difficult for us but i have so mach of interest to study for this MFC?please give me a tips and tricks for how to study easy way....
*****THANKS N ADVANCE**** Mathen.K (I WILL TRY MY LEVEL BEST )
You may start with the classical Prosise's book [^]. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke -
hi i dont know how to study MFC in VC++ because its too difficult for us but i have so mach of interest to study for this MFC?please give me a tips and tricks for how to study easy way....
*****THANKS N ADVANCE**** Mathen.K (I WILL TRY MY LEVEL BEST )
The MSDN Library[^] has everything you need if you are confident with C++ itself.
Nothing is exactly what it seems but everything with seems can be unpicked.
-
The MSDN Library[^] has everything you need if you are confident with C++ itself.
Nothing is exactly what it seems but everything with seems can be unpicked.
Matthew Faithfull wrote:
The MSDN Library[^] has everything you need if you are confident with C++ itself.
Are you kidding ? :~ Learning how to use MFC from MSDN, this should be a nightmare ;P I think MSDN is ok if you are looking for something specific (like what does this member function do or what are the member of such class). But it is probably not very efficient if know almost nothing in MFC.
Cédric Moonen Software developer
Charting control [v1.3] -
You may start with the classical Prosise's book [^]. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain ClarkeUnfortunately he won't listen to any such suggestion. He'll ask the same thing tomorrow, I bet ya. Do you remember that he's a noted member of the BBB? BBB = Book Buying Band
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
Unfortunately he won't listen to any such suggestion. He'll ask the same thing tomorrow, I bet ya. Do you remember that he's a noted member of the BBB? BBB = Book Buying Band
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
Well, then tomorow we will reply that he need to buy a good book. I'm wondering who will be tired first ;P
Cédric Moonen Software developer
Charting control [v1.3] -
Matthew Faithfull wrote:
The MSDN Library[^] has everything you need if you are confident with C++ itself.
Are you kidding ? :~ Learning how to use MFC from MSDN, this should be a nightmare ;P I think MSDN is ok if you are looking for something specific (like what does this member function do or what are the member of such class). But it is probably not very efficient if know almost nothing in MFC.
Cédric Moonen Software developer
Charting control [v1.3]Firstly it's how I learned, apart from reading source code, secondly it has the hierarchy chart, a vital tool and dozens of downloadable examples covering lots of different development areas, hardly a nightmare although it did take me a couple of years to get fully on top of it. Now I haven't been using it actively for nearly 4 years and new versions have been released so my MFC is way out of date, maybe MSDN also hasn't kept up but I guess the basic there are still useful for a beginner.
Nothing is exactly what it seems but everything with seems can be unpicked.
-
Unfortunately he won't listen to any such suggestion. He'll ask the same thing tomorrow, I bet ya. Do you remember that he's a noted member of the BBB? BBB = Book Buying Band
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
Addendum to Cedric Moonen reply. ...and we're a lot. :-D
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke -
hi i dont know how to study MFC in VC++ because its too difficult for us but i have so mach of interest to study for this MFC?please give me a tips and tricks for how to study easy way....
*****THANKS N ADVANCE**** Mathen.K (I WILL TRY MY LEVEL BEST )
rowdy_vc++ wrote:
i dont know how to study MFC...
That's just wrong in so many ways.
"Love people and use things, not love things and use people." - Unknown
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
hi i dont know how to study MFC in VC++ because its too difficult for us but i have so mach of interest to study for this MFC?please give me a tips and tricks for how to study easy way....
*****THANKS N ADVANCE**** Mathen.K (I WILL TRY MY LEVEL BEST )
Learn Windows programming first, and know it well. The fundamentals of windowing, messaging, and GDI at least. Then MFC will make a lot more sense, and the MFC source code is the best documentation there is. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
Unfortunately he won't listen to any such suggestion. He'll ask the same thing tomorrow, I bet ya. Do you remember that he's a noted member of the BBB? BBB = Book Buying Band
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
Rajesh R Subramanian wrote:
BBB = Book Buying Band
:laugh: Shall we name it as BCube ?
-
hi i dont know how to study MFC in VC++ because its too difficult for us but i have so mach of interest to study for this MFC?please give me a tips and tricks for how to study easy way....
*****THANKS N ADVANCE**** Mathen.K (I WILL TRY MY LEVEL BEST )
It depends to your knowledge of programming I suggest for start with classes for controls like(CBUTTON,CTREECTRL,....).