Aufgabe 1 fertig, wurde schon korrigiert

This commit is contained in:
Tobias Kachel 2026-04-19 13:27:50 +02:00
parent 5d78ae3349
commit 7ae37fad48
7 changed files with 28 additions and 1 deletions

28
1_Grundlagen/.vscode/tasks.json vendored Normal file
View File

@ -0,0 +1,28 @@
{
"tasks": [
{
"type": "cppbuild",
"label": "C/C++: g++ build active file",
"command": "/usr/bin/g++",
"args": [
"-fdiagnostics-color=always",
"-g",
"${file}",
"-o",
"${fileDirname}/${fileBasenameNoExtension}"
],
"options": {
"cwd": "${fileDirname}"
},
"problemMatcher": [
"$gcc"
],
"group": {
"kind": "build",
"isDefault": true
},
"detail": "Task generated by Debugger."
}
],
"version": "2.0.0"
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,4 +1,3 @@
#include <iostream>
#define NUM 0
using namespace std;

BIN
1_Grundlagen/code/check Executable file

Binary file not shown.

BIN
2_Flugkurve01/code/a.out Executable file

Binary file not shown.