Prev: stack overflow problem
Next: Unicode compile question
From: Joseph M. Newcomer on 26 Apr 2010 17:04 I seem to be less able to spot these glaring typos these days. Something about a recent "ischemic cerebral incident" seems to have had side effects I did not expect, such as not seeing typos and having trouble with where my left foot is going. joe On Mon, 26 Apr 2010 13:20:45 -0400, "Pete Delgado" <Peter.Delgado(a)NoSpam.com> wrote: > > >"Joseph M. Newcomer" <newcomer(a)flounder.com> wrote in message >news:jb29t5hvlb45496p1tb2540hgr67htltcj(a)4ax.com... >> THe CORRECT code would be >> >> CString Rem(_T("PM_REMOVE")); >> >> or possibly >> >> CStrin Rem = _T("PM_REMOVE")); > >Skitt's Law: "Any post correcting an error in another post will contain at >least one error itself". > >http://www.telegraph.co.uk/technology/news/6408927/Internet-rules-and-laws-the-top-10-from-Godwin-to-Poe.html > >Sorry Joe, I couldn't resist! The obvious typo reminded me of the top 10 >internet rules! ;-) The above article is funny and interesting reading >IMHO! > >-Pete > > > Joseph M. Newcomer [MVP] email: newcomer(a)flounder.com Web: http://www.flounder.com MVP Tips: http://www.flounder.com/mvp_tips.htm |