Click here to Skip to main content
15,879,095 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Multithreading with databases [modified] Pin
John M. Drescher31-May-06 16:07
John M. Drescher31-May-06 16:07 
QuestionRe: Multithreading with databases Pin
David Crow1-Jun-06 4:26
David Crow1-Jun-06 4:26 
QuestionReplace a part of text from text file Pin
Immunity1831-May-06 14:01
Immunity1831-May-06 14:01 
AnswerRe: Replace a part of text from text file Pin
_anil_31-May-06 14:27
_anil_31-May-06 14:27 
GeneralRe: Replace a part of text from text file Pin
Immunity1831-May-06 14:46
Immunity1831-May-06 14:46 
GeneralRe: Replace a part of text from text file Pin
_anil_31-May-06 15:00
_anil_31-May-06 15:00 
GeneralRe: Replace a part of text from text file Pin
Immunity1831-May-06 15:08
Immunity1831-May-06 15:08 
QuestionRe: Replace a part of text from text file Pin
David Crow1-Jun-06 4:32
David Crow1-Jun-06 4:32 
Immunity18 wrote:
file.ReadString(buf,100);


Why use char here? A CString object (e.g., LString) is a much better choice.

If you are changing the contents of a .ini file, why not use the appropriate functions?

GetPrivateProfileString()
WritePrivateProfileString()


"The largest fire starts but with the smallest spark." - David Crow


AnswerRe: Replace a part of text from text file Pin
Immunity181-Jun-06 4:37
Immunity181-Jun-06 4:37 
QuestionForcing new to fail [modified] Pin
hint_5431-May-06 11:30
hint_5431-May-06 11:30 
AnswerRe: Forcing new to fail Pin
Jörgen Sigvardsson31-May-06 13:43
Jörgen Sigvardsson31-May-06 13:43 
AnswerRe: Forcing new to fail [modified] Pin
Stephen Hewitt31-May-06 13:51
Stephen Hewitt31-May-06 13:51 
GeneralRe: Forcing new to fail [modified] Pin
hint_541-Jun-06 5:27
hint_541-Jun-06 5:27 
QuestionRe: Forcing new to fail [modified] Pin
David Crow1-Jun-06 4:36
David Crow1-Jun-06 4:36 
AnswerRe: Forcing new to fail [modified] Pin
hint_541-Jun-06 5:25
hint_541-Jun-06 5:25 
QuestionModeless Dialog Disappearing Pin
aei_totten31-May-06 11:00
aei_totten31-May-06 11:00 
AnswerRe: Modeless Dialog Disappearing Pin
Matt Gullett31-May-06 13:51
Matt Gullett31-May-06 13:51 
GeneralRe: Modeless Dialog Disappearing Pin
aei_totten1-Jun-06 4:18
aei_totten1-Jun-06 4:18 
AnswerRe: Modeless Dialog Disappearing Pin
David Crow1-Jun-06 4:39
David Crow1-Jun-06 4:39 
GeneralRe: Modeless Dialog Disappearing Pin
aei_totten1-Jun-06 6:19
aei_totten1-Jun-06 6:19 
QuestionActive document Pin
Luksky31-May-06 10:17
Luksky31-May-06 10:17 
AnswerRe: Active document Pin
Nibu babu thomas31-May-06 19:26
Nibu babu thomas31-May-06 19:26 
GeneralRe: Active document Pin
Luksky1-Jun-06 7:49
Luksky1-Jun-06 7:49 
QuestionLearning C++ -- from a C# point of view Pin
matiasdk31-May-06 10:08
matiasdk31-May-06 10:08 
AnswerRe: Learning C++ -- from a C# point of view Pin
Zac Howland31-May-06 10:19
Zac Howland31-May-06 10:19 

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.