Click here to Skip to main content
15,881,413 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: how to move mouse? Pin
Rajesh R Subramanian19-Sep-11 18:46
professionalRajesh R Subramanian19-Sep-11 18:46 
Questionhow to get exact number of bytes accessible in RAM for a 32 Bit app? Pin
Divya Rathore19-Sep-11 7:06
Divya Rathore19-Sep-11 7:06 
AnswerRe: how to get exact number of bytes accessible in RAM for a 32 Bit app? Pin
Code-o-mat19-Sep-11 7:45
Code-o-mat19-Sep-11 7:45 
AnswerRe: how to get exact number of bytes accessible in RAM for a 32 Bit app? Pin
Randor 19-Sep-11 20:11
professional Randor 19-Sep-11 20:11 
GeneralRe: how to get exact number of bytes accessible in RAM for a 32 Bit app? Pin
Divya Rathore19-Sep-11 22:46
Divya Rathore19-Sep-11 22:46 
GeneralRe: how to get exact number of bytes accessible in RAM for a 32 Bit app? Pin
Rajesh R Subramanian20-Sep-11 2:24
professionalRajesh R Subramanian20-Sep-11 2:24 
AnswerRe: how to get exact number of bytes accessible in RAM for a 32 Bit app? Pin
Erudite_Eric19-Sep-11 22:24
Erudite_Eric19-Sep-11 22:24 
GeneralRe: how to get exact number of bytes accessible in RAM for a 32 Bit app? Pin
Divya Rathore19-Sep-11 22:54
Divya Rathore19-Sep-11 22:54 
Eric, what I am trying to find is 'guess-timate' (I finally found an occasion to use this word) the amount of memory available to my application (a rather loose statement, I know.. but hopefully gives the idea).

An algorithm in the app that needs quite a lot of memory would need to know if that memory is available or not. Its a dedicated app, there is little chance of some other app requesting a large chunk of memory in parallel.

The memory the algorithm will use is known (or can be approximately figured out based on the input data). So I was hoping that these 2 numbers (available memory and needed memory) would help in a quick decision making as to whether we should proceed with the processing or not.

thanks for the reply!
GeneralRe: how to get exact number of bytes accessible in RAM for a 32 Bit app? Pin
Erudite_Eric19-Sep-11 23:25
Erudite_Eric19-Sep-11 23:25 
GeneralRe: how to get exact number of bytes accessible in RAM for a 32 Bit app? Pin
Code-o-mat20-Sep-11 2:14
Code-o-mat20-Sep-11 2:14 
Questionupdating the label text Pin
sarfaraznawaz19-Sep-11 3:09
sarfaraznawaz19-Sep-11 3:09 
QuestionRe: updating the label text Pin
David Crow19-Sep-11 3:20
David Crow19-Sep-11 3:20 
AnswerRe: updating the label text Pin
sarfaraznawaz19-Sep-11 4:01
sarfaraznawaz19-Sep-11 4:01 
GeneralRe: updating the label text [modified] Pin
enhzflep19-Sep-11 4:34
enhzflep19-Sep-11 4:34 
QuestionRe: updating the label text Pin
David Crow19-Sep-11 4:37
David Crow19-Sep-11 4:37 
GeneralRe: updating the label text Pin
Malli_S19-Sep-11 19:51
Malli_S19-Sep-11 19:51 
AnswerRe: updating the label text Pin
Richard MacCutchan19-Sep-11 4:03
mveRichard MacCutchan19-Sep-11 4:03 
QuestionDLL Pin
john563219-Sep-11 2:14
john563219-Sep-11 2:14 
AnswerRe: DLL Pin
QuickDeveloper19-Sep-11 2:36
QuickDeveloper19-Sep-11 2:36 
AnswerRe: DLL Pin
Malli_S19-Sep-11 2:43
Malli_S19-Sep-11 2:43 
GeneralRe: DLL Pin
john563219-Sep-11 21:55
john563219-Sep-11 21:55 
QuestionCan a VC++ application be converted to the web? Pin
DanYELL18-Sep-11 10:20
DanYELL18-Sep-11 10:20 
AnswerRe: Can a VC++ application be converted to the web? Pin
CPallini18-Sep-11 22:49
mveCPallini18-Sep-11 22:49 
GeneralRe: Try Windows Azure Pin
Software_Developer18-Sep-11 23:49
Software_Developer18-Sep-11 23:49 
GeneralRe: Replying to the OP Pin
Rajesh R Subramanian19-Sep-11 21:20
professionalRajesh R Subramanian19-Sep-11 21:20 

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.