Click here to Skip to main content
15,896,063 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can I know if scrollbar appears ? Pin
Code-o-mat20-Oct-10 21:54
Code-o-mat20-Oct-10 21:54 
GeneralRe: How can I know if scrollbar appears ? Pin
mesajflaviu21-Oct-10 22:38
mesajflaviu21-Oct-10 22:38 
GeneralRe: How can I know if scrollbar appears ? Pin
Code-o-mat21-Oct-10 22:43
Code-o-mat21-Oct-10 22:43 
Questionproblem with float assignment Pin
samosato20-Oct-10 1:18
samosato20-Oct-10 1:18 
AnswerRe: problem with float assignment Pin
bleedingfingers20-Oct-10 1:23
bleedingfingers20-Oct-10 1:23 
GeneralRe: problem with float assignment Pin
samosato20-Oct-10 1:25
samosato20-Oct-10 1:25 
GeneralRe: problem with float assignment Pin
gothic_coder20-Oct-10 1:35
gothic_coder20-Oct-10 1:35 
AnswerRe: problem with float assignment Pin
Richard MacCutchan20-Oct-10 1:37
mveRichard MacCutchan20-Oct-10 1:37 
Something strange about that message, although I guess you are getting an automatic cast from char to int.

As mentioned in the previous answer, don't use == expressions to compare float values as they are always approximations, unless whole numbers, but even then you can lose precision with very large values.
Just say 'NO' to evaluated arguments for diadic functions! Ash

AnswerRe: problem with float assignment Pin
CPallini20-Oct-10 3:14
mveCPallini20-Oct-10 3:14 
QuestionHWND_TOP dialog controls problem Pin
john563219-Oct-10 22:39
john563219-Oct-10 22:39 
AnswerRe: HWND_TOP dialog controls problem Pin
«_Superman_»19-Oct-10 23:34
professional«_Superman_»19-Oct-10 23:34 
GeneralRe: HWND_TOP dialog controls problem Pin
john563219-Oct-10 23:41
john563219-Oct-10 23:41 
GeneralRe: HWND_TOP dialog controls problem Pin
«_Superman_»19-Oct-10 23:43
professional«_Superman_»19-Oct-10 23:43 
GeneralRe: HWND_TOP dialog controls problem Pin
john563219-Oct-10 23:48
john563219-Oct-10 23:48 
Questionwhat is maximum num of threads use in application? Pin
Le@rner19-Oct-10 18:52
Le@rner19-Oct-10 18:52 
AnswerRe: what is maximum num of threads use in application? Pin
«_Superman_»19-Oct-10 20:06
professional«_Superman_»19-Oct-10 20:06 
GeneralRe: what is maximum num of threads use in application? Pin
Le@rner19-Oct-10 20:19
Le@rner19-Oct-10 20:19 
GeneralRe: what is maximum num of threads use in application? Pin
rp_suman19-Oct-10 21:34
rp_suman19-Oct-10 21:34 
AnswerRe: what is maximum num of threads use in application? PinPopular
CPallini19-Oct-10 21:31
mveCPallini19-Oct-10 21:31 
GeneralRe: what is maximum num of threads use in application? Pin
Niklas L19-Oct-10 23:02
Niklas L19-Oct-10 23:02 
GeneralRe: what is maximum num of threads use in application? Pin
CPallini19-Oct-10 23:06
mveCPallini19-Oct-10 23:06 
GeneralRe: what is maximum num of threads use in application? Pin
David Crow20-Oct-10 3:08
David Crow20-Oct-10 3:08 
GeneralRe: what is maximum num of threads use in application? Pin
CPallini20-Oct-10 3:12
mveCPallini20-Oct-10 3:12 
GeneralRe: what is maximum num of threads use in application? Pin
David Crow20-Oct-10 3:17
David Crow20-Oct-10 3:17 
GeneralRe: what is maximum num of threads use in application? Pin
CPallini20-Oct-10 3:24
mveCPallini20-Oct-10 3:24 

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.