Click here to Skip to main content
15,912,897 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Reading from file - newbie Pin
Eytukan8-Mar-06 2:06
Eytukan8-Mar-06 2:06 
GeneralRe: Reading from file - newbie Pin
toxcct8-Mar-06 1:29
toxcct8-Mar-06 1:29 
GeneralRe: Reading from file - newbie Pin
antonaras_marcou8-Mar-06 1:36
antonaras_marcou8-Mar-06 1:36 
AnswerRe: Reading from file - newbie Pin
Aqueel8-Mar-06 0:19
Aqueel8-Mar-06 0:19 
AnswerRe: Reading from file - newbie Pin
Aqueel8-Mar-06 0:28
Aqueel8-Mar-06 0:28 
AnswerRe: Reading from file - newbie Pin
Stephen Hewitt8-Mar-06 0:41
Stephen Hewitt8-Mar-06 0:41 
QuestionWhat is UnPaged memory Pin
Neil scsn7-Mar-06 22:21
Neil scsn7-Mar-06 22:21 
AnswerRe: What is UnPaged memory Pin
Stephen Hewitt7-Mar-06 22:47
Stephen Hewitt7-Mar-06 22:47 
The unpaged pool is where memory is allocated by the kernel and drivers which isn't paged out; it's always available without having to load it from disc. It is used to store information which must be instantly available such as data needed to service interrupts as such. It is of no real interest application developers.

Steve
GeneralRe: What is UnPaged memory Pin
Neil scsn7-Mar-06 22:53
Neil scsn7-Mar-06 22:53 
GeneralRe: What is UnPaged memory Pin
Stephen Hewitt8-Mar-06 0:27
Stephen Hewitt8-Mar-06 0:27 
GeneralRe: What is UnPaged memory Pin
sunit58-Mar-06 3:38
sunit58-Mar-06 3:38 
GeneralRe: What is UnPaged memory Pin
Stephen Hewitt8-Mar-06 11:19
Stephen Hewitt8-Mar-06 11:19 
Questionhover buttons Pin
ramyasangeet7-Mar-06 22:15
ramyasangeet7-Mar-06 22:15 
AnswerRe: hover buttons Pin
Nibu babu thomas7-Mar-06 22:24
Nibu babu thomas7-Mar-06 22:24 
GeneralRe: hover buttons Pin
ramyasangeet7-Mar-06 23:18
ramyasangeet7-Mar-06 23:18 
QuestionHOTKEY to SDK application. Pin
RockyJames7-Mar-06 21:27
RockyJames7-Mar-06 21:27 
AnswerRe: HOTKEY to SDK application. Pin
Dominik Reichl7-Mar-06 21:46
Dominik Reichl7-Mar-06 21:46 
GeneralOT, _outp(0x64, 0xad); Pin
kakan7-Mar-06 23:27
professionalkakan7-Mar-06 23:27 
QuestionAbort Printer job Pin
vikramlinux7-Mar-06 21:16
vikramlinux7-Mar-06 21:16 
AnswerRe: Abort Printer job Pin
Ryan Binns7-Mar-06 23:23
Ryan Binns7-Mar-06 23:23 
Questioninstance by using class name stored in a variable Pin
divine_augustine847-Mar-06 20:45
divine_augustine847-Mar-06 20:45 
Questioninstance by using class name stored in a variable Pin
divine_augustine847-Mar-06 20:40
divine_augustine847-Mar-06 20:40 
AnswerRe: instance by using class name stored in a variable Pin
Cedric Moonen7-Mar-06 20:47
Cedric Moonen7-Mar-06 20:47 
AnswerRe: instance by using class name stored in a variable Pin
toxcct7-Mar-06 21:27
toxcct7-Mar-06 21:27 
GeneralRe: instance by using class name stored in a variable Pin
sunit58-Mar-06 0:34
sunit58-Mar-06 0:34 

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.