Click here to Skip to main content
15,906,569 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Reading a txt file fastly Pin
David Crow15-May-09 7:00
David Crow15-May-09 7:00 
AnswerRe: Reading a txt file fastly Pin
Joe Woodbury15-May-09 17:53
professionalJoe Woodbury15-May-09 17:53 
Read the whole thing into memory and parse it. If it's too big, read it in in chunks.

You can make it go even faster by converting the data while parsing.


Anyone who thinks he has a better idea of what's good for people than people do is a swine.
- P.J. O'Rourke


QuestionRe-assembling TCP/IP Packets Pin
Koolski15-May-09 5:02
Koolski15-May-09 5:02 
AnswerRe: Re-assembling TCP/IP Packets Pin
led mike15-May-09 5:12
led mike15-May-09 5:12 
GeneralRe: Re-assembling TCP/IP Packets Pin
Rick York15-May-09 5:59
mveRick York15-May-09 5:59 
AnswerRe: Re-assembling TCP/IP Packets Pin
Robert Surtees16-May-09 2:21
Robert Surtees16-May-09 2:21 
GeneralRe: Re-assembling TCP/IP Packets Pin
Koolski18-May-09 4:25
Koolski18-May-09 4:25 
QuestionDoes a Class having a message map need to be derived from CWnd ???? Pin
ForNow15-May-09 3:18
ForNow15-May-09 3:18 
AnswerRe: Does a Class having a message map need to be derived from CWnd ???? Pin
«_Superman_»15-May-09 5:11
professional«_Superman_»15-May-09 5:11 
GeneralRe: Does a Class having a message map need to be derived from CWnd ???? Pin
ForNow15-May-09 6:03
ForNow15-May-09 6:03 
GeneralRe: Does a Class having a message map need to be derived from CWnd ???? Pin
David Crow15-May-09 7:07
David Crow15-May-09 7:07 
GeneralRe: Does a Class having a message map need to be derived from CWnd ???? Pin
«_Superman_»15-May-09 20:36
professional«_Superman_»15-May-09 20:36 
GeneralRe: Does a Class having a message map need to be derived from CWnd ???? Pin
ForNow16-May-09 15:37
ForNow16-May-09 15:37 
QuestionRe: Does a Class having a message map need to be derived from CWnd ???? Pin
David Crow15-May-09 7:12
David Crow15-May-09 7:12 
AnswerRe: Does a Class having a message map need to be derived from CWnd ???? Pin
ForNow15-May-09 8:58
ForNow15-May-09 8:58 
QuestionHi.How to Include English dicitionary in visual c++ Pin
Sakthi.Gs :-)15-May-09 2:44
Sakthi.Gs :-)15-May-09 2:44 
AnswerRe: Hi.How to Include English dicitionary in visual c++ Pin
bolivar12315-May-09 3:13
bolivar12315-May-09 3:13 
GeneralRe: Hi.How to Include English dicitionary in visual c++ Pin
CPallini15-May-09 3:22
mveCPallini15-May-09 3:22 
GeneralRe: Hi.How to Include English dicitionary in visual c++ Pin
Maximilien15-May-09 3:58
Maximilien15-May-09 3:58 
GeneralRe: Hi.How to Include English dicitionary in visual c++ -- ITS URGENT Pin
bolivar12315-May-09 5:39
bolivar12315-May-09 5:39 
AnswerRe: Hi.How to Include English dicitionary in visual c++ Pin
Stuart Dootson15-May-09 5:15
professionalStuart Dootson15-May-09 5:15 
AnswerRe: Hi.How to Include English dicitionary in visual c++ Pin
Michael Schubert15-May-09 6:02
Michael Schubert15-May-09 6:02 
QuestionRe: Hi.How to Include English dicitionary in visual c++ Pin
David Crow15-May-09 7:15
David Crow15-May-09 7:15 
Answer: Hi.How to Include English dicitionary in visual c++ Pin
Sakthi.Gs :-)15-May-09 21:06
Sakthi.Gs :-)15-May-09 21:06 
QuestionHow to view class view Pin
kk171215-May-09 2:31
kk171215-May-09 2:31 

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.