Click here to Skip to main content
15,913,112 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Recommended reading on MFC? Pin
Cambalindo27-Jun-03 11:50
Cambalindo27-Jun-03 11:50 
QuestionMFC going by wayside? Pin
DaveE9th27-Jun-03 8:03
DaveE9th27-Jun-03 8:03 
AnswerRe: MFC going by wayside? Pin
keegan27-Jun-03 8:16
keegan27-Jun-03 8:16 
GeneralRe: MFC going by wayside? Pin
basementman27-Jun-03 9:44
basementman27-Jun-03 9:44 
AnswerRe: MFC going by wayside? Pin
Matt Newman27-Jun-03 8:32
Matt Newman27-Jun-03 8:32 
AnswerRe: MFC going by wayside? Pin
Nemanja Trifunovic27-Jun-03 8:36
Nemanja Trifunovic27-Jun-03 8:36 
GeneralRe: MFC going by wayside? Pin
DaveE9th27-Jun-03 8:59
DaveE9th27-Jun-03 8:59 
GeneralRe: MFC going by wayside? Pin
NormDroid27-Jun-03 10:07
professionalNormDroid27-Jun-03 10:07 
WTL Windows Template Library (only downside it's not *YET* supported by microsoft).

For heavy duty desktop programming eg. Visio, Word, Excel, Point and Click or document centric appd. use MFC

For simple destktop windows apps use WTL ( very lightweight)

For controls use ATL. (lightweight no dll's to carry)

For web apps use ASP.NET

For lightweight console apps use straight C++ or C

For data-centric (form based ) apps use C#


These are my own opinions base on 10 year windowing programming experience other people may agree or disagree, the choice is yours.




GeneralRe: MFC going by wayside? Pin
Nemanja Trifunovic27-Jun-03 11:19
Nemanja Trifunovic27-Jun-03 11:19 
GeneralRe: MFC going by wayside? Pin
Blueapples27-Jun-03 12:03
Blueapples27-Jun-03 12:03 
GeneralRe: MFC going by wayside? Pin
NormDroid28-Jun-03 1:59
professionalNormDroid28-Jun-03 1:59 
GeneralRe: MFC going by wayside? Pin
Nick Parker28-Jun-03 6:39
protectorNick Parker28-Jun-03 6:39 
AnswerRe: MFC going by wayside? Pin
Ryan Binns27-Jun-03 17:08
Ryan Binns27-Jun-03 17:08 
GeneralDirectX directdraw, tiles... Pin
Kuniva27-Jun-03 7:50
Kuniva27-Jun-03 7:50 
GeneralRe: DirectX directdraw, tiles... Pin
ZoogieZork28-Jun-03 7:21
ZoogieZork28-Jun-03 7:21 
GeneralRe: DirectX directdraw, tiles... Pin
Kuniva28-Jun-03 12:01
Kuniva28-Jun-03 12:01 
GeneralSetCurSel and GetCurSel() in MFC Pin
keegan27-Jun-03 7:12
keegan27-Jun-03 7:12 
GeneralRe: SetCurSel and GetCurSel() in MFC Pin
David Crow27-Jun-03 8:50
David Crow27-Jun-03 8:50 
GeneralRe: SetCurSel and GetCurSel() in MFC Pin
keegan27-Jun-03 9:26
keegan27-Jun-03 9:26 
GeneralRe: SetCurSel and GetCurSel() in MFC Pin
basementman27-Jun-03 9:46
basementman27-Jun-03 9:46 
GeneralRe: SetCurSel and GetCurSel() in MFC Pin
keegan27-Jun-03 10:05
keegan27-Jun-03 10:05 
GeneralRe: SetCurSel and GetCurSel() in MFC Pin
David Crow27-Jun-03 10:10
David Crow27-Jun-03 10:10 
GeneralRe: SetCurSel and GetCurSel() in MFC Pin
keegan27-Jun-03 10:22
keegan27-Jun-03 10:22 
GeneralRe: SetCurSel and GetCurSel() in MFC Pin
David Crow27-Jun-03 10:25
David Crow27-Jun-03 10:25 
Questionhow to use the esc key to stop a program Pin
johnstonsk27-Jun-03 6:43
johnstonsk27-Jun-03 6:43 

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.