Click here to Skip to main content
15,890,670 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionReportEvent could not find included messages in exe Pin
SvLeshy21-Mar-10 13:51
SvLeshy21-Mar-10 13:51 
QuestionWhat is MAX_INT for? Pin
Mohamed_Khalil21-Mar-10 7:31
Mohamed_Khalil21-Mar-10 7:31 
AnswerRe: What is MAX_INT (INT_MAX) for? Pin
Joe Woodbury21-Mar-10 7:41
professionalJoe Woodbury21-Mar-10 7:41 
AnswerRe: What is MAX_INT for? Pin
Garth J Lancaster21-Mar-10 11:27
professionalGarth J Lancaster21-Mar-10 11:27 
AnswerRe: What is MAX_INT for? Pin
Adam Roderick J21-Mar-10 18:57
Adam Roderick J21-Mar-10 18:57 
GeneralRe: What is MAX_INT for? Pin
Vaclav_22-Mar-10 3:48
Vaclav_22-Mar-10 3:48 
GeneralRe: What is MAX_INT for? Pin
Joe Woodbury22-Mar-10 6:30
professionalJoe Woodbury22-Mar-10 6:30 
GeneralRe: What is MAX_INT for? Pin
Adam Roderick J22-Mar-10 7:08
Adam Roderick J22-Mar-10 7:08 
It is platform dependent constant which is proposed by ANSI.
And if you take a work with a 16 bit Turbo C compiler on a 32 bit processor.
The value of int will be -32768 to 32767. So i believe it depends on compiler, isnt it?
If i am wrong please do correct. Smile | :)
Величие не Бога может быть недооценена.

GeneralRe: What is MAX_INT for? Pin
Joe Woodbury22-Mar-10 7:16
professionalJoe Woodbury22-Mar-10 7:16 
GeneralRe: What is MAX_INT for? Pin
Adam Roderick J23-Mar-10 5:38
Adam Roderick J23-Mar-10 5:38 
QuestionOwner drawn ListBox problem Pin
Manmohan2921-Mar-10 5:25
Manmohan2921-Mar-10 5:25 
AnswerRe: Owner drawn ListBox problem Pin
«_Superman_»21-Mar-10 6:40
professional«_Superman_»21-Mar-10 6:40 
GeneralRe: Owner drawn ListBox problem Pin
Manmohan2921-Mar-10 7:04
Manmohan2921-Mar-10 7:04 
GeneralRe: Owner drawn ListBox problem Pin
«_Superman_»21-Mar-10 7:10
professional«_Superman_»21-Mar-10 7:10 
GeneralRe: Owner drawn ListBox problem Pin
Manmohan2921-Mar-10 7:27
Manmohan2921-Mar-10 7:27 
GeneralRe: Owner drawn ListBox problem Pin
Manmohan2921-Mar-10 8:06
Manmohan2921-Mar-10 8:06 
AnswerRe: Owner drawn ListBox problem Pin
Luc Pattyn21-Mar-10 11:18
sitebuilderLuc Pattyn21-Mar-10 11:18 
QuestionOpenGL Pin
MrMcIntyre21-Mar-10 4:45
MrMcIntyre21-Mar-10 4:45 
AnswerRe: OpenGL Pin
Richard MacCutchan21-Mar-10 6:09
mveRichard MacCutchan21-Mar-10 6:09 
QuestionGetAsyncKeyState() and GetKeyState() [Solved] Pin
Rozis21-Mar-10 2:05
Rozis21-Mar-10 2:05 
AnswerRe: GetAsyncKeyState() and GetKeyState() Pin
CPallini21-Mar-10 2:48
mveCPallini21-Mar-10 2:48 
GeneralRe: GetAsyncKeyState() and GetKeyState() Pin
Rozis21-Mar-10 3:12
Rozis21-Mar-10 3:12 
GeneralRe: GetAsyncKeyState() and GetKeyState() Pin
CPallini21-Mar-10 3:23
mveCPallini21-Mar-10 3:23 
GeneralRe: GetAsyncKeyState() and GetKeyState() Gathered answers [modified] Pin
Rozis21-Mar-10 4:23
Rozis21-Mar-10 4:23 
AnswerRe: GetAsyncKeyState() and GetKeyState() Pin
Adam Roderick J21-Mar-10 4:53
Adam Roderick J21-Mar-10 4:53 

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.