/points3d

Primary LanguageC++MIT LicenseMIT

Open in Visual Studio Code You will use this exact Makefile for your Homework 1. Failure to do so will result in deduction of points.

To compile on terminal, type:

make clean
make all

To delete executables and object files, type:

make clean

To run, type:

./test_points3d

Providing Input from Standard Input

To run with a given file that is redirected to standard input:

./test_points3d < test_input_file.txt