Click here to Skip to main content
15,899,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: trie Pin
Stuart Dootson11-Feb-09 12:15
professionalStuart Dootson11-Feb-09 12:15 
Questionc program that inputs 5 pairs of integers and determine if the second one is multiple of the first one Pin
raeiko11-Feb-09 10:42
raeiko11-Feb-09 10:42 
AnswerRe: c program that inputs 5 pairs of integers and determine if the second one is multiple of the first one Pin
Stuart Dootson11-Feb-09 11:07
professionalStuart Dootson11-Feb-09 11:07 
GeneralRe: c program that inputs 5 pairs of integers and determine if the second one is multiple of the first one Pin
raeiko11-Feb-09 11:31
raeiko11-Feb-09 11:31 
GeneralRe: c program that inputs 5 pairs of integers and determine if the second one is multiple of the first one Pin
Stuart Dootson11-Feb-09 12:30
professionalStuart Dootson11-Feb-09 12:30 
GeneralRe: c program that inputs 5 pairs of integers and determine if the second one is multiple of the first one Pin
raeiko11-Feb-09 13:28
raeiko11-Feb-09 13:28 
AnswerRe: c program that inputs 5 pairs of integers and determine if the second one is multiple of the first one Pin
CPallini11-Feb-09 11:59
mveCPallini11-Feb-09 11:59 
QuestionRe: c program that inputs 5 pairs of integers and determine if the second one is multiple of the first one Pin
David Crow12-Feb-09 3:24
David Crow12-Feb-09 3:24 
Check out your multiple() function. Notice that it is called outside of the loop, so it is only going to work on the last two values of num1 and num2.

Also, why does the multiple() function have a for loop?

"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


QuestionTrying to load a wave file into a class from the resource's Pin
simon alec smith11-Feb-09 10:05
simon alec smith11-Feb-09 10:05 
AnswerRe: Trying to load a wave file into a class from the resource's Pin
Stuart Dootson11-Feb-09 11:05
professionalStuart Dootson11-Feb-09 11:05 
QuestionA quick question about Microsoft Visual C++ Runtimes and Visual Studio 2008. Pin
santiageitorx11-Feb-09 7:21
santiageitorx11-Feb-09 7:21 
AnswerRe: A quick question about Microsoft Visual C++ Runtimes and Visual Studio 2008. Pin
led mike11-Feb-09 7:44
led mike11-Feb-09 7:44 
AnswerRe: A quick question about Microsoft Visual C++ Runtimes and Visual Studio 2008. Pin
Stuart Dootson11-Feb-09 7:52
professionalStuart Dootson11-Feb-09 7:52 
GeneralRe: A quick question about Microsoft Visual C++ Runtimes and Visual Studio 2008. Pin
led mike11-Feb-09 8:25
led mike11-Feb-09 8:25 
JokeRe: A quick question about Microsoft Visual C++ Runtimes and Visual Studio 2008. Pin
Perspx11-Feb-09 8:39
Perspx11-Feb-09 8:39 
GeneralRe: A quick question about Microsoft Visual C++ Runtimes and Visual Studio 2008. Pin
Stuart Dootson11-Feb-09 8:56
professionalStuart Dootson11-Feb-09 8:56 
GeneralRe: A quick question about Microsoft Visual C++ Runtimes and Visual Studio 2008. Pin
santiageitorx11-Feb-09 8:04
santiageitorx11-Feb-09 8:04 
GeneralRe: A quick question about Microsoft Visual C++ Runtimes and Visual Studio 2008. Pin
Stuart Dootson11-Feb-09 9:07
professionalStuart Dootson11-Feb-09 9:07 
QuestionHow to manage image position after changing screen resolution? Pin
Supra211-Feb-09 7:03
Supra211-Feb-09 7:03 
AnswerRe: How to manage image position after changing screen resolution? Pin
Cedric Moonen11-Feb-09 7:36
Cedric Moonen11-Feb-09 7:36 
QuestionHow not to lose focus when a child dialog is created Pin
materatsu11-Feb-09 5:36
materatsu11-Feb-09 5:36 
QuestionRe: How not to lose focus when a child dialog is created Pin
David Crow11-Feb-09 5:37
David Crow11-Feb-09 5:37 
AnswerRe: How not to lose focus when a child dialog is created Pin
materatsu11-Feb-09 6:10
materatsu11-Feb-09 6:10 
GeneralRe: How not to lose focus when a child dialog is created Pin
David Crow11-Feb-09 6:15
David Crow11-Feb-09 6:15 
AnswerRe: How not to lose focus when a child dialog is created Pin
Code-o-mat11-Feb-09 6:10
Code-o-mat11-Feb-09 6:10 

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.