Click here to Skip to main content
15,909,898 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: [Solved?] Constructor help – getting data from CListView to dialog. Pin
Mike Danberg23-Jan-08 19:17
Mike Danberg23-Jan-08 19:17 
GeneralCalling a function Pin
newkid21-Jan-08 4:05
newkid21-Jan-08 4:05 
GeneralWrong forum Pin
CPallini21-Jan-08 4:21
mveCPallini21-Jan-08 4:21 
GeneralError in Release build (Shift Operator) Pin
Sumanta Rout21-Jan-08 3:14
Sumanta Rout21-Jan-08 3:14 
GeneralRe: Error in Release build (Shift Operator) Pin
David Crow21-Jan-08 3:36
David Crow21-Jan-08 3:36 
GeneralRe: Error in Release build (Shift Operator) Pin
Alexander M.,21-Jan-08 3:42
Alexander M.,21-Jan-08 3:42 
GeneralRe: Error in Release build (Shift Operator): is it actually a C++ compiler bug? Pin
CPallini21-Jan-08 4:04
mveCPallini21-Jan-08 4:04 
GeneralRe: Error in Release build (Shift Operator) Pin
CPallini21-Jan-08 5:04
mveCPallini21-Jan-08 5:04 
Actually you shouldn't use a 32 bit shift on a 32 bit wide number because the compiler is allowed to return you a wrong result:
(from C language specification [^], 6.5.7 Bitwise shift operators, Semantics)

The integer promotions are performed on each of the operands. The type of the result is
that of the promoted left operand. If the value of the right operand is negative or is
greater than or equal to the width of the promoted left operand, the behavior is undefined.


Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

[my articles]


GeneralAnti keylogger Pin
Eikthrynir21-Jan-08 3:05
Eikthrynir21-Jan-08 3:05 
GeneralRe: Anti keylogger Pin
Alexander M.,21-Jan-08 3:39
Alexander M.,21-Jan-08 3:39 
GeneralRe: Anti keylogger [modified] Pin
Eikthrynir21-Jan-08 3:45
Eikthrynir21-Jan-08 3:45 
QuestionCPropertySheet PressButton does not work Pin
linton samuel dawson21-Jan-08 2:12
linton samuel dawson21-Jan-08 2:12 
QuestionRe: CPropertySheet PressButton does not work Pin
David Crow21-Jan-08 3:04
David Crow21-Jan-08 3:04 
AnswerRe: CPropertySheet PressButton does not work Pin
linton samuel dawson21-Jan-08 3:08
linton samuel dawson21-Jan-08 3:08 
QuestionRe: CPropertySheet PressButton does not work Pin
David Crow21-Jan-08 3:47
David Crow21-Jan-08 3:47 
AnswerRe: CPropertySheet PressButton does not work Pin
linton samuel dawson21-Jan-08 4:08
linton samuel dawson21-Jan-08 4:08 
GeneralRe: CPropertySheet PressButton does not work Pin
linton samuel dawson21-Jan-08 4:53
linton samuel dawson21-Jan-08 4:53 
GeneralRe: CPropertySheet PressButton does not work Pin
KarstenK21-Jan-08 3:59
mveKarstenK21-Jan-08 3:59 
AnswerRe: CPropertySheet PressButton does not work Pin
linton samuel dawson21-Jan-08 4:01
linton samuel dawson21-Jan-08 4:01 
GeneralDos windows invisible Pin
tom groezer21-Jan-08 1:30
tom groezer21-Jan-08 1:30 
GeneralRe: Dos windows invisible Pin
JudyL_MD21-Jan-08 2:01
JudyL_MD21-Jan-08 2:01 
GeneralRe: Dos windows invisible Pin
tom groezer21-Jan-08 16:08
tom groezer21-Jan-08 16:08 
GeneralRe: Dos windows invisible Pin
JudyL_MD22-Jan-08 2:36
JudyL_MD22-Jan-08 2:36 
GeneralRe: Dos windows invisible Pin
Rajesh R Subramanian21-Jan-08 21:29
professionalRajesh R Subramanian21-Jan-08 21:29 
GeneralUpdating source control status...Nightmare Pin
AbbyIndian21-Jan-08 0:40
AbbyIndian21-Jan-08 0:40 

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.