Aufgabe 1 fertig, wurde schon korrigiert
This commit is contained in:
parent
5d78ae3349
commit
7ae37fad48
28
1_Grundlagen/.vscode/tasks.json
vendored
Normal file
28
1_Grundlagen/.vscode/tasks.json
vendored
Normal 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"
|
||||||
|
}
|
||||||
BIN
1_Grundlagen/Vorbereitungsaufgaben/a.out
Executable file
BIN
1_Grundlagen/Vorbereitungsaufgaben/a.out
Executable file
Binary file not shown.
BIN
1_Grundlagen/Vorbereitungsaufgaben/laufzeitfehler
Executable file
BIN
1_Grundlagen/Vorbereitungsaufgaben/laufzeitfehler
Executable file
Binary file not shown.
BIN
1_Grundlagen/Vorbereitungsaufgaben/praeprozessorfehler
Executable file
BIN
1_Grundlagen/Vorbereitungsaufgaben/praeprozessorfehler
Executable file
Binary file not shown.
@ -1,4 +1,3 @@
|
|||||||
#include <iostream>
|
|
||||||
#define NUM 0
|
#define NUM 0
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
||||||
|
|||||||
BIN
1_Grundlagen/code/check
Executable file
BIN
1_Grundlagen/code/check
Executable file
Binary file not shown.
BIN
2_Flugkurve01/code/a.out
Executable file
BIN
2_Flugkurve01/code/a.out
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user