Click here to Skip to main content
16,006,428 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralGDI Drawing of Controls Pin
JTAnderson5-Oct-01 16:23
JTAnderson5-Oct-01 16:23 
Generalsending email from vc++ Pin
Alex Griffing5-Oct-01 15:31
Alex Griffing5-Oct-01 15:31 
GeneralRe: sending email from vc++ Pin
Nemanja Trifunovic5-Oct-01 16:09
Nemanja Trifunovic5-Oct-01 16:09 
GeneralRe: sending email from vc++ Pin
David Cunningham5-Oct-01 17:20
cofounderDavid Cunningham5-Oct-01 17:20 
GeneralRe: sending email from vc++ Pin
Peter Weyzen6-Oct-01 21:41
Peter Weyzen6-Oct-01 21:41 
QuestionNecessity of the const keyword? Pin
Peter Weyzen5-Oct-01 13:40
Peter Weyzen5-Oct-01 13:40 
AnswerRe: Necessity of the const keyword? Pin
Michael Dunn5-Oct-01 14:49
sitebuilderMichael Dunn5-Oct-01 14:49 
AnswerRe: Necessity of the const keyword? Pin
Christian Graus5-Oct-01 19:12
protectorChristian Graus5-Oct-01 19:12 
It's funny, I only recently have started to think more about 'const' and the fact that well written code will use it. Given that it never makes something work to declare it const, it's just something I knew about but didn't consider overmuch. I guess that's because I've taught myself to program, in the same way that the need to preserve namespaces rather than declare using on an entire namespcae is something I came to grips with by discussing it here.

I have nothing intelligent to add to what Michael has said ( no surprises there ), I just wanted to say as someone who constantly seeks to better himself and learn to do things *well*, and a veteran of many fights over STL before my workmates accepted it over MFC containers and ones they had written, all I can say is 'stick to your guns'. Get a copy of Stroustrup if you don't have one and quote it like the Bible. There is no way any remotely competent developer can argue with the guy who wrote the language without bringing some hefty evidence to the table.

Everyone at work uses STL now, to the point where I find it in the code instead of being called over to help impliment/optimise it. I'm sure you'll win your battle to, because you are right. Anyone who thinks it is a 'waste of time' to do things properly is a monkey.


Christian

As I learn the innermost secrets of the around me, they reward me in many ways to keep quiet.

Men with pierced ears are better prepared for marriage. They've experienced pain and bought Jewellery.
AnswerRe: Necessity of the const keyword? Pin
Tomasz Sowinski6-Oct-01 1:46
Tomasz Sowinski6-Oct-01 1:46 
GeneralSW_HIDE Pin
RobJones5-Oct-01 12:23
RobJones5-Oct-01 12:23 
GeneralRe: SW_HIDE Pin
Fazlul Kabir5-Oct-01 12:27
Fazlul Kabir5-Oct-01 12:27 
GeneralRe: SW_HIDE Pin
RobJones5-Oct-01 13:09
RobJones5-Oct-01 13:09 
GeneralRe: SW_HIDE Pin
Fazlul Kabir6-Oct-01 19:21
Fazlul Kabir6-Oct-01 19:21 
GeneralRe: SW_HIDE Pin
RobJones8-Oct-01 4:08
RobJones8-Oct-01 4:08 
GeneralRe: SW_HIDE Pin
Stan Shannon5-Oct-01 12:34
Stan Shannon5-Oct-01 12:34 
GeneralRe: SW_HIDE Pin
Fazlul Kabir6-Oct-01 18:55
Fazlul Kabir6-Oct-01 18:55 
GeneralRe: SW_HIDE Pin
Michael Dunn5-Oct-01 14:51
sitebuilderMichael Dunn5-Oct-01 14:51 
GeneralScrolling a CListBox. Pin
John Uhlenbrock5-Oct-01 12:02
John Uhlenbrock5-Oct-01 12:02 
GeneralMultiple Splitters in WTL Pin
Leo Smith5-Oct-01 11:22
Leo Smith5-Oct-01 11:22 
QuestionHas anybody programmed SNMP? Pin
Kelly Herald5-Oct-01 10:57
Kelly Herald5-Oct-01 10:57 
AnswerRe: Has anybody programmed SNMP? Pin
Masaaki Onishi5-Oct-01 15:21
Masaaki Onishi5-Oct-01 15:21 
QuestionHow can I do a Dynamic Array like CByteArray for a STRUCT array ? Pin
youssef5-Oct-01 10:23
youssef5-Oct-01 10:23 
AnswerRe: How can I do a Dynamic Array like CByteArray for a STRUCT array ? Pin
Christian Graus5-Oct-01 10:59
protectorChristian Graus5-Oct-01 10:59 
AnswerRe: How can I do a Dynamic Array like CByteArray for a STRUCT array ? Pin
Paolo Messina5-Oct-01 11:01
professionalPaolo Messina5-Oct-01 11:01 
AnswerRe: How can I do a Dynamic Array like CByteArray for a STRUCT array ? Pin
Leo Smith5-Oct-01 11:05
Leo Smith5-Oct-01 11:05 

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.