Click here to Skip to main content
15,887,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
I am creating an MFC based MDI type app in VS2008.   I have a class structure that is mostly based on declaring objects of the lower class in the class above it - so not subclasses - but called from parents as such:

CHostApp   ------------>   CCommandParser
   CMainFrame
      COutputWnd   (console type display class that I want to call a function in)



So in CMainFrame it does:

COutputWnd m_OutputWnd
and so on up the chain.


I am making a command parser class that I'm thinking really should be a static class from the at the CHostApp level.   Ultimately I'm trying to call a function and pass data from

CCommandParser to COutputWnd.  

What's the right syntax or methodology to do this?   Do I need to make one a friend class of the other?
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 
GeneralRe: Downloading files from web sites like rapidshare! Pin
Hadi Dayvary22-Jun-09 10:12
professionalHadi Dayvary22-Jun-09 10:12 
GeneralRe: Downloading files from web sites like rapidshare! Pin
Stuart Dootson22-Jun-09 10:23
professionalStuart Dootson22-Jun-09 10:23 
QuestionClistCtrl w/Popup Menu - Wrong Menu Item Returned Pin
jon_fallon20-Jun-09 9:47
jon_fallon20-Jun-09 9:47 
AnswerRe: ClistCtrl w/Popup Menu - Wrong Menu Item Returned Pin
Roger Allen21-Jun-09 13:37
Roger Allen21-Jun-09 13:37 
GeneralRe: ClistCtrl w/Popup Menu - Wrong Menu Item Returned Pin
jon_fallon22-Jun-09 2:35
jon_fallon22-Jun-09 2:35 
QuestionWrapper function for sprintf, strcpy, strcat? Pin
dipuks20-Jun-09 7:56
dipuks20-Jun-09 7:56 
AnswerRe: Wrapper function for sprintf, strcpy, strcat? [modified] Pin
Luc Pattyn20-Jun-09 8:45
sitebuilderLuc Pattyn20-Jun-09 8:45 
AnswerRe: Wrapper function for sprintf, strcpy, strcat? PinPopular
Stephen Hewitt20-Jun-09 21:54
Stephen Hewitt20-Jun-09 21:54 
GeneralWelcome in the CP's Memorable Quotes list. Pin
CPallini21-Jun-09 0:22
mveCPallini21-Jun-09 0:22 
GeneralRe: Welcome in the CP's Memorable Quotes list. Pin
Stephen Hewitt21-Jun-09 3:34
Stephen Hewitt21-Jun-09 3:34 
AnswerRe: Wrapper function for sprintf, strcpy, strcat? Pin
David Crow22-Jun-09 4:21
David Crow22-Jun-09 4:21 
QuestionLink Errors Pin
Muhammad Hassan Haider20-Jun-09 7:25
Muhammad Hassan Haider20-Jun-09 7:25 

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.