Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Help me please Pin
Cedric Moonen30-Oct-09 4:46
Cedric Moonen30-Oct-09 4:46 
GeneralRe: Help me please Pin
Ev3nflow30-Oct-09 5:47
Ev3nflow30-Oct-09 5:47 
AnswerRe: Help me please Pin
jeron130-Oct-09 4:47
jeron130-Oct-09 4:47 
QuestionRe: Help me please Pin
David Crow30-Oct-09 5:34
David Crow30-Oct-09 5:34 
AnswerRe: Help me please Pin
Tim Craig30-Oct-09 9:01
Tim Craig30-Oct-09 9:01 
AnswerRe: Help me please Pin
Tim Craig30-Oct-09 9:05
Tim Craig30-Oct-09 9:05 
GeneralRe: Help me please Pin
Ev3nflow30-Oct-09 10:02
Ev3nflow30-Oct-09 10:02 
GeneralRe: Help me please Pin
David Crow30-Oct-09 10:28
David Crow30-Oct-09 10:28 
It does not appear that you have changed anything.

Ev3nflow wrote:
#include ;


Confused | :confused: We know what it is, but still.

Ev3nflow wrote:
if (balance < threshold)


threshold has not been initilized.

Ev3nflow wrote:
interest=balance*lowrate/100;


I would suggest using 100.0 instead.

Ev3nflow wrote:
if (taxed) is; 'Y';


This does not compile.

Ev3nflow wrote:
printf("\n\n\t\tInterest rate %20d", taxrate);
printf("\n\n\t\tInterest added %20d",interest);
printf("\n\n\t\tTax deducted %20d", tax);


You are still using %d.

To make your code easier to read, highlight it all and click the "code block" button. Then click the "Preview" button to make sure it looks like something others can decipher.

"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


Questionexternal or global function problem Pin
moh.hijjawi30-Oct-09 4:40
moh.hijjawi30-Oct-09 4:40 
AnswerRe: external or global function problem Pin
josda100030-Oct-09 5:11
josda100030-Oct-09 5:11 
AnswerRe: external or global function problem Pin
transoft30-Oct-09 8:16
transoft30-Oct-09 8:16 
AnswerRe: external or global function problem Pin
CPallini30-Oct-09 11:11
mveCPallini30-Oct-09 11:11 
GeneralRe: external or global function problem Pin
moh.hijjawi31-Oct-09 1:28
moh.hijjawi31-Oct-09 1:28 
AnswerReRE: external or global function problem Pin
moh.hijjawi31-Oct-09 1:30
moh.hijjawi31-Oct-09 1:30 
QuestionHow to use Msi API to uninstall an application by its "Product Code" ? Pin
cuiqimeng200030-Oct-09 4:01
cuiqimeng200030-Oct-09 4:01 
Questionexcel data base error Pin
trioum30-Oct-09 3:23
trioum30-Oct-09 3:23 
AnswerRe: excel data base error Pin
Rajesh R Subramanian30-Oct-09 3:30
professionalRajesh R Subramanian30-Oct-09 3:30 
GeneralRe: excel data base error Pin
trioum30-Oct-09 19:08
trioum30-Oct-09 19:08 
GeneralRe: excel data base error Pin
Rajesh R Subramanian30-Oct-09 19:18
professionalRajesh R Subramanian30-Oct-09 19:18 
Questionvariables Pin
khomeyni30-Oct-09 2:40
khomeyni30-Oct-09 2:40 
AnswerRe: variables Pin
Maximilien30-Oct-09 2:48
Maximilien30-Oct-09 2:48 
GeneralRe: variables Pin
khomeyni30-Oct-09 2:51
khomeyni30-Oct-09 2:51 
GeneralRe: variables Pin
Maximilien30-Oct-09 3:04
Maximilien30-Oct-09 3:04 
GeneralRe: variables Pin
khomeyni30-Oct-09 5:59
khomeyni30-Oct-09 5:59 
GeneralRe: variables Pin
David Crow30-Oct-09 6:07
David Crow30-Oct-09 6:07 

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.