Skip to content

Eadral/SE_Individual_Project

Repository files navigation

Software Engineering Course - Individual Project

Homework Page

Features

  • A console program that can solve the intersection between simple geometric shapes.

Usage

Option Argument Explanation Example
-i An argument to indicate the path to the input file (absolute or relative). intersect.exe -i input.txt -o output.txt
-o An argument to indicate the path to the output file (absolute or relative). intersect.exe -i input.txt -o output.txt

Example

intersect.exe -i input.txt -o output.txt

input.txt

4
C 1 0 2
C 2 2 1
C 3 -2 6
L -1 4 4 -1

output.txt

6

About

Software Engineering Course - Individual Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published