Click here to Skip to main content
15,881,709 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Open and display any image on dialog Pin
ShilpiP19-May-11 21:14
ShilpiP19-May-11 21:14 
QuestionMFC, How to activate one document template among multiple document templates Pin
swandream19-May-11 15:11
swandream19-May-11 15:11 
QuestionEncrypting Archives with AES Pin
sarfaraznawaz19-May-11 1:57
sarfaraznawaz19-May-11 1:57 
AnswerRe: Encrypting Archives with AES Pin
Chris Losinger19-May-11 3:37
professionalChris Losinger19-May-11 3:37 
GeneralRe: Encrypting Archives with AES Pin
sarfaraznawaz19-May-11 19:53
sarfaraznawaz19-May-11 19:53 
Questionabout CListCtrl Pin
luyuxibaby19-May-11 0:41
luyuxibaby19-May-11 0:41 
AnswerRe: about CListCtrl Pin
CPallini19-May-11 2:23
mveCPallini19-May-11 2:23 
QuestionMFC Program and Very Large Text Files Pin
Andy20219-May-11 0:37
Andy20219-May-11 0:37 
For merging together some recording data stored in CSV files I have used the class CtextFile (by Johan Rosengren via the Codeproject site) to read in and write out the processed files. I also used class CNewStringArray (which is a modified version of CStringArray by Anders M Eriksson, again via the Codeproject)
I use the MFC function AfxExtractSubString() to extract the various fields of the CSV record and CnewStringArray variables to hold and process the data.
Now I have a problem where the size of some of the files to be processed may be in the order of 250 to 700Gb.
I have never used files larger that about 10Mb, but will I have problems with files these sizes and do I need to consider new methods of processing these very large files.
Any comments and advice please.
AnswerRe: MFC Program and Very Large Text Files Pin
Maximilien19-May-11 1:05
Maximilien19-May-11 1:05 
GeneralRe: MFC Program and Very Large Text Files [modified] Pin
federico.strati19-May-11 1:26
federico.strati19-May-11 1:26 
GeneralRe: MFC Program and Very Large Text Files Pin
Andy20219-May-11 22:04
Andy20219-May-11 22:04 
GeneralRe: MFC Program and Very Large Text Files Pin
federico.strati20-May-11 23:25
federico.strati20-May-11 23:25 
GeneralRe: MFC Program and Very Large Text Files Pin
Andy20225-May-11 21:33
Andy20225-May-11 21:33 
GeneralRe: MFC Program and Very Large Text Files Pin
federico.strati26-May-11 2:14
federico.strati26-May-11 2:14 
AnswerRe: MFC Program and Very Large Text Files Pin
Chandrasekharan P19-May-11 1:22
Chandrasekharan P19-May-11 1:22 
AnswerRe: MFC Program and Very Large Text Files Pin
jschell19-May-11 8:21
jschell19-May-11 8:21 
GeneralRe: MFC Program and Very Large Text Files Pin
Andy20219-May-11 22:10
Andy20219-May-11 22:10 
GeneralRe: MFC Program and Very Large Text Files Pin
jschell20-May-11 10:13
jschell20-May-11 10:13 
QuestionEmbedding Excel in a dialog Pin
efraimyy18-May-11 22:49
efraimyy18-May-11 22:49 
AnswerRe: Embedding Excel in a dialog Pin
Chandrasekharan P19-May-11 1:35
Chandrasekharan P19-May-11 1:35 
GeneralRe: Embedding Excel in a dialog Pin
efraimyy19-May-11 2:58
efraimyy19-May-11 2:58 
GeneralRe: Embedding Excel in a dialog Pin
efraimyy19-May-11 3:00
efraimyy19-May-11 3:00 
GeneralRe: Embedding Excel in a dialog Pin
Chandrasekharan P19-May-11 22:04
Chandrasekharan P19-May-11 22:04 
GeneralRe: Embedding Excel in a dialog Pin
efraimyy21-May-11 21:40
efraimyy21-May-11 21:40 
GeneralRe: Embedding Excel in a dialog Pin
Chandrasekharan P22-May-11 18:42
Chandrasekharan P22-May-11 18:42 

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.