Click here to Skip to main content
15,890,690 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: problem with FormatMessage Pin
David Crow25-Sep-06 9:44
David Crow25-Sep-06 9:44 
Questionmake jar file Pin
cqwangdonghua25-Sep-06 7:26
cqwangdonghua25-Sep-06 7:26 
AnswerRe: make jar file Pin
Anonymuos25-Sep-06 7:59
Anonymuos25-Sep-06 7:59 
GeneralRe: make jar file Pin
cqwangdonghua25-Sep-06 15:07
cqwangdonghua25-Sep-06 15:07 
GeneralRe: make jar file Pin
kakan25-Sep-06 19:53
professionalkakan25-Sep-06 19:53 
GeneralRe: make jar file Pin
S Douglas25-Sep-06 23:09
professionalS Douglas25-Sep-06 23:09 
QuestionProblem with static in c programming Pin
EzraYap25-Sep-06 6:13
EzraYap25-Sep-06 6:13 
QuestionRe: Problem with static in c programming Pin
jhwurmbach25-Sep-06 6:22
jhwurmbach25-Sep-06 6:22 
Simple: recursion!

There is only one ntimes-variable (that's what staic means), and it is initialised only once when encountered the first time.
As long as it is below 100, recur() is calling itself, incrementing the variable.
When it reaches 100, a text is printed and all the pending recur()-function come to decrement ntimes.



"We trained hard, but it seemed that every time we were beginning to form up into teams we would be reorganised. I was to learn later in life that we tend to meet any new situation by reorganising: and a wonderful method it can be for creating the illusion of progress, while producing confusion, inefficiency and demoralisation."

-- Caius Petronius, Roman Consul, 66 A.D.

AnswerRe: Problem with static in c programming Pin
EzraYap25-Sep-06 6:46
EzraYap25-Sep-06 6:46 
AnswerRe: Problem with static in c programming Pin
toxcct25-Sep-06 6:48
toxcct25-Sep-06 6:48 
AnswerRe: Problem with static in c programming Pin
Zac Howland25-Sep-06 8:18
Zac Howland25-Sep-06 8:18 
QuestionCommand-line code merged with GUI Pin
mikhailxyohman25-Sep-06 5:19
mikhailxyohman25-Sep-06 5:19 
AnswerRe: Command-line code merged with GUI Pin
toxcct25-Sep-06 5:30
toxcct25-Sep-06 5:30 
GeneralRe: Command-line code merged with GUI Pin
mikhailxyohman25-Sep-06 5:40
mikhailxyohman25-Sep-06 5:40 
GeneralRe: Command-line code merged with GUI Pin
toxcct25-Sep-06 6:49
toxcct25-Sep-06 6:49 
GeneralRe: Command-line code merged with GUI Pin
mikhailxyohman25-Sep-06 9:42
mikhailxyohman25-Sep-06 9:42 
QuestionHow to solve this problem? Pin
zouchao111225-Sep-06 4:40
zouchao111225-Sep-06 4:40 
AnswerRe: How to solve this problem? Pin
Mohammad A Gdeisat25-Sep-06 9:45
Mohammad A Gdeisat25-Sep-06 9:45 
GeneralRe: How to solve this problem? Pin
zouchao111225-Sep-06 14:31
zouchao111225-Sep-06 14:31 
GeneralRe: How to solve this problem? Pin
Mohammad A Gdeisat25-Sep-06 20:07
Mohammad A Gdeisat25-Sep-06 20:07 
Questionadding cbutton to a cstatusbar Pin
PrabhuDev25-Sep-06 4:10
PrabhuDev25-Sep-06 4:10 
AnswerRe: adding cbutton to a cstatusbar Pin
Sarath C25-Sep-06 5:05
Sarath C25-Sep-06 5:05 
GeneralRe: adding cbutton to a cstatusbar Pin
PrabhuDev12-Nov-06 6:49
PrabhuDev12-Nov-06 6:49 
QuestionC++ MDI and CreateProcess Pin
Christopher Stratmann25-Sep-06 4:07
Christopher Stratmann25-Sep-06 4:07 
AnswerRe: C++ MDI and CreateProcess Pin
led mike25-Sep-06 4:34
led mike25-Sep-06 4:34 

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.