Click here to Skip to main content
16,007,687 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalphysical drive Pin
Jon Hulatt23-Oct-01 4:34
Jon Hulatt23-Oct-01 4:34 
GeneralAny Other site on VC++ Pin
Imran Farooqui23-Oct-01 4:33
Imran Farooqui23-Oct-01 4:33 
GeneralRe: Any Other site on VC++ Pin
Steve L.23-Oct-01 9:13
Steve L.23-Oct-01 9:13 
GeneralRe: Any Other site on VC++ Pin
23-Oct-01 23:29
suss23-Oct-01 23:29 
Generalifstream works, ofstream works, fstream doesn't.. Pin
Bernhard23-Oct-01 4:31
Bernhard23-Oct-01 4:31 
GeneralRe: ifstream works, ofstream works, fstream doesn't.. Pin
markkuk23-Oct-01 20:19
markkuk23-Oct-01 20:19 
GeneralRe: ifstream works, ofstream works, fstream doesn't.. Pin
Bernhard23-Oct-01 20:23
Bernhard23-Oct-01 20:23 
GeneralRe: ifstream works, ofstream works, fstream doesn't.. Pin
markkuk23-Oct-01 20:41
markkuk23-Oct-01 20:41 

Yes, basically the method is to copy everything before the insertion point to temp file, write the data to be inserted, and then copy the rest of the original data.

If you need to do lots of insertions you should consider using some kind of indexed file structure or a database engine. If that isn't possible, do the insertions in memory and dump only the final data to file.


QuestionHow Can I set a CDialog's location when it display? Pin
Bing Ding23-Oct-01 4:30
Bing Ding23-Oct-01 4:30 
AnswerRe: How Can I set a CDialog's location when it display? Pin
#realJSOP23-Oct-01 4:50
professional#realJSOP23-Oct-01 4:50 
GeneralRe: How Can I set a CDialog's location when it display? Pin
Bing Ding23-Oct-01 4:57
Bing Ding23-Oct-01 4:57 
GeneralRe: Which line do u put MoveWindow? Pin
Masaaki Onishi23-Oct-01 5:23
Masaaki Onishi23-Oct-01 5:23 
GeneralRe: Which line do u put MoveWindow? Pin
Carlos Antollini23-Oct-01 5:42
Carlos Antollini23-Oct-01 5:42 
GeneralRe: Which line do u put MoveWindow? Pin
Bing Ding23-Oct-01 5:52
Bing Ding23-Oct-01 5:52 
GeneralRe: Which line do u put MoveWindow? Pin
#realJSOP23-Oct-01 6:14
professional#realJSOP23-Oct-01 6:14 
GeneralRe: Which line do u put MoveWindow? Pin
Carlos Antollini23-Oct-01 6:14
Carlos Antollini23-Oct-01 6:14 
GeneralRe: Which line do u put MoveWindow? Pin
#realJSOP23-Oct-01 6:10
professional#realJSOP23-Oct-01 6:10 
AnswerRe: How Can I set a CDialog's location when it display? Pin
Michael Dunn23-Oct-01 9:36
sitebuilderMichael Dunn23-Oct-01 9:36 
Generalusing #import Pin
23-Oct-01 4:19
suss23-Oct-01 4:19 
GeneralRe: using #import Pin
Steen Krogsgaard23-Oct-01 4:22
Steen Krogsgaard23-Oct-01 4:22 
GeneralRe: using #import Pin
23-Oct-01 21:40
suss23-Oct-01 21:40 
GeneralMessage Mapping Pin
Chambers23-Oct-01 4:16
Chambers23-Oct-01 4:16 
GeneralRe: Message Mapping Pin
Steen Krogsgaard23-Oct-01 4:20
Steen Krogsgaard23-Oct-01 4:20 
GeneralRe: Message Mapping Pin
Chambers23-Oct-01 4:28
Chambers23-Oct-01 4:28 
GeneralRe: Message Mapping Pin
Steen Krogsgaard23-Oct-01 4:38
Steen Krogsgaard23-Oct-01 4:38 

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.