Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
55 changes: 0 additions & 55 deletions .gitignore

This file was deleted.

6 changes: 3 additions & 3 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"configurations": [
{
"name": "linux-gcc-x64",
"name": "windows-gcc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "/usr/bin/gcc",
"compilerPath": "C:/Program Files/mingw-w64/x86_64-8.1.0-posix-seh-rt_v6-rev0/mingw64/bin/gcc.exe",
"cStandard": "${default}",
"cppStandard": "${default}",
"intelliSenseMode": "linux-gcc-x64",
"intelliSenseMode": "windows-gcc-x64",
"compilerArgs": [
""
]
Expand Down
24 changes: 0 additions & 24 deletions .vscode/launch.json

This file was deleted.

62 changes: 0 additions & 62 deletions .vscode/settings.json

This file was deleted.

Binary file removed COP3402_Group_Member_Responsibilities.docx
Binary file not shown.
Binary file removed CollaborationFormulas.pdf
Binary file not shown.
Binary file added FromGithub/CopyWork.zip
Binary file not shown.
0 Makefile → FromGithub/Makefile
100755 → 100644
File renamed without changes.
File renamed without changes.
Loading