Click here to Skip to main content
15,917,645 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionconnection of SQL server to VC++6 MFC application Pin
MahaKh31-Oct-10 19:48
MahaKh31-Oct-10 19:48 
AnswerRe: connection of SQL server to VC++6 MFC application Pin
GAJERA31-Oct-10 22:03
GAJERA31-Oct-10 22:03 
QuestionHow can update a purticular line in text file by CStdio file reading? Pin
Le@rner29-Oct-10 20:09
Le@rner29-Oct-10 20:09 
AnswerRe: How can update a purticular line in text file by CStdio file reading? Pin
Alain Rist29-Oct-10 21:31
Alain Rist29-Oct-10 21:31 
GeneralRe: How can update a purticular line in text file by CStdio file reading? Pin
Le@rner31-Oct-10 18:26
Le@rner31-Oct-10 18:26 
AnswerRe: How can update a purticular line in text file by CStdio file reading? Pin
Alain Rist31-Oct-10 21:36
Alain Rist31-Oct-10 21:36 
AnswerRe: How can update a purticular line in text file by CStdio file reading? Pin
Cedric Moonen30-Oct-10 0:59
Cedric Moonen30-Oct-10 0:59 
AnswerRe: How can update a purticular line in text file by CStdio file reading? Pin
«_Superman_»30-Oct-10 8:50
professional«_Superman_»30-Oct-10 8:50 
Another way to do this would be to memory map the file.
This way you can simply modify the contents and they will be automatically saved to disk by the Lazy Writer component of the Windows kernel.
«_Superman

I love work. It gives me something to do between weekends.


Microsoft MVP (Visual C++)

Polymorphism in C







GeneralRe: How can update a purticular line in text file by CStdio file reading? Pin
Alain Rist30-Oct-10 9:30
Alain Rist30-Oct-10 9:30 
GeneralRe: How can update a purticular line in text file by CStdio file reading? Pin
«_Superman_»30-Oct-10 9:59
professional«_Superman_»30-Oct-10 9:59 
GeneralRe: How can update a purticular line in text file by CStdio file reading? Pin
Alain Rist30-Oct-10 10:05
Alain Rist30-Oct-10 10:05 
GeneralRe: How can update a purticular line in text file by CStdio file reading? Pin
«_Superman_»30-Oct-10 10:34
professional«_Superman_»30-Oct-10 10:34 
Question+ cannot add two pointers, most elegant solution ? Pin
ALLERSLIT29-Oct-10 16:13
ALLERSLIT29-Oct-10 16:13 
AnswerRe: + cannot add two pointers, most elegant solution ? Pin
David Crow29-Oct-10 16:15
David Crow29-Oct-10 16:15 
GeneralRe: + cannot add two pointers, most elegant solution ? Pin
ALLERSLIT29-Oct-10 16:20
ALLERSLIT29-Oct-10 16:20 
GeneralRe: + cannot add two pointers, most elegant solution ? Pin
transoft29-Oct-10 18:36
transoft29-Oct-10 18:36 
AnswerRe: + cannot add two pointers, most elegant solution ? Pin
Niklas L29-Oct-10 20:39
Niklas L29-Oct-10 20:39 
AnswerRe: + cannot add two pointers, most elegant solution ? [modified] Pin
Alain Rist29-Oct-10 20:44
Alain Rist29-Oct-10 20:44 
QuestionStandard way to implement plain text and binary input/output methods Pin
Skippums29-Oct-10 15:28
Skippums29-Oct-10 15:28 
Questionproblem related to "Nural networks face detection algprithm" Pin
inayathussaintoori29-Oct-10 15:15
inayathussaintoori29-Oct-10 15:15 
AnswerRe: problem related to "Nural networks face detection algprithm" Pin
Richard MacCutchan29-Oct-10 22:38
mveRichard MacCutchan29-Oct-10 22:38 
Questionfatal error LNK1168: cannot open file.exe for writing under Windows 7 VS 2008 Pin
transoft29-Oct-10 12:05
transoft29-Oct-10 12:05 
QuestionRe: fatal error LNK1168: cannot open file.exe for writing under Windows 7 VS 2008 Pin
David Crow29-Oct-10 16:16
David Crow29-Oct-10 16:16 
AnswerRe: fatal error LNK1168: cannot open file.exe for writing under Windows 7 VS 2008 [modified] Pin
transoft29-Oct-10 18:33
transoft29-Oct-10 18:33 
QuestionUsing WIN32 to Web server to send request,how to remove the HTTP response header Information! Pin
badwei29-Oct-10 4:48
badwei29-Oct-10 4:48 

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.