Forum: Motherboards, CPUs and RAM Jul 22nd, 2009 |
| Replies: 6 Views: 546 Air flow through the computer case is crucial. Make sure there is not only enough air flow but also there is non-obstructed air flow inside the case. For example, move wires away from "no mans... |
Forum: C++ Dec 21st, 2006 |
| Replies: 6 Views: 3,262 Problem fixed. Thank you for your help. |
Forum: C++ Dec 21st, 2006 |
| Replies: 6 Views: 3,262 Also I read this webpage http://www.cplusplus.com/doc/tutorial/templates.html and from what I gather, my code should work. |
Forum: C++ Dec 21st, 2006 |
| Replies: 6 Views: 3,262 Thanks for the help. But it isnt helping. Isnt template <class T>
T calculateAverage(T dataValue[], int size) what you meant by your 3rd point? And I tell it what T is in the cout before the return... |
Forum: ColdFusion Dec 21st, 2006 |
| Replies: 3 Views: 4,305 Why dont you show us what you have so far? It sounds to me like you need 3 input boxes and a submit button, then have it crunch what the user input. Coding the inputs isnt that hard. Try even... |
Forum: C++ Dec 21st, 2006 |
| Replies: 6 Views: 3,262 Please help me figure out what is wrong with my code...
#include <iostream> // required to perform C++ stream I/O
#include <iomanip> // required for parameterized stream manipulators
using... |