Using setprecisionThis is the final line of my code. [code]cout<<"Resultant Force vector in Newtons and Cartesian f...
Can't Compile. I kep getting an error message on line 5 saying expected intializer??the stdDevFns.h is a header file that I created myself to use in the program.
Can't Compile. I kep getting an error message on line 5 saying expected intializer??[code]#include "stdDevFns.h" #include <iostream> #include <cmath> using namespace std; // Pu...
How would I create a simple program..?..using this as a header file included in the program. [code]#include <iostream> #include <fstream...
What am I missing?By the way stdDevFns.h is a header file that I created. [code]#include <iostream> #include <fstr...