Click here to Skip to main content
15,912,897 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Winsock I/O Model :: Winsock Pin
Masaaki Onishi25-Aug-02 4:54
Masaaki Onishi25-Aug-02 4:54 
GeneralRe: Winsock I/O Model :: Winsock Pin
valikac25-Aug-02 5:03
valikac25-Aug-02 5:03 
GeneralFlicker free CListCtrl Pin
alex.barylski24-Aug-02 4:16
alex.barylski24-Aug-02 4:16 
GeneralRe: Flicker free CListCtrl Pin
alex.barylski24-Aug-02 5:02
alex.barylski24-Aug-02 5:02 
Generalreinterpret_cast<> VS type casting Pin
Paul Silvernail24-Aug-02 3:58
Paul Silvernail24-Aug-02 3:58 
GeneralRe: reinterpret_cast<> VS type casting Pin
valikac24-Aug-02 4:14
valikac24-Aug-02 4:14 
GeneralRe: reinterpret_cast<> VS type casting Pin
Paul Silvernail24-Aug-02 4:56
Paul Silvernail24-Aug-02 4:56 
GeneralRe: reinterpret_cast<> VS type casting Pin
Michael Dunn24-Aug-02 6:09
sitebuilderMichael Dunn24-Aug-02 6:09 
There is no advantage to using reinterpret_cast - it does exactly the same thing (casts and overrides all type checking) and is much harder to type. Wink | ;) dynamic_cast is about the only useful cast operator.

--Mike--
Just released - RightClick-Encrypt v1.4 - Adds fast & easy file encryption to Explorer
My really out-of-date homepage
Sonork-100.19012 Acid_Helm

GeneralRe: reinterpret_cast<> VS type casting Pin
Mike Nordell25-Aug-02 3:18
Mike Nordell25-Aug-02 3:18 
QuestionHow can I convert couple metafiles to one animated GIF, AVI or other animation format ? Pin
marukas24-Aug-02 1:48
marukas24-Aug-02 1:48 
AnswerRe: How can I convert couple metafiles to one animated GIF, AVI or other animation format ? Pin
Mauricio Ritter24-Aug-02 2:28
Mauricio Ritter24-Aug-02 2:28 
GeneralSystem Menu Pin
Anonymous24-Aug-02 0:01
Anonymous24-Aug-02 0:01 
GeneralFTP - resume download Pin
Mukkie23-Aug-02 22:29
Mukkie23-Aug-02 22:29 
GeneralRe: FTP - resume download Pin
Renjith Ramachandran24-Aug-02 0:04
Renjith Ramachandran24-Aug-02 0:04 
GeneralRe: FTP - resume download Pin
Mukkie24-Aug-02 0:33
Mukkie24-Aug-02 0:33 
GeneralRe: FTP - resume download Pin
Mukkie24-Aug-02 1:28
Mukkie24-Aug-02 1:28 
GeneralNewbie Books Needed for MFC Pin
BK Pradeep23-Aug-02 19:40
BK Pradeep23-Aug-02 19:40 
GeneralRe: Newbie Books Needed for MFC Pin
Mukkie24-Aug-02 1:22
Mukkie24-Aug-02 1:22 
GeneralRe: Newbie Books Needed for MFC Pin
valikac24-Aug-02 4:17
valikac24-Aug-02 4:17 
GeneralCView::OnBeginPrinting Pin
Anonymous23-Aug-02 17:06
Anonymous23-Aug-02 17:06 
GeneralRe: CView::OnBeginPrinting Pin
Mark Hills23-Aug-02 18:27
Mark Hills23-Aug-02 18:27 
GeneralSubclassing CTabCtrl Pin
alex.barylski23-Aug-02 15:32
alex.barylski23-Aug-02 15:32 
Generallist view question Pin
Steve L.23-Aug-02 14:36
Steve L.23-Aug-02 14:36 
GeneralRe: list view question Pin
alex.barylski23-Aug-02 15:25
alex.barylski23-Aug-02 15:25 
GeneralRe: list view question Pin
Steve L.23-Aug-02 16:41
Steve L.23-Aug-02 16:41 

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.