Click here to Skip to main content
15,919,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalerror using "sick" text file with character > 255 Pin
Jonathan de Halleux9-Sep-03 10:55
Jonathan de Halleux9-Sep-03 10:55 
GeneralRe: error using "sick" text file with character > 255 Pin
Michael Dunn9-Sep-03 11:17
sitebuilderMichael Dunn9-Sep-03 11:17 
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 
hi there,

i am writing a c++ program to make statistical analysis, which demands quite some memory (i'm using new to allocate an array and filling it with values)... whenever i need to allocate close to 200 mb the program and the computer gets really slow, taking forever just to allocate the memory... this happen when compilling on vc 6 and vc 7. when using dev c++ (mingw), the program just crashes while trying to allocate the memory... i am pretty much sure thats nothing to deal with memory leaks (all memory allocate is freed in the end), bad memory chips (i tested them using memtest) or insufficient memory (this pc runs with 2 gb of ram memory)... any suggestions on how to solve this??????
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 
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 

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.