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

C / C++ / MFC

 
GeneralRe: how i used SendMessage or post Message for update child window? Pin
amitmistry_petlad 27-Feb-07 22:59
amitmistry_petlad 27-Feb-07 22:59 
GeneralRe: how i used SendMessage or post Message for update child window? Pin
ThatsAlok27-Feb-07 23:15
ThatsAlok27-Feb-07 23:15 
QuestionThreads Pin
Programm3r27-Feb-07 21:43
Programm3r27-Feb-07 21:43 
AnswerRe: Threads Pin
Roger Stoltz27-Feb-07 21:56
Roger Stoltz27-Feb-07 21:56 
GeneralRe: Threads Pin
Programm3r27-Feb-07 22:05
Programm3r27-Feb-07 22:05 
QuestionPower management to Monitor UPS Pin
abhiramsss27-Feb-07 21:05
abhiramsss27-Feb-07 21:05 
AnswerRe: Power management to Monitor UPS Pin
Nibu babu thomas27-Feb-07 21:42
Nibu babu thomas27-Feb-07 21:42 
Questionbit-field Pin
Ayman Mashal27-Feb-07 20:51
Ayman Mashal27-Feb-07 20:51 
Hi
i am not understanding exactly how the bit fields implemented

if i create the following structure

struct word
{
unsigned int bit1 : 1;
unsigned int bit2 : 1;
unsigned int word3 : 16;
}

internaly how many bytes will be saved and is the 1 means 1 bit ?
AnswerRe: bit-field Pin
toxcct27-Feb-07 22:05
toxcct27-Feb-07 22:05 
GeneralRe: bit-field Pin
krmed28-Feb-07 1:53
krmed28-Feb-07 1:53 
GeneralRe: bit-field Pin
toxcct28-Feb-07 1:57
toxcct28-Feb-07 1:57 
GeneralRe: bit-field Pin
krmed28-Feb-07 6:59
krmed28-Feb-07 6:59 
AnswerRe: bit-field Pin
Roger Stoltz27-Feb-07 22:07
Roger Stoltz27-Feb-07 22:07 
QuestionEmpty pane in splliter window? Pin
BishGada27-Feb-07 20:36
BishGada27-Feb-07 20:36 
Questionselect item using path Pin
yuvachandra27-Feb-07 20:29
yuvachandra27-Feb-07 20:29 
QuestionRe: select item using path Pin
prasad_som27-Feb-07 20:32
prasad_som27-Feb-07 20:32 
AnswerRe: select item using path Pin
yuvachandra27-Feb-07 20:41
yuvachandra27-Feb-07 20:41 
GeneralRe: select item using path Pin
ThatsAlok27-Feb-07 21:26
ThatsAlok27-Feb-07 21:26 
Questionpassing 2 parameter in thread Pin
neha.agarwal2727-Feb-07 19:56
neha.agarwal2727-Feb-07 19:56 
AnswerRe: passing 2 parameter in thread Pin
prasad_som27-Feb-07 20:15
prasad_som27-Feb-07 20:15 
GeneralRe: passing 2 parameter in thread Pin
neha.agarwal2727-Feb-07 20:27
neha.agarwal2727-Feb-07 20:27 
QuestionCalculating possible words from a single letter. Pin
Sauce!27-Feb-07 19:16
Sauce!27-Feb-07 19:16 
AnswerRe: Calculating possible words from a single letter. Pin
Stephen Hewitt27-Feb-07 19:50
Stephen Hewitt27-Feb-07 19:50 
GeneralRe: Calculating possible words from a single letter. Pin
Sauce!27-Feb-07 20:11
Sauce!27-Feb-07 20:11 
GeneralRe: Calculating possible words from a single letter. Pin
Stephen Hewitt27-Feb-07 20:16
Stephen Hewitt27-Feb-07 20:16 

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.