Forum: C++ Aug 11th, 2005 |
| Replies: 6 Views: 3,867 Thanks for the help! I actually got it by another way. |
Forum: C++ Aug 9th, 2005 |
| Replies: 6 Views: 3,867 You know how a calculator has a dot( the period) to create a decimal system. When creating a calculator, how do you make the calculator recognize that the number is a decimal. It has to be more than... |
Forum: C++ Aug 8th, 2005 |
| Replies: 6 Views: 3,867 I am trying to build a scientific calculator. However, I have two major problems.
1. The decimal to separate the tens from the tenth
2. Modulus which outputs the remainder of the division of... |
Forum: C++ Jul 12th, 2005 |
| Replies: 3 Views: 1,824 Amplitude is the absolute value in the sense that it is the distance of the complex number from the origin.
What book is this?[/QUOTE]
The book we are using in class is called Visual C++.net by... |
Forum: C++ Jul 12th, 2005 |
| Replies: 3 Views: 1,824 Hi!
I am new to this, and new to the programming. To be honest, it's not easy.
I am having this problem with doing Complex numbers. Basically, I have to write a program to show the Amplitude... |