Click here to Skip to main content
15,889,281 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: combobox Pin
Christian Graus30-Jan-06 15:30
protectorChristian Graus30-Jan-06 15:30 
QuestionFiguring out the name of the Administrators group Pin
A_L30-Jan-06 12:27
A_L30-Jan-06 12:27 
AnswerRe: Figuring out the name of the Administrators group Pin
Michael Dunn30-Jan-06 13:24
sitebuilderMichael Dunn30-Jan-06 13:24 
QuestionVirtualAlloc question ? Pin
devboycpp30-Jan-06 11:26
devboycpp30-Jan-06 11:26 
AnswerRe: VirtualAlloc question ? Pin
Michael Dunn30-Jan-06 12:19
sitebuilderMichael Dunn30-Jan-06 12:19 
GeneralRe: VirtualAlloc question ? Pin
devboycpp31-Jan-06 11:45
devboycpp31-Jan-06 11:45 
AnswerRe: VirtualAlloc question ? Pin
Sumit Kapoor30-Jan-06 14:23
Sumit Kapoor30-Jan-06 14:23 
GeneralRe: VirtualAlloc question ? Pin
devboycpp31-Jan-06 12:18
devboycpp31-Jan-06 12:18 
Hi,
Releasing memory is easy since I have stored the start address of pages in "bm" variable.Calling "VirtualFree" will do it.
About use of this :
Why I started to use it has a story.When I was very beginner.I decided to write a parser which can evaluate mathematical expressions.I implemented that using linklist and stack data structures.I stored my postfix form of my expressions in nodes of a link list.I allocated memory using "new" operator in that.I made it.After that I decided to make an application that draw functions graph using that parser I made.I coded the program.It worked in "Debug" version of my program.But when I changed the build mode to release.The program didnt work and It caused "Access violation" error.That was when I thought that "new" operator didnt work well.Because my program worked in debug mode but...
Thats why I became intrested to use my own memory management.This way I feel better.I want to know what I do .And to know Im doing it right...Story became longBig Grin | :-D
Thanks


-- modified at 18:22 Tuesday 31st January, 2006
QuestionAcquiring resource information for a device - Windows XP Pin
Dethulus30-Jan-06 9:18
Dethulus30-Jan-06 9:18 
AnswerRe: Acquiring resource information for a device - Windows XP Pin
Toby Opferman30-Jan-06 11:16
Toby Opferman30-Jan-06 11:16 
GeneralRe: Acquiring resource information for a device - Windows XP Pin
Dethulus30-Jan-06 12:19
Dethulus30-Jan-06 12:19 
NewsRe: Acquiring resource information for a device - Windows XP Pin
Dethulus31-Jan-06 4:30
Dethulus31-Jan-06 4:30 
QuestionVisual C++ 2005 Pin
masnu30-Jan-06 8:54
masnu30-Jan-06 8:54 
AnswerRe: Visual C++ 2005 Pin
Rob Caldecott30-Jan-06 12:02
Rob Caldecott30-Jan-06 12:02 
QuestionCreating my own control Pin
Mutty30-Jan-06 8:12
Mutty30-Jan-06 8:12 
AnswerRe: Creating my own control Pin
Maximilien30-Jan-06 8:45
Maximilien30-Jan-06 8:45 
GeneralRe: Creating my own control Pin
Mutty30-Jan-06 8:51
Mutty30-Jan-06 8:51 
AnswerRe: Creating my own control Pin
ddmcr30-Jan-06 9:20
ddmcr30-Jan-06 9:20 
QuestionIs there a bug in VC++ 6.0 Compiler? Pin
RanjanShrestha30-Jan-06 7:38
RanjanShrestha30-Jan-06 7:38 
AnswerRe: Is there a bug in VC++ 6.0 Compiler? Pin
Chris Losinger30-Jan-06 7:44
professionalChris Losinger30-Jan-06 7:44 
GeneralRe: Is there a bug in VC++ 6.0 Compiler? Pin
RanjanShrestha30-Jan-06 8:02
RanjanShrestha30-Jan-06 8:02 
GeneralRe: Is there a bug in VC++ 6.0 Compiler? Pin
Maximilien30-Jan-06 8:07
Maximilien30-Jan-06 8:07 
GeneralRe: Is there a bug in VC++ 6.0 Compiler? Pin
ddmcr30-Jan-06 9:26
ddmcr30-Jan-06 9:26 
GeneralRe: Is there a bug in VC++ 6.0 Compiler? Pin
Chris Losinger30-Jan-06 8:09
professionalChris Losinger30-Jan-06 8:09 
AnswerRe: Is there a bug in VC++ 6.0 Compiler? Pin
Stephen Hewitt30-Jan-06 11:26
Stephen Hewitt30-Jan-06 11:26 

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.