Click here to Skip to main content
15,912,932 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Storing data in a database.. Pin
Hamid_RT17-May-06 6:30
Hamid_RT17-May-06 6:30 
GeneralRe: Storing data in a database.. Pin
altfell17-May-06 6:35
altfell17-May-06 6:35 
GeneralRe: Storing data in a database.. Pin
Hamid_RT17-May-06 6:39
Hamid_RT17-May-06 6:39 
GeneralRe: Storing data in a database.. Pin
Steve S17-May-06 6:41
Steve S17-May-06 6:41 
AnswerRe: Storing data in a database.. Pin
Jim Crafton17-May-06 9:27
Jim Crafton17-May-06 9:27 
Questionwrite/read file simulatenusly Pin
big_denny_20017-May-06 5:42
big_denny_20017-May-06 5:42 
AnswerRe: write/read file simulatenusly Pin
Russell'17-May-06 5:53
Russell'17-May-06 5:53 
AnswerRe: write/read file simulatenusly Pin
Jim Crafton17-May-06 9:34
Jim Crafton17-May-06 9:34 
If you are going to be modifying almost all of the data you read in, then it *might* be faster to load, modify, write all at once, however that would also lock your program up. If you need to keep things moving along, then doing so in a second thread, using a loop, might make more sense, plus using a much larger value than 5 bytes at a time, maybe 1024 or 4096 bytes at a time?

¡El diablo está en mis pantalones! ¡Mire, mire!

Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)!

SELECT * FROM User WHERE Clue > 0
0 rows returned

Save an Orange - Use the VCF!
QuestionGetScrollPos Pin
Sarath C17-May-06 5:01
Sarath C17-May-06 5:01 
QuestionGet dimenstion from image files Pin
Happyjojo17-May-06 4:45
Happyjojo17-May-06 4:45 
AnswerRe: Get dimenstion from image files Pin
Ted Ferenc17-May-06 5:03
Ted Ferenc17-May-06 5:03 
GeneralRe: Get dimenstion from image files Pin
Maximilien17-May-06 5:27
Maximilien17-May-06 5:27 
GeneralRe: Get dimenstion from image files Pin
Russell'17-May-06 5:30
Russell'17-May-06 5:30 
GeneralRe: Get dimenstion from image files Pin
Happyjojo17-May-06 5:43
Happyjojo17-May-06 5:43 
GeneralRe: Get dimenstion from image files Pin
Ted Ferenc17-May-06 6:15
Ted Ferenc17-May-06 6:15 
GeneralRe: Get dimenstion from image files Pin
Russell'17-May-06 6:17
Russell'17-May-06 6:17 
AnswerRe: Get dimenstion from image files Pin
Russell'17-May-06 5:03
Russell'17-May-06 5:03 
AnswerRe: Get dimenstion from image files Pin
Chris Losinger17-May-06 6:23
professionalChris Losinger17-May-06 6:23 
QuestionSocket funcions and IOCompletion port questions? Pin
followait17-May-06 4:24
followait17-May-06 4:24 
AnswerRe: Socket funcions and IOCompletion port questions? Pin
Peter Mares17-May-06 5:02
Peter Mares17-May-06 5:02 
QuestionCedric Moonen Pin
Sarath C17-May-06 4:01
Sarath C17-May-06 4:01 
AnswerRe: Cedric Moonen Pin
Cedric Moonen17-May-06 4:04
Cedric Moonen17-May-06 4:04 
GeneralRe: Cedric Moonen Pin
Laxman Auti17-May-06 4:09
Laxman Auti17-May-06 4:09 
GeneralRe: Cedric Moonen Pin
Russell'17-May-06 5:26
Russell'17-May-06 5:26 
GeneralRe: Cedric Moonen Pin
ThatsAlok17-May-06 20:36
ThatsAlok17-May-06 20:36 

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.