Click here to Skip to main content
15,915,032 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralInternationalization Pin
Le centriste2-Sep-02 13:35
Le centriste2-Sep-02 13:35 
GeneralRe: Internationalization Pin
.dan.g.2-Sep-02 13:59
professional.dan.g.2-Sep-02 13:59 
GeneralRe: Internationalization Pin
Tomasz Sowinski2-Sep-02 23:03
Tomasz Sowinski2-Sep-02 23:03 
Generaldelete function for ADO Pin
nss2-Sep-02 12:36
nss2-Sep-02 12:36 
GeneralSlow Finds Pin
Wade H.2-Sep-02 11:55
Wade H.2-Sep-02 11:55 
GeneralRe: Slow Finds Pin
Joaquín M López Muñoz2-Sep-02 12:03
Joaquín M López Muñoz2-Sep-02 12:03 
GeneralRe: Slow Finds Pin
Wade H.2-Sep-02 13:04
Wade H.2-Sep-02 13:04 
GeneralRe: Slow Finds Pin
Christian Graus2-Sep-02 12:04
protectorChristian Graus2-Sep-02 12:04 
I presume you're traversing the list 10 times ? Why not provide a vector & as an arguement to ExamineJournalFile and search for all 10 at the same time ? Threading is also probably a good idea if you want your UI to be responsive while this occurs.

The other option is to put your data into a set as you read it, because then searches will be a whole lot faster.

vector and set are part of the STL, if you don't know. Plenty of articles on CP if you need to know more, I've written several.


Christian

We're just observing the seasonal migration from VB to VC. Most of these birds will be killed by predators or will die of hunger. Only the best will survive - Tomasz Sowinski 29-07-2002 ( on the number of newbie posters in the VC forum )

Cats, and most other animals apart from mad cows can write fully functional vb code. - Simon Walton - 6-Aug-2002
GeneralRe: Slow Finds Pin
Wade H.2-Sep-02 13:25
Wade H.2-Sep-02 13:25 
GeneralRe: Slow Finds Pin
Tomasz Sowinski2-Sep-02 23:38
Tomasz Sowinski2-Sep-02 23:38 
GeneralAccess database and temprory file (*.LDB) Pin
Hadi Rezaee2-Sep-02 11:24
Hadi Rezaee2-Sep-02 11:24 
GeneralRe: Access database and temprory file (*.LDB) Pin
RChin2-Sep-02 22:17
RChin2-Sep-02 22:17 
GeneralRe: Access database and temprory file (*.LDB) Pin
Joel Lucsy4-Sep-02 4:51
Joel Lucsy4-Sep-02 4:51 
GeneralChanging staticbox background ... Pin
Hadi Rezaee2-Sep-02 11:21
Hadi Rezaee2-Sep-02 11:21 
GeneralRe: Changing staticbox background ... Pin
Pavel Klocek2-Sep-02 11:32
Pavel Klocek2-Sep-02 11:32 
GeneralRe: Changing staticbox background ... Pin
Hadi Rezaee2-Sep-02 17:49
Hadi Rezaee2-Sep-02 17:49 
GeneralMCI question ... Pin
Hadi Rezaee2-Sep-02 11:12
Hadi Rezaee2-Sep-02 11:12 
GeneralRe: MCI question ... Pin
.dan.g.2-Sep-02 14:02
professional.dan.g.2-Sep-02 14:02 
GeneralWin98 MFC Compatibility Problems Pin
Jammer2-Sep-02 9:21
Jammer2-Sep-02 9:21 
GeneralThat cute balloon icon... Pin
BlackSmith2-Sep-02 6:59
BlackSmith2-Sep-02 6:59 
GeneralRe: That cute balloon icon... Pin
Joaquín M López Muñoz2-Sep-02 7:21
Joaquín M López Muñoz2-Sep-02 7:21 
GeneralRe: That cute balloon icon... Pin
BlackSmith2-Sep-02 7:28
BlackSmith2-Sep-02 7:28 
GeneralRe: That cute balloon icon... Pin
Michael Dunn2-Sep-02 7:52
sitebuilderMichael Dunn2-Sep-02 7:52 
GeneralWorks fine, but... Pin
BlackSmith2-Sep-02 11:29
BlackSmith2-Sep-02 11:29 
GeneralRe: Works fine, but... Pin
.dan.g.2-Sep-02 15:11
professional.dan.g.2-Sep-02 15:11 

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.