yazidalg / Tubes_STD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Structures

This is our final project for data structures subject with gym membership data theme.

Disclaimer

If you cannot run this project on your computer. You can follow the tasks.json file. Or maybe you should install the c++ language to run this.

{
    "tasks": [
        {
            "type": "cppbuild",
            "label": "C/C++: g++.exe build active file",
            "command": "C:\\msys64\\ucrt64\\bin\\g++.exe",
            "args": [
                "-fdiagnostics-color=always",
                "-g",
                "-Wall",
                "-std=c++17",
                "${fileDirname}/*.cpp",
                "-o",
                "${fileDirname}\\${fileBasenameNoExtension}.exe"
            ],
            "options": {
                "cwd": "${fileDirname}"
            },
            "problemMatcher": [
                "$gcc"
            ],
            "group": {
                "kind": "build",
                "isDefault": true
            },
            "detail": "Task generated by Debugger."
        }
    ],
    "version": "2.0.0"
}

Was made by Yazid Al Ghozali (1302223047) and Rafli Ahmad Denistri (13022223153) Github Link

About


Languages

Language:C++ 100.0%