Click here to Skip to main content
16,016,249 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Filtering Data on port. Pin
Kobi_Z19-Dec-06 16:55
Kobi_Z19-Dec-06 16:55 
GeneralRe: Filtering Data on port. Pin
Mark Salsbery20-Dec-06 5:06
Mark Salsbery20-Dec-06 5:06 
QuestionHow to give "Pressed" look to static control Pin
Hemant kulkarni19-Dec-06 4:21
Hemant kulkarni19-Dec-06 4:21 
AnswerRe: How to give "Pressed" look to static control Pin
basementman19-Dec-06 4:35
basementman19-Dec-06 4:35 
AnswerRe: How to give "Pressed" look to static control Pin
Hamid_RT20-Dec-06 0:27
Hamid_RT20-Dec-06 0:27 
QuestionVirtual Memory Pin
cy163@hotmail.com19-Dec-06 3:49
cy163@hotmail.com19-Dec-06 3:49 
AnswerRe: Virtual Memory Pin
George L. Jackson19-Dec-06 3:55
George L. Jackson19-Dec-06 3:55 
AnswerRe: Virtual Memory Pin
Gokalp Peker19-Dec-06 4:18
Gokalp Peker19-Dec-06 4:18 
First of all , Problem could be memory leak or anything related with memory management.Your application may be trying to access a memory area that it's not allowed to.

Virtual memory is usage of hard-drive(or similar devices) space as memory area.Simply data is kept in drive as specified file.There are many virtual memory management algorithms that decides how,when and what to fetch.But it's performance is never as good as accessing real memory.Virtual Management is a trade-off between memory size and memory speed.

Also if you are programming a WIN32 application , memory allocation functions calls a specified system function that automatically allocates real or virtual memory.

[AGP]

GeneralRe: Virtual Memory Pin
cy163@hotmail.com19-Dec-06 4:23
cy163@hotmail.com19-Dec-06 4:23 
GeneralRe: Virtual Memory Pin
markkuk19-Dec-06 8:20
markkuk19-Dec-06 8:20 
AnswerRe: Virtual Memory Pin
David Crow19-Dec-06 9:52
David Crow19-Dec-06 9:52 
AnswerRe: Virtual Memory Pin
John M. Drescher19-Dec-06 16:59
John M. Drescher19-Dec-06 16:59 
QuestionGeneral Settings for VS 2005 C++ Pin
Andy20219-Dec-06 3:35
Andy20219-Dec-06 3:35 
QuestionGlobal desktop Pin
SelvaKr19-Dec-06 3:29
SelvaKr19-Dec-06 3:29 
GeneralRe: Global desktop Pin
George L. Jackson19-Dec-06 3:50
George L. Jackson19-Dec-06 3:50 
GeneralRe: Global desktop Pin
toxcct19-Dec-06 4:13
toxcct19-Dec-06 4:13 
GeneralRe: Global desktop Pin
George L. Jackson19-Dec-06 4:25
George L. Jackson19-Dec-06 4:25 
GeneralRe: Global desktop Pin
SelvaKr19-Dec-06 17:38
SelvaKr19-Dec-06 17:38 
GeneralRe: Global desktop Pin
George L. Jackson19-Dec-06 20:01
George L. Jackson19-Dec-06 20:01 
QuestionCount Digits From The String.... Pin
Mahesh Kulkarni19-Dec-06 2:54
Mahesh Kulkarni19-Dec-06 2:54 
QuestionRe: Count Digits From The String.... Pin
David Crow19-Dec-06 2:56
David Crow19-Dec-06 2:56 
QuestionRe: Count Digits From The String.... Pin
Maximilien19-Dec-06 2:57
Maximilien19-Dec-06 2:57 
AnswerRe: Count Digits From The String.... Pin
Mahesh Kulkarni19-Dec-06 3:08
Mahesh Kulkarni19-Dec-06 3:08 
AnswerRe: Count Digits From The String.... Pin
VonHagNDaz19-Dec-06 3:29
VonHagNDaz19-Dec-06 3:29 
AnswerRe: Count Digits From The String.... Pin
toxcct19-Dec-06 4:12
toxcct19-Dec-06 4:12 

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.