Click here to Skip to main content
16,009,343 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: square-root project Pin
greba12-Mar-04 17:59
greba12-Mar-04 17:59 
GeneralRe: square-root project Pin
Roger Wright12-Mar-04 18:39
professionalRoger Wright12-Mar-04 18:39 
GeneralAbout MSChart Pin
junli12-Mar-04 15:49
junli12-Mar-04 15:49 
GeneralUsing File Streams with an MFC app Pin
Blue Pyre12-Mar-04 13:11
Blue Pyre12-Mar-04 13:11 
GeneralRe: Using File Streams with an MFC app Pin
Michael Dunn12-Mar-04 15:01
sitebuilderMichael Dunn12-Mar-04 15:01 
GeneralRe: Using File Streams with an MFC app Pin
l a u r e n12-Mar-04 20:25
l a u r e n12-Mar-04 20:25 
GeneralRe: Using File Streams with an MFC app Pin
Blue Pyre12-Mar-04 22:52
Blue Pyre12-Mar-04 22:52 
GeneralRe: Using File Streams with an MFC app Pin
Antti Keskinen13-Mar-04 23:09
Antti Keskinen13-Mar-04 23:09 
CString objects can be casted down to LPCTSTR strings by using an (LPCTSTR) casting operator in front of the object name. You can't cast any lower than this, so if you need a stream of char-characters, you need to create the char-string manually from the LPCTSTR by using strcpy or similar.

-Antti Keskinen

----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
GeneralFTP and Ident Server :: Winsock Pin
valikac12-Mar-04 10:14
valikac12-Mar-04 10:14 
GeneralRe: FTP and Ident Server :: Winsock Pin
Rob Groves12-Mar-04 11:23
Rob Groves12-Mar-04 11:23 
GeneralRe: FTP and Ident Server :: Winsock Pin
valikac12-Mar-04 12:43
valikac12-Mar-04 12:43 
GeneralSend Print Job Pin
Anonymous12-Mar-04 9:22
Anonymous12-Mar-04 9:22 
GeneralRe: Send Print Job Pin
Rob Groves12-Mar-04 11:32
Rob Groves12-Mar-04 11:32 
Generaledit boxes linking Pin
Oriented12-Mar-04 9:05
Oriented12-Mar-04 9:05 
Generaledit boxes linking Pin
Oriented12-Mar-04 9:02
Oriented12-Mar-04 9:02 
GeneralRe: edit boxes linking Pin
David Crow12-Mar-04 9:29
David Crow12-Mar-04 9:29 
GeneralRe: edit boxes linking Pin
John R. Shaw12-Mar-04 11:56
John R. Shaw12-Mar-04 11:56 
GeneralRe: edit boxes linking Pin
Branislav13-Mar-04 0:27
Branislav13-Mar-04 0:27 
GeneralWin32 TimerQueue problems on DUAL PROCESSORS Pin
Gavin Stark12-Mar-04 8:47
Gavin Stark12-Mar-04 8:47 
GeneralRe: Win32 TimerQueue problems on DUAL PROCESSORS Pin
Mike Dimmick12-Mar-04 8:52
Mike Dimmick12-Mar-04 8:52 
GeneralRe: Win32 TimerQueue problems on DUAL PROCESSORS Pin
Gavin Stark12-Mar-04 11:51
Gavin Stark12-Mar-04 11:51 
GeneralRe: Win32 TimerQueue problems on DUAL PROCESSORS Pin
Mike Dimmick12-Mar-04 12:12
Mike Dimmick12-Mar-04 12:12 
GeneralRe: Win32 TimerQueue problems on DUAL PROCESSORS Pin
Gavin Stark12-Mar-04 13:06
Gavin Stark12-Mar-04 13:06 
GeneralSTL Function Objects Pin
JWood12-Mar-04 8:28
JWood12-Mar-04 8:28 
GeneralRe: STL Function Objects Pin
Tim Smith12-Mar-04 8:43
Tim Smith12-Mar-04 8:43 

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.