Click here to Skip to main content
15,909,466 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: I had no idea it would be this complex Pin
Michael Dunn7-Feb-05 12:00
sitebuilderMichael Dunn7-Feb-05 12:00 
GeneralRe: I had no idea it would be this complex Pin
Budric B.8-Feb-05 3:37
Budric B.8-Feb-05 3:37 
Generalpassing Visual C++ variable to an VB Access subroutine Pin
elephantstar7-Feb-05 8:12
elephantstar7-Feb-05 8:12 
QuestionHow to crate new frame Pin
TooLeeDiN7-Feb-05 8:06
TooLeeDiN7-Feb-05 8:06 
AnswerRe: How to crate new frame Pin
Budric B.7-Feb-05 9:00
Budric B.7-Feb-05 9:00 
GeneralRe: How to crate new frame Pin
Anonymous8-Feb-05 18:36
Anonymous8-Feb-05 18:36 
AnswerRe: How to crate new frame Pin
Anonymous8-Feb-05 18:41
Anonymous8-Feb-05 18:41 
GeneralInvoke the constructor Pin
Gurra_Koo7-Feb-05 7:53
Gurra_Koo7-Feb-05 7:53 
Hi,

I'm trying to create a memory manager. And I'm doing that in such a way that using the new or malloc functions is out of the question.
The memory manager is allocating memory in the pagefile. First the manager allocates chunks of memory and then split that up into objects.
The problem I have is that I need to initialize the allocations with the custructor for the object requesting the memory.
Now how do I "call" or invoke the constructor for the object, without using new or malloc(or etc...)?

Any help or opinion would be appreciated...
Thanks,
GeneralRe: Invoke the constructor Pin
Joaquín M López Muñoz7-Feb-05 8:21
Joaquín M López Muñoz7-Feb-05 8:21 
GeneralRe: Invoke the constructor Pin
Gurra_Koo7-Feb-05 8:53
Gurra_Koo7-Feb-05 8:53 
GeneralCfileDlg Pin
elfokab7-Feb-05 5:49
elfokab7-Feb-05 5:49 
GeneralRe: CfileDlg Pin
ThatsAlok7-Feb-05 6:51
ThatsAlok7-Feb-05 6:51 
GeneralRe: CfileDlg Pin
Michael Dunn7-Feb-05 6:54
sitebuilderMichael Dunn7-Feb-05 6:54 
QuestionFonts for CTreeCtrl. What is not right now? Pin
bilas7-Feb-05 5:42
bilas7-Feb-05 5:42 
AnswerRe: Fonts for CTreeCtrl. What is not right now? Pin
Michael Dunn7-Feb-05 6:56
sitebuilderMichael Dunn7-Feb-05 6:56 
GeneralRe: Fonts for CTreeCtrl. What is not right now? Pin
bilas7-Feb-05 7:31
bilas7-Feb-05 7:31 
GeneralVS 7.1 C++ and code profiling tools [modified] Pin
Antony M Kancidrowski7-Feb-05 5:15
Antony M Kancidrowski7-Feb-05 5:15 
GeneralRe: VS 7.1 C++ and code profiling tools [modified] Pin
Neville Franks7-Feb-05 8:58
Neville Franks7-Feb-05 8:58 
GeneralRe: VS 7.1 C++ and code profiling tools [modified] Pin
Antony M Kancidrowski7-Feb-05 11:53
Antony M Kancidrowski7-Feb-05 11:53 
QuestionHow to delete a handle return by Microsoft function? Pin
mk_le7-Feb-05 4:10
mk_le7-Feb-05 4:10 
AnswerRe: How to delete a handle return by Microsoft function? Pin
Maximilien7-Feb-05 4:41
Maximilien7-Feb-05 4:41 
AnswerRe: How to delete a handle return by Microsoft function? Pin
2249177-Feb-05 21:41
2249177-Feb-05 21:41 
GeneralRe: How to delete a handle return by Microsoft function? Pin
mk_le9-Feb-05 2:16
mk_le9-Feb-05 2:16 
GeneralComposite Control Pin
Liger_Zero_X7-Feb-05 3:58
Liger_Zero_X7-Feb-05 3:58 
GeneralRe: Composite Control Pin
Liger_Zero_X7-Feb-05 5:55
Liger_Zero_X7-Feb-05 5:55 

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.