CSE 333 21wi Exercise 3

out: Wednesday, January 13, 2021
due: Wednesday, January 20, 2021 by 10:00 am,

Do a git pull and find directory ex03/.

We're supplying a mostly completed .h file (Vector3d.h) that declares some functions and a main() (in file ex03.c) that uses them and verifies their functionality. The .h file is incomplete in a key way, and we don't supply any code implementing the methods it declares. Those things are your job.

You should


Your code must:

Bonus

We have supplied a solution executable you can use to see expected output.

Turn-In

You should tag your code ex03-final and push to your repository.