Click here to Skip to main content
16,004,991 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalcatching file changes Pin
Joao Vaz12-Feb-03 6:41
Joao Vaz12-Feb-03 6:41 
GeneralRe: catching file changes Pin
AlexO12-Feb-03 6:54
AlexO12-Feb-03 6:54 
GeneralRe: catching file changes Pin
Joao Vaz12-Feb-03 7:07
Joao Vaz12-Feb-03 7:07 
GeneralDeriving a template class? Please help. Pin
clintsinger12-Feb-03 6:28
clintsinger12-Feb-03 6:28 
GeneralSolved it! Pin
clintsinger12-Feb-03 6:34
clintsinger12-Feb-03 6:34 
GeneralCString and \r question Pin
LukeV12-Feb-03 6:18
LukeV12-Feb-03 6:18 
GeneralRe: CString and \r question Pin
Alvaro Mendez12-Feb-03 6:44
Alvaro Mendez12-Feb-03 6:44 
GeneralRe: CString and \r question Pin
Mike Nordell12-Feb-03 6:55
Mike Nordell12-Feb-03 6:55 
LukeV wrote:
if I view it in Notepad or any other file viewer, there won't be any carriage returns, just those characters representing the \r...

That is expected.

In MS-DOS, and derived stuff like Win32, the EOL sequence is CRLF. Either CR or LF alone is just an unprintable control character, much like BEL or anything else !isprint().
Generalmenu messaging problem Pin
brigham_young12-Feb-03 5:34
brigham_young12-Feb-03 5:34 
GeneralRe: menu messaging problem Pin
Chris Meech12-Feb-03 5:49
Chris Meech12-Feb-03 5:49 
GeneralCRgn assertion Pin
RalfPeter12-Feb-03 5:33
RalfPeter12-Feb-03 5:33 
GeneralRe: CRgn assertion Pin
Mike Nordell12-Feb-03 6:56
Mike Nordell12-Feb-03 6:56 
Generalchecking to see if a folder exists Pin
ns12-Feb-03 4:55
ns12-Feb-03 4:55 
GeneralRe: checking to see if a folder exists Pin
Roger Allen12-Feb-03 5:00
Roger Allen12-Feb-03 5:00 
GeneralRe: checking to see if a folder exists Pin
HENDRIK R12-Feb-03 5:02
HENDRIK R12-Feb-03 5:02 
GeneralRe: Many thanks!! Pin
ns12-Feb-03 5:07
ns12-Feb-03 5:07 
GeneralRe: checking to see if a folder exists Pin
pete mcquain12-Feb-03 5:11
pete mcquain12-Feb-03 5:11 
GeneralRe: checking to see if a folder exists Pin
Abin12-Feb-03 18:28
Abin12-Feb-03 18:28 
GeneralRe: checking to see if a folder exists Pin
ns13-Feb-03 2:05
ns13-Feb-03 2:05 
GeneralSimple question on ULONG_PTR Pin
-Dy12-Feb-03 4:49
-Dy12-Feb-03 4:49 
GeneralRe: Simple question on ULONG_PTR Pin
Pavel Klocek12-Feb-03 4:56
Pavel Klocek12-Feb-03 4:56 
GeneralRe: Simple question on ULONG_PTR Pin
Michael P Butler12-Feb-03 4:56
Michael P Butler12-Feb-03 4:56 
GeneralLinking obj files from VC6 and VC7 Pin
victor.volkman@sdrc.com12-Feb-03 4:36
sussvictor.volkman@sdrc.com12-Feb-03 4:36 
GeneralRe: Linking obj files from VC6 and VC7 Pin
Chris Losinger12-Feb-03 5:11
professionalChris Losinger12-Feb-03 5:11 
GeneralRe: Linking obj files from VC6 and VC7 Pin
Mike Nordell12-Feb-03 7:02
Mike Nordell12-Feb-03 7:02 

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.