course.wilkes.edu/CS125Labs
Welcome to the site for CS 125 labs!

 

DoubleVectorOps.h

Prev | Next | Lab 9

// DoubleVectorOps.h documents some common operations for vector<double>.
//
// Begun by: Joel Adams, for Hands On C++.
// Completed by:
// Date:
//*******************************************************************

#include <iostream> #include <vector> using namespace std;

ostream & operator<<(ostream & out, const vector<double> & vec);

// replace this line with a prototype of Average()

// replace this line with a prototype of StandardDev()

Prev | Next | Lab 9

 
  Home

Help

Lab 0

Lab 1

Lab 2

Lab 3a

Lab 3b

Lab 4

Lab 5

Lab 6

Lab 7

Lab 8

Lab 9

Lab 10

Lab 11

Lab 12

Lab 13



Membership

Login




Last update: Friday, August 25, 2000 at 9:34:36 AM.
visitors to this page.