cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Temperature function
Temperature function
Aug 6, 2009 at 10:41pm UTC
shankman2k9
(10)
I am needing some help creating a temperature table for my c++ class. Can anyone provide me with some help or an example thatll show me how to do this?
Aug 6, 2009 at 11:49pm UTC
mcleano
(922)
What do you mean by table? Like an array filled with pre-computed values?
Why can't you just compute when you need to?
Aug 7, 2009 at 12:01am UTC
shankman2k9
(10)
We have to create a table that will convert from celcius to farehnheit and vice versa and needs to prompt the user for the start end and increment.
Topic archived. No new replies allowed.