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

C / C++ / MFC

 
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 
GeneralRe: memory allocation issues Pin
Neville Franks9-Sep-03 10:53
Neville Franks9-Sep-03 10:53 
Well allocating 200M sounds like a really bad idea, and is going to take quite some time. I'd be trying to find better algorithm or implementation of your algorithm that doesn't need such vast amounts of memory, or acquires it only as needed.

There are also small memory block allocators around which will considerably improve performance if you are allocating lots of small blocks.

Neville Franks, Author of ED for Windows. Free Trial at www.getsoft.com
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 
GeneralMS Access and datetime picker Pin
Steve Messer9-Sep-03 7:57
Steve Messer9-Sep-03 7:57 

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.