Click here to Skip to main content
15,911,646 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: error using "sick" text file with character > 255 Pin
Jonathan de Halleux9-Sep-03 11:23
Jonathan de Halleux9-Sep-03 11:23 
GeneralRe: error using "sick" text file with character > 255 Pin
Jonathan de Halleux9-Sep-03 12:17
Jonathan de Halleux9-Sep-03 12:17 
GeneralRe: C++ Question. Pin
ZoogieZork9-Sep-03 10:52
ZoogieZork9-Sep-03 10:52 
GeneralRe: C++ Question. Pin
WREY9-Sep-03 10:56
WREY9-Sep-03 10:56 
Generalget tape drive info using vc++ Pin
Anonymous9-Sep-03 10:43
Anonymous9-Sep-03 10:43 
Generalmemory allocation issues Pin
tguzella9-Sep-03 9:25
tguzella9-Sep-03 9:25 
GeneralRe: memory allocation issues Pin
David Crow9-Sep-03 9:53
David Crow9-Sep-03 9:53 
GeneralRe: memory allocation issues Pin
ZoogieZork9-Sep-03 10:50
ZoogieZork9-Sep-03 10:50 
Is this memory being allocated in lots of tiny chunks or as one big array?

In either case, the virtual memory manager will be working overtime to figure out how to arrange blocks and track them. If you have a whole bunch of tiny memory blocks, you might consider allocating a large pool of memory at the start of the day and writing your own allocator tuned to your requirements.

- Mike
GeneralRe: memory allocation issues Pin
Neville Franks9-Sep-03 10:53
Neville Franks9-Sep-03 10:53 
GeneralRe: memory allocation issues Pin
John M. Drescher9-Sep-03 11:40
John M. Drescher9-Sep-03 11:40 
GeneralRe: memory allocation issues Pin
tguzella9-Sep-03 14:17
tguzella9-Sep-03 14:17 
GeneralRe: memory allocation issues Pin
ZoogieZork9-Sep-03 14:52
ZoogieZork9-Sep-03 14:52 
GeneralSHGetSpecialFolder problem with Win98 Pin
LukeV9-Sep-03 8:33
LukeV9-Sep-03 8:33 
GeneralRe: SHGetSpecialFolder problem with Win98 Pin
Mazdak9-Sep-03 8:47
Mazdak9-Sep-03 8:47 
GeneralRe: SHGetSpecialFolder problem with Win98 Pin
LukeV9-Sep-03 9:00
LukeV9-Sep-03 9:00 
GeneralRe: SHGetSpecialFolder problem with Win98 Pin
Mazdak9-Sep-03 9:30
Mazdak9-Sep-03 9:30 
GeneralRe: SHGetSpecialFolder problem with Win98 Pin
Michael Dunn9-Sep-03 9:31
sitebuilderMichael Dunn9-Sep-03 9:31 
GeneralRe: SHGetSpecialFolder problem with Win98 Pin
LukeV9-Sep-03 9:55
LukeV9-Sep-03 9:55 
GeneralRe: SHGetSpecialFolder problem with Win98 Pin
Michael Dunn9-Sep-03 10:08
sitebuilderMichael Dunn9-Sep-03 10:08 
GeneralRe: SHGetSpecialFolder problem with Win98 Pin
LukeV9-Sep-03 10:18
LukeV9-Sep-03 10:18 
GeneralRe: SHGetSpecialFolder problem with Win98 Pin
Abin9-Sep-03 14:02
Abin9-Sep-03 14:02 
GeneralRe: SHGetSpecialFolder problem with Win98 Pin
David Crow9-Sep-03 9:57
David Crow9-Sep-03 9:57 
GeneralWindows hooks and TranslateMessage function Pin
mannelig9-Sep-03 8:32
mannelig9-Sep-03 8:32 
GeneralRe: Windows hooks and TranslateMessage function Pin
Joseph Marzbani15-Sep-08 3:22
Joseph Marzbani15-Sep-08 3:22 
GeneralVC.Net Debugging Pin
Dave Loeser9-Sep-03 7:58
Dave Loeser9-Sep-03 7:58 

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.