Click here to Skip to main content
15,918,742 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: String to time converstion Pin
David Crow31-Jan-06 4:28
David Crow31-Jan-06 4:28 
QuestionMSVC++ Runtime error R6025 - can we attach a debugger? Pin
Chintoo72330-Jan-06 15:29
Chintoo72330-Jan-06 15:29 
AnswerRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Stephen Hewitt30-Jan-06 15:37
Stephen Hewitt30-Jan-06 15:37 
GeneralRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Chintoo72330-Jan-06 15:39
Chintoo72330-Jan-06 15:39 
GeneralRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Stephen Hewitt30-Jan-06 15:41
Stephen Hewitt30-Jan-06 15:41 
GeneralRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Chintoo72330-Jan-06 15:46
Chintoo72330-Jan-06 15:46 
GeneralRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Stephen Hewitt30-Jan-06 15:52
Stephen Hewitt30-Jan-06 15:52 
GeneralRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Chintoo72330-Jan-06 16:52
Chintoo72330-Jan-06 16:52 
GeneralRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Stephen Hewitt30-Jan-06 16:57
Stephen Hewitt30-Jan-06 16:57 
GeneralRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Chintoo72330-Jan-06 17:13
Chintoo72330-Jan-06 17:13 
AnswerRe: MSVC++ Runtime error R6025 - can we attach a debugger? Pin
Michael Dunn30-Jan-06 16:25
sitebuilderMichael Dunn30-Jan-06 16:25 
Questioncombobox Pin
Ahmed_Barakat30-Jan-06 15:06
Ahmed_Barakat30-Jan-06 15:06 
AnswerRe: combobox Pin
Stephen Hewitt30-Jan-06 15:29
Stephen Hewitt30-Jan-06 15:29 
GeneralRe: combobox Pin
Ahmed_Barakat30-Jan-06 17:31
Ahmed_Barakat30-Jan-06 17:31 
GeneralRe: combobox Pin
Stephen Hewitt30-Jan-06 17:43
Stephen Hewitt30-Jan-06 17:43 
GeneralRe: combobox Pin
Owner drawn30-Jan-06 17:43
Owner drawn30-Jan-06 17:43 
GeneralRe: combobox Pin
Stephen Hewitt30-Jan-06 17:50
Stephen Hewitt30-Jan-06 17:50 
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 
I think this can be possible to use your allocated space, As Mike was saying in another message, I am also not finding this much useful. As If you have some use of this in your mine, please let us know.

some points I found are :

** it'll never release memory, whenever you need memory you are just allocating(if not available then new page). If it started using same memory then it would become long task.

** If one have to use any dynamic variable like CArray, CMap etc. as used in MFC.

Regards,
Sumit K.Smile | :)

Never consider anything impossible before trying to solve that..---Sumit Kapoor--- sumit_kapoor1980@hotmail.com
GeneralRe: VirtualAlloc question ? Pin
devboycpp31-Jan-06 12:18
devboycpp31-Jan-06 12:18 

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.