Click here to Skip to main content
16,014,392 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: parameters of function ::SHGetSpecialFolderLocation(...) Pin
David Crow10-Nov-04 5:01
David Crow10-Nov-04 5:01 
GeneralRe: parameters of function ::SHGetSpecialFolderLocation(...) Pin
Michael Dunn10-Nov-04 15:10
sitebuilderMichael Dunn10-Nov-04 15:10 
QuestionWhat means F(const _variant_t& OptArgs) at import TLB into С++ ? Pin
vgrigor110-Nov-04 0:11
vgrigor110-Nov-04 0:11 
AnswerRe: What means F(const _variant_t& OptArgs) at import TLB into С++ ? Pin
jan larsen11-Nov-04 3:33
jan larsen11-Nov-04 3:33 
GeneralMFC, raw win32, .net, managed c++ .... Pin
i2c9-Nov-04 23:43
i2c9-Nov-04 23:43 
GeneralRe: MFC, raw win32, .net, managed c++ .... Pin
jan larsen10-Nov-04 0:16
jan larsen10-Nov-04 0:16 
GeneralRe: MFC, raw win32, .net, managed c++ .... Pin
Maximilien10-Nov-04 2:43
Maximilien10-Nov-04 2:43 
GeneralRe: MFC, raw win32, .net, managed c++ .... Pin
Henry miller10-Nov-04 2:47
Henry miller10-Nov-04 2:47 
.net is the future of anything that is locked to Microsoft platforms. I know of nothing wrong with managed C++, though there is something wrong if you can't pick up C# quickly.

More correctly, if you cannot pick up any computer language quickly (enough to completely fool management in a day, and within a week experts should take a while to catch you) there is something wrong. LISP or assembly might be mind benders that you have trouble twisting your mind around, but even them you should be able to get by in. Note, that it can take years to master all the little details, I only mean that you can do all the simple things (loops, data structures, objects, and so on), have an idea of what it can do, and know where to look up what you don't know.

Have you looked at other toolkits? GTK, wxWidgets, and qt come to mind. The latter is IMHO better than the rest. wxWdigets is a portable MFC from what I hear, so you might be interested.

The exact answer to your question depends on your exact situation. If you are working for yourself, for your own use, use what you want.

If you are trying to get a job, .net gives you the most choices because a lot of companies are doing all their internal work in .net, but then you need to use c#! However some companies are using something else, and they would prefer you know their tool set, so you can't win no matter what you do. I know people who have made a career out of knowing last years hot toolset, and maintaining old programs after everyone else has moved on.

If you want to be a better programer, don't work alone too much. Do your fast application development for where you need it, but also work with others. One good way is to head to www.sourceforge.net (there are several others, sourceforge is just the biggest), and pick a project to help out with. There are plenty to choose from, look for something that interests you, in a language that interests you, that is activly developed. (this last is important, some projects died years ago but are still on there, you want feed back from others to tell you where you are wrong) Find something in the project that needs doing, then jump in and do it.

GeneralRe: MFC, raw win32, .net, managed c++ .... Pin
i2c10-Nov-04 20:45
i2c10-Nov-04 20:45 
GeneralRe: MFC, raw win32, .net, managed c++ .... Pin
jan larsen11-Nov-04 0:52
jan larsen11-Nov-04 0:52 
GeneralRe: MFC, raw win32, .net, managed c++ .... Pin
i2c11-Nov-04 3:08
i2c11-Nov-04 3:08 
GeneralChanging AppWizard Options Pin
Leyu9-Nov-04 23:30
Leyu9-Nov-04 23:30 
GeneralRe: Changing AppWizard Options Pin
David Crow10-Nov-04 3:20
David Crow10-Nov-04 3:20 
GeneralRe: Changing AppWizard Options Pin
Leyu10-Nov-04 5:44
Leyu10-Nov-04 5:44 
GeneralRe: Changing AppWizard Options Pin
David Crow10-Nov-04 7:25
David Crow10-Nov-04 7:25 
QuestionHow to repaint a listbox ? Pin
madretierra9-Nov-04 23:26
madretierra9-Nov-04 23:26 
AnswerRe: How to repaint a listbox ? Pin
David Crow10-Nov-04 8:48
David Crow10-Nov-04 8:48 
GeneralRe: How to repaint a listbox ? Pin
madretierra11-Nov-04 5:27
madretierra11-Nov-04 5:27 
GeneralWinsock Doubts in embedded Visual C Pin
IceBerG719-Nov-04 23:23
IceBerG719-Nov-04 23:23 
GeneralEditBox - Auto Scroll Pin
Anonymous9-Nov-04 23:15
Anonymous9-Nov-04 23:15 
GeneralRe: EditBox - Auto Scroll Pin
David Crow10-Nov-04 3:23
David Crow10-Nov-04 3:23 
GeneralRe: EditBox - Auto Scroll Pin
Anonymous10-Nov-04 4:48
Anonymous10-Nov-04 4:48 
GeneralRe: EditBox - Auto Scroll Pin
David Crow10-Nov-04 5:08
David Crow10-Nov-04 5:08 
GeneralRe: EditBox - Auto Scroll Pin
Anonymous10-Nov-04 20:11
Anonymous10-Nov-04 20:11 
GeneralRe: EditBox - Auto Scroll Pin
Anonymous11-Nov-04 1:55
Anonymous11-Nov-04 1:55 

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.