Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Odd memory leak cleans self upon window minimization Pin
Member 101882315-Apr-04 0:39
Member 101882315-Apr-04 0:39 
Generalcolored lines in console Pin
oOomen26-Feb-04 10:19
oOomen26-Feb-04 10:19 
GeneralRe: colored lines in console Pin
Selvam R26-Feb-04 18:53
professionalSelvam R26-Feb-04 18:53 
GeneralExtractAssociatedIcon() Pin
T1TAN26-Feb-04 10:16
T1TAN26-Feb-04 10:16 
GeneralBitmap and Text on the same line inside CRichEditCtrl Pin
Chulips26-Feb-04 9:39
Chulips26-Feb-04 9:39 
GeneralRe: Bitmap and Text on the same line inside CRichEditCtrl Pin
Selvam R26-Feb-04 19:37
professionalSelvam R26-Feb-04 19:37 
QuestionHow to modify just a line of text in a file? Pin
sysmatrix26-Feb-04 9:30
sysmatrix26-Feb-04 9:30 
AnswerRe: How to modify just a line of text in a file? Pin
David Crow26-Feb-04 10:59
David Crow26-Feb-04 10:59 
Well, if you absolutely cannot create a new file, you can read in each line of the file to an array or list object. Skip the line that needs changed. Insert text that represents the changed line. Continue reading the remaining lines from the file. Now write the entire data structure back out to the file. Make sense?


"The pointy end goes in the other man." - Antonio Banderas (Zorro, 1998)
GeneralRe: How to modify just a line of text in a file? Pin
Rajesh match26-Feb-04 18:45
Rajesh match26-Feb-04 18:45 
AnswerRe: How to modify just a line of text in a file? Pin
Selvam R26-Feb-04 19:07
professionalSelvam R26-Feb-04 19:07 
Questionmap a network drive? Pin
Joan M26-Feb-04 9:10
professionalJoan M26-Feb-04 9:10 
AnswerRe: map a network drive? Pin
David Crow26-Feb-04 10:55
David Crow26-Feb-04 10:55 
AnswerRe: map a network drive? Pin
raj_v26-Feb-04 13:08
raj_v26-Feb-04 13:08 
GeneralOpening a Dialog: Accessing Main Window Pin
johnsb226-Feb-04 8:51
johnsb226-Feb-04 8:51 
GeneralRe: Opening a Dialog: Accessing Main Window Pin
pgrohs26-Feb-04 9:09
pgrohs26-Feb-04 9:09 
GeneralRe: Opening a Dialog: Accessing Main Window Pin
johnsb226-Feb-04 11:07
johnsb226-Feb-04 11:07 
GeneralRe: Opening a Dialog: Accessing Main Window Pin
PJ Arends26-Feb-04 16:40
professionalPJ Arends26-Feb-04 16:40 
Generalhi need help with autorun.exe program!! Pin
gelcoman26-Feb-04 8:26
gelcoman26-Feb-04 8:26 
GeneralRe: hi need help with autorun.exe program!! Pin
pgrohs26-Feb-04 9:13
pgrohs26-Feb-04 9:13 
GeneralRe: hi need help with autorun.exe program!! Pin
gelcoman26-Feb-04 9:26
gelcoman26-Feb-04 9:26 
GeneralQuestion anbout DLLs and heaps... Pin
CherezZaboro26-Feb-04 7:49
CherezZaboro26-Feb-04 7:49 
GeneralRe: Question anbout DLLs and heaps... Pin
Tim Smith26-Feb-04 8:29
Tim Smith26-Feb-04 8:29 
GeneralRe: Question anbout DLLs and heaps... Pin
CherezZaboro26-Feb-04 8:46
CherezZaboro26-Feb-04 8:46 
GeneralRe: Question anbout DLLs and heaps... Pin
Nemanja Trifunovic26-Feb-04 10:59
Nemanja Trifunovic26-Feb-04 10:59 
GeneralDouble Buffering in SDI Pin
hntay26-Feb-04 6:57
hntay26-Feb-04 6:57 

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.