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

C / C++ / MFC

 
QuestionDesktop wallpaper/background Pin
daavena15-Jun-09 12:27
daavena15-Jun-09 12:27 
AnswerRe: Desktop wallpaper/background Pin
«_Superman_»15-Jun-09 16:37
professional«_Superman_»15-Jun-09 16:37 
GeneralRe: Desktop wallpaper/background Pin
daavena16-Jun-09 6:30
daavena16-Jun-09 6:30 
QuestionHow can I access a document member variable from a dialog window? Pin
Darryl Bryk15-Jun-09 11:05
Darryl Bryk15-Jun-09 11:05 
AnswerRe: How can I access a document member variable from a dialog window? Pin
Stuart Dootson15-Jun-09 14:53
professionalStuart Dootson15-Jun-09 14:53 
GeneralRe: How can I access a document member variable from a dialog window? Pin
Darryl Bryk17-Jun-09 13:41
Darryl Bryk17-Jun-09 13:41 
QuestionStatic function variable problem Pin
alikalik15-Jun-09 8:18
alikalik15-Jun-09 8:18 
AnswerRe: Static function variable problem Pin
David Crow15-Jun-09 10:03
David Crow15-Jun-09 10:03 
At first glance, your problem sounds like one of synchronization. But then I could not figure out how you were calling myFn(). It is expecting a single argument, yet you've shown two arrays. Are you passing one member of the array with each call to myFn()?

alikalik wrote:
The result for the first call must be 1+2+3 = 6
The result for the second call must be 4+5+6 = 15

But now the result for the first call will be 1+4+2+5+... and so on.


Nothing you've shown supports this. Confused | :confused:

"Old age is like a bank account. You withdraw later in life what you have deposited along the way." - Unknown

"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons


AnswerRe: Static function variable problem Pin
Chris Losinger15-Jun-09 10:04
professionalChris Losinger15-Jun-09 10:04 
GeneralRe: Static function variable problem Pin
alikalik15-Jun-09 18:43
alikalik15-Jun-09 18:43 
AnswerRe: Static function variable problem Pin
led mike15-Jun-09 10:27
led mike15-Jun-09 10:27 
AnswerRe: Static function variable problem Pin
CPallini15-Jun-09 10:41
mveCPallini15-Jun-09 10:41 
Questionreturn value of a fun() [modified] Pin
Anand966915-Jun-09 7:21
Anand966915-Jun-09 7:21 
QuestionRe: return value of a fun() Pin
David Crow15-Jun-09 7:40
David Crow15-Jun-09 7:40 
AnswerRe: return value of a fun() Pin
Anand966915-Jun-09 7:43
Anand966915-Jun-09 7:43 
GeneralRe: return value of a fun() Pin
Luc Pattyn15-Jun-09 8:41
sitebuilderLuc Pattyn15-Jun-09 8:41 
GeneralRe: return value of a fun() Pin
Anand966915-Jun-09 20:10
Anand966915-Jun-09 20:10 
QuestionPropertyPage - OnQueryCancel Pin
JBAK_CP15-Jun-09 7:06
JBAK_CP15-Jun-09 7:06 
AnswerRe: PropertyPage - OnQueryCancel Pin
David Crow15-Jun-09 7:54
David Crow15-Jun-09 7:54 
QuestionCreateImageEx problem with CListCtrl drag and drop Pin
bhanu_850915-Jun-09 5:39
bhanu_850915-Jun-09 5:39 
AnswerRe: CreateImageEx problem with CListCtrl drag and drop Pin
bhanu_850915-Jun-09 23:39
bhanu_850915-Jun-09 23:39 
QuestionCalling the functions from different class Pin
aravind.sn15-Jun-09 2:55
aravind.sn15-Jun-09 2:55 
AnswerRe: Calling the functions from different class Pin
_AnsHUMAN_ 15-Jun-09 3:08
_AnsHUMAN_ 15-Jun-09 3:08 
GeneralRe: Calling the functions from different class Pin
aravind.sn15-Jun-09 3:30
aravind.sn15-Jun-09 3:30 
QuestionSetattribute in MSXML Pin
siva45515-Jun-09 2:35
siva45515-Jun-09 2:35 

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.