I'm writing a program in Visual C++ .Net that ask's the user to enter two
mumbers, obtains the two numbers from the user and prints the sum, product,
difference, and quotient of the two numbers. The problem is I can get the sum
to print, but not product, diffrence, and quotients to print their results.
Any help would be great!
Peter van der Goes - 28 Aug 2004 14:57 GMT
> I'm writing a program in Visual C++ .Net that ask's the user to enter two
> mumbers, obtains the two numbers from the user and prints the sum, product,
> difference, and quotient of the two numbers. The problem is I can get the sum
> to print, but not product, diffrence, and quotients to print their results.
> Any help would be great!
It sounds like a short program, so could you post your code so we can offer
meaningful suggestions?
Your problems could be caused by any number of things in the code.

Signature
Peter [MVP Visual Developer]
Jack of all trades, master of none.