Forum: C++ Oct 18th, 2005 |
| Replies: 8 Views: 2,622 Hi, I have some issues with your variable names. result is actually not the result, and e is actually the natural log constant in your comments. Made some changes to the var and trying to do away... |
Forum: C++ Oct 14th, 2005 |
| Replies: 4 Views: 1,505 Errrr, what are you stuck with? How to print in neat tabular form? Something like this?
Temp (deg C) | Temp (deg F)
--------------+---------------
0.0 | ...
1.0 | ... |
Forum: C++ Oct 14th, 2005 |
| Replies: 8 Views: 2,622 Are you trying to just get the natural exponential of a number?
There's a function in math library, if I'm not wrong.
Try to see if the math.h of your compiler has a double exp (double) function.
... |
Forum: C++ Jun 28th, 2005 |
| Replies: 3 Views: 10,935 Hi there! I'm rather new to ACE itself, and would like to see a thread on ACE. I thought POSA2 (http://www.cs.wustl.edu/~schmidt/POSA/) is a good book to read to get the overall concept without... |