Click here to Skip to main content
15,909,498 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: vs 2008 to vs2010 Pin
Richard MacCutchan16-Apr-12 22:05
mveRichard MacCutchan16-Apr-12 22:05 
GeneralRe: vs 2008 to vs2010 Pin
Pete O'Hanlon16-Apr-12 22:06
mvePete O'Hanlon16-Apr-12 22:06 
GeneralRe: vs 2008 to vs2010 Pin
Binu MD17-Apr-12 15:28
Binu MD17-Apr-12 15:28 
Answerjust for info Pin
Nelek17-Apr-12 14:19
protectorNelek17-Apr-12 14:19 
AnswerRe: vs 2008 to vs2010 Pin
Binu MD17-Apr-12 15:28
Binu MD17-Apr-12 15:28 
Questionwhat do you whink should be my next step as MFC developer? Pin
Hernan Breinbauer16-Apr-12 2:32
Hernan Breinbauer16-Apr-12 2:32 
AnswerRe: what do you whink should be my next step as MFC developer? Pin
CPallini16-Apr-12 2:55
mveCPallini16-Apr-12 2:55 
AnswerRe: what do you whink should be my next step as MFC developer? Pin
Aescleal16-Apr-12 3:36
Aescleal16-Apr-12 3:36 
If you're a long time Windows/MFC programmer get away from Microsoft stuff for a while. It's very easy to get wedded to a particular vendor's tools and end up locked into their corporate strategy. Then when they bugger off in a different direction you end up trying to get up to speed with something else fast.

So spread your wings a bit...

- Pick up a linux or FreeBSD distribution and see how you can write code for them and how it's different/same as for Windows

- Grab a portable application framework (WxWidgets is good if you're well used to MFC) and see how you can build it and use it

- Learn another language like Python or Haskell. Python's a surprisingly close to C++ despite looking totally different and Haskell's a completely different programming model

- Reads loads of books about how to write large systems and see how that's different from how you write small ones

- Find an Open Source project that sounds interesting and a bit outside your comfort zone to expose you to how other people write code (get prepared to say WTF? and Ugh! a lot)

- If you REALLY want to stay programming just for Windows start writing the odd app in C rather than C++. Then try VB to see how that's different

Er, sorry, rambling, will stop now.

Good luck!

Ash
GeneralRe: what do you whink should be my next step as MFC developer? Pin
Hernan Breinbauer16-Apr-12 4:06
Hernan Breinbauer16-Apr-12 4:06 
GeneralRe: what do you whink should be my next step as MFC developer? Pin
Aescleal16-Apr-12 5:11
Aescleal16-Apr-12 5:11 
GeneralRe: what do you whink should be my next step as MFC developer? Pin
Hernan Breinbauer16-Apr-12 6:49
Hernan Breinbauer16-Apr-12 6:49 
AnswerRe: what do you whink should be my next step as MFC developer? Pin
Richard MacCutchan16-Apr-12 3:46
mveRichard MacCutchan16-Apr-12 3:46 
GeneralRe: what do you whink should be my next step as MFC developer? Pin
Hernan Breinbauer16-Apr-12 4:10
Hernan Breinbauer16-Apr-12 4:10 
GeneralRe: what do you whink should be my next step as MFC developer? Pin
Albert Holguin16-Apr-12 4:43
professionalAlbert Holguin16-Apr-12 4:43 
QuestionDebug Assertion Failed - CPropertyPage [modified] Pin
AmbiguousName15-Apr-12 19:28
AmbiguousName15-Apr-12 19:28 
AnswerRe: Debug Assertion Failed - CPropertyPage [modified] Pin
CPallini15-Apr-12 21:38
mveCPallini15-Apr-12 21:38 
AnswerRe: Debug Assertion Failed - CPropertyPage [modified] Pin
AmbiguousName15-Apr-12 21:50
AmbiguousName15-Apr-12 21:50 
AnswerRe: Debug Assertion Failed - CPropertyPage [modified] Pin
Albert Holguin16-Apr-12 5:00
professionalAlbert Holguin16-Apr-12 5:00 
AnswerRe: Debug Assertion Failed - CPropertyPage [modified] Pin
JohnCz24-Apr-12 1:59
JohnCz24-Apr-12 1:59 
QuestionUnable to update DoDataExchange method : VS 2000 Project converted to Visual Studio 2008 or VS 2010 Pin
glitteringsound15-Apr-12 9:15
glitteringsound15-Apr-12 9:15 
AnswerRe: Unable to update DoDataExchange method : VS 2000 Project converted to Visual Studio 2008 or VS 2010 Pin
Albert Holguin15-Apr-12 11:00
professionalAlbert Holguin15-Apr-12 11:00 
GeneralRe: Unable to update DoDataExchange method : VS 2000 Project converted to Visual Studio 2008 or VS 2010 Pin
glitteringsound15-Apr-12 11:42
glitteringsound15-Apr-12 11:42 
GeneralRe: Unable to update DoDataExchange method : VS 2000 Project converted to Visual Studio 2008 or VS 2010 Pin
Albert Holguin15-Apr-12 12:17
professionalAlbert Holguin15-Apr-12 12:17 
GeneralRe: Unable to update DoDataExchange method : VS 2000 Project converted to Visual Studio 2008 or VS 2010 Pin
glitteringsound15-Apr-12 12:54
glitteringsound15-Apr-12 12:54 
AnswerRe: Unable to update DoDataExchange method : VS 2000 Project converted to Visual Studio 2008 or VS 2010 Pin
Binu MD16-Apr-12 21:17
Binu MD16-Apr-12 21:17 

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.