Click here to Skip to main content
15,895,781 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCreateNewChild and mouse messages Pin
prithaa21-Jun-09 15:13
prithaa21-Jun-09 15:13 
QuestionError when creating classes for dialog boxes or new class Pin
l_d21-Jun-09 7:06
l_d21-Jun-09 7:06 
AnswerRe: Error when creating classes for dialog boxes or new class Pin
«_Superman_»21-Jun-09 16:20
professional«_Superman_»21-Jun-09 16:20 
AnswerRe: Error when creating classes for dialog boxes or new class Pin
David Crow22-Jun-09 4:10
David Crow22-Jun-09 4:10 
GeneralRe: Error when creating classes for dialog boxes or new class Pin
l_d23-Jun-09 8:51
l_d23-Jun-09 8:51 
QuestionEmbedded Structure Pin
Gjm21-Jun-09 6:25
Gjm21-Jun-09 6:25 
QuestionRe: Embedded Structure Pin
CPallini21-Jun-09 6:51
mveCPallini21-Jun-09 6:51 
AnswerRe: Embedded Structure Pin
Stuart Dootson21-Jun-09 13:47
professionalStuart Dootson21-Jun-09 13:47 
Probably something like:

struct A
{
   struct
   {
      int a;
      int b;
   } embedded_struct;
   int c;
};


embedded_struct is a data member of A with struct type.

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

QuestionGetCapture and SetCapture Pin
prithaa21-Jun-09 2:08
prithaa21-Jun-09 2:08 
AnswerRe: GetCapture and SetCapture Pin
«_Superman_»21-Jun-09 4:18
professional«_Superman_»21-Jun-09 4:18 
GeneralRe: GetCapture and SetCapture Pin
prithaa21-Jun-09 4:29
prithaa21-Jun-09 4:29 
GeneralRe: GetCapture and SetCapture Pin
Varun Verma31-Aug-09 11:36
Varun Verma31-Aug-09 11:36 
QuestionSetCapture and ReleaseCapture Pin
prithaa21-Jun-09 1:46
prithaa21-Jun-09 1:46 
QuestionI need Algorithm to compute Strict Avalanche Criterion for nonlinear boolean functions? Pin
alaaomar20-Jun-09 20:27
alaaomar20-Jun-09 20:27 
AnswerRe: I need Algorithm to compute Strict Avalanche Criterion for nonlinear boolean functions? Pin
killabyte20-Jun-09 23:34
killabyte20-Jun-09 23:34 
QuestionI need Algorithm to compute correlation Immunity for boolean functions? Pin
alaaomar20-Jun-09 20:25
alaaomar20-Jun-09 20:25 
AnswerRe: I need Algorithm to compute correlation Immunity for boolean functions? Pin
molesworth20-Jun-09 23:21
molesworth20-Jun-09 23:21 
AnswerRe: I need Algorithm to compute correlation Immunity for boolean functions? Pin
CPallini20-Jun-09 23:47
mveCPallini20-Jun-09 23:47 
JokeRe: I need Algorithm to compute correlation Immunity for boolean functions? Pin
David Crow22-Jun-09 4:14
David Crow22-Jun-09 4:14 
QuestionTrying to call function from parallel classes... Pin
dougwilliams20-Jun-09 12:25
dougwilliams20-Jun-09 12:25 
AnswerRe: Trying to call function from parallel classes... Pin
«_Superman_»20-Jun-09 17:07
professional«_Superman_»20-Jun-09 17:07 
GeneralRe: Trying to call function from parallel classes... Pin
Stephen Hewitt20-Jun-09 21:51
Stephen Hewitt20-Jun-09 21:51 
GeneralRe: Trying to call function from parallel classes... Pin
led mike22-Jun-09 4:45
led mike22-Jun-09 4:45 
QuestionDownloading files from web sites like rapidshare! Pin
Hadi Dayvary20-Jun-09 9:58
professionalHadi Dayvary20-Jun-09 9:58 
AnswerRe: Downloading files from web sites like rapidshare! Pin
Stuart Dootson20-Jun-09 14:24
professionalStuart Dootson20-Jun-09 14: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.