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

C / C++ / MFC

 
QuestionWrapper class to do minimize to tray and small minus minimize button Pin
Axter9-Jan-07 3:10
professionalAxter9-Jan-07 3:10 
AnswerRe: Wrapper class to do minimize to tray and small minus minimize button Pin
S Douglas16-Jan-07 1:58
professionalS Douglas16-Jan-07 1:58 
Questionaltering buffer value Pin
ikbahrian9-Jan-07 3:05
ikbahrian9-Jan-07 3:05 
AnswerRe: altering buffer value Pin
David Crow9-Jan-07 3:16
David Crow9-Jan-07 3:16 
GeneralRe: altering buffer value [modified] Pin
ikbahrian9-Jan-07 3:33
ikbahrian9-Jan-07 3:33 
GeneralRe: altering buffer value Pin
David Crow9-Jan-07 4:18
David Crow9-Jan-07 4:18 
GeneralRe: altering buffer value Pin
jhwurmbach9-Jan-07 4:29
jhwurmbach9-Jan-07 4:29 
QuestionRe: altering buffer value Pin
CPallini9-Jan-07 3:35
mveCPallini9-Jan-07 3:35 
DavidCrow wrote:
base = ((0xb3 << 8) | 0xed) & 0x0fff;

Isn't
(0xb3 << 12) | (0xed << 4)

is it?



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.

AnswerRe: altering buffer value Pin
David Crow9-Jan-07 4:13
David Crow9-Jan-07 4:13 
GeneralRe: altering buffer value Pin
CPallini9-Jan-07 4:22
mveCPallini9-Jan-07 4:22 
GeneralRe: altering buffer value Pin
David Crow9-Jan-07 4:38
David Crow9-Jan-07 4:38 
AnswerRe: altering buffer value Pin
jhwurmbach9-Jan-07 3:18
jhwurmbach9-Jan-07 3:18 
Questioncstring library Pin
zoobiskuit9-Jan-07 2:07
zoobiskuit9-Jan-07 2:07 
AnswerRe: cstring library Pin
prasad_som9-Jan-07 2:23
prasad_som9-Jan-07 2:23 
AnswerRe: cstring library Pin
toxcct9-Jan-07 2:47
toxcct9-Jan-07 2:47 
AnswerRe: cstring library Pin
jhwurmbach9-Jan-07 3:07
jhwurmbach9-Jan-07 3:07 
GeneralRe: cstring library Pin
zoobiskuit9-Jan-07 3:17
zoobiskuit9-Jan-07 3:17 
GeneralRe: cstring library Pin
jhwurmbach9-Jan-07 3:24
jhwurmbach9-Jan-07 3:24 
GeneralRe: cstring library Pin
zoobiskuit9-Jan-07 3:28
zoobiskuit9-Jan-07 3:28 
GeneralRe: cstring library Pin
toxcct9-Jan-07 4:14
toxcct9-Jan-07 4:14 
GeneralRe: cstring library Pin
jhwurmbach9-Jan-07 4:20
jhwurmbach9-Jan-07 4:20 
GeneralRe: cstring library Pin
toxcct9-Jan-07 5:29
toxcct9-Jan-07 5:29 
GeneralRe: cstring library Pin
jhwurmbach9-Jan-07 5:52
jhwurmbach9-Jan-07 5:52 
QuestionIs there any matrix library in C++? Pin
Ming Luo9-Jan-07 1:57
Ming Luo9-Jan-07 1:57 
AnswerRe: Is there any matrix library in C++? Pin
CPallini9-Jan-07 2:33
mveCPallini9-Jan-07 2:33 

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.