Click here to Skip to main content
15,886,873 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Loading .Net DLL in MFC application problem Pin
Wolfram Steinke8-Nov-07 11:35
Wolfram Steinke8-Nov-07 11:35 
Questionmalloc size Pin
skatzteyp31-Oct-07 16:00
skatzteyp31-Oct-07 16:00 
AnswerRe: malloc size Pin
Llasus31-Oct-07 17:56
Llasus31-Oct-07 17:56 
GeneralRe: malloc size Pin
skatzteyp31-Oct-07 18:26
skatzteyp31-Oct-07 18:26 
GeneralRe: malloc size Pin
Llasus31-Oct-07 18:49
Llasus31-Oct-07 18:49 
GeneralRe: malloc size Pin
skatzteyp31-Oct-07 18:57
skatzteyp31-Oct-07 18:57 
GeneralRe: malloc size Pin
Roger Broomfield31-Oct-07 19:06
Roger Broomfield31-Oct-07 19:06 
AnswerRe: malloc size Pin
John R. Shaw31-Oct-07 23:12
John R. Shaw31-Oct-07 23:12 
Entertainment tonight!

You have to deal with the pieces on a smaller scale, which is not hard to do, just slower because you have to read them from disk. Now if you do a little research, you will find that the Windows OS offers other options for allocation (virtual memory) that might solve your problem. But if you are restricted to C, or non-OS specific options, then we are back to disk reading/writing.

Use your imagination, because ‘malloc’ is not the problem. It is limited, but your imagination in not.



INTP
"Program testing can be used to show the presence of bugs, but never to show their absence."Edsger Dijkstra

AnswerRe: malloc size Pin
David Crow1-Nov-07 3:28
David Crow1-Nov-07 3:28 
QuestionVisual Studio 2005 Beta 2 Pin
Larry Mills Sr31-Oct-07 12:43
Larry Mills Sr31-Oct-07 12:43 
AnswerRe: Visual Studio 2005 Beta 2 Pin
Llasus31-Oct-07 18:00
Llasus31-Oct-07 18:00 
AnswerRe: Visual Studio 2005 Beta 2 Pin
Mark Salsbery1-Nov-07 6:52
Mark Salsbery1-Nov-07 6:52 
GeneralRe: Visual Studio 2005 Beta 2 Pin
Larry Mills Sr1-Nov-07 10:52
Larry Mills Sr1-Nov-07 10:52 
GeneralRe: Visual Studio 2005 Beta 2 Pin
Mark Salsbery1-Nov-07 11:11
Mark Salsbery1-Nov-07 11:11 
AnswerRe: Visual Studio 2005 Beta 2 Pin
jp-mocs1-Nov-07 7:20
jp-mocs1-Nov-07 7:20 
GeneralRe: Visual Studio 2005 Beta 2 Pin
Larry Mills Sr1-Nov-07 8:12
Larry Mills Sr1-Nov-07 8:12 
QuestionCreating a email server [modified] Pin
bigdenny20031-Oct-07 12:24
bigdenny20031-Oct-07 12:24 
QuestionUsage of bind() Pin
dellthinker31-Oct-07 10:17
dellthinker31-Oct-07 10:17 
AnswerRe: Usage of bind() Pin
JudyL_MD31-Oct-07 10:28
JudyL_MD31-Oct-07 10:28 
AnswerRe: Usage of bind() Pin
Mark Salsbery31-Oct-07 10:43
Mark Salsbery31-Oct-07 10:43 
GeneralRe: Usage of bind() Pin
JudyL_MD1-Nov-07 2:50
JudyL_MD1-Nov-07 2:50 
QuestionHow to use this template with varying sizes? [modified] Pin
Devinder31-Oct-07 9:44
Devinder31-Oct-07 9:44 
AnswerRe: How to use this template with varying sizes? Pin
Stephen Hewitt31-Oct-07 19:45
Stephen Hewitt31-Oct-07 19:45 
AnswerRe: How to use this template with varying sizes? Pin
John R. Shaw31-Oct-07 23:48
John R. Shaw31-Oct-07 23:48 
AnswerRe: How to use this template with varying sizes? Pin
Stephen Hewitt1-Nov-07 17:50
Stephen Hewitt1-Nov-07 17:50 

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.