Forgot to commit
This commit is contained in:
parent
b64f6711bd
commit
92d5fba1b8
5
cpp/.vscode/settings.json
vendored
Normal file
5
cpp/.vscode/settings.json
vendored
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"vscord.app.whitelist": [
|
||||||
|
"220362876546711552"
|
||||||
|
]
|
||||||
|
}
|
||||||
28
cpp/.vscode/tasks.json
vendored
Normal file
28
cpp/.vscode/tasks.json
vendored
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"tasks": [
|
||||||
|
{
|
||||||
|
"type": "cppbuild",
|
||||||
|
"label": "C/C++: g++-14 build active file",
|
||||||
|
"command": "/usr/bin/g++-14",
|
||||||
|
"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
cpp/ANSI/W1/Day5/5.10/main
Executable file
BIN
cpp/ANSI/W1/Day5/5.10/main
Executable file
Binary file not shown.
13
cpp/ANSI/W1/Day6/6.1/Makefile
Normal file
13
cpp/ANSI/W1/Day6/6.1/Makefile
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
CFLAGS = -std=c++03 -O2
|
||||||
|
LDFLAGS = -lglfw -lvulkan -ldl -lpthread -lX11 -lXxf86vm -lXrandr -lXi
|
||||||
|
|
||||||
|
1.1: main.cpp
|
||||||
|
c++ $(CFLAGS) -o fibonaccisequence main.cpp $(LDFLAGS)
|
||||||
|
|
||||||
|
.PHONY: test clean
|
||||||
|
|
||||||
|
test: fibonaccisequence
|
||||||
|
./fibonaccisequence
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f fibonaccisequence
|
||||||
0
cpp/ANSI/W1/Day6/6.1/main.cpp
Normal file
0
cpp/ANSI/W1/Day6/6.1/main.cpp
Normal file
13
cpp/ANSI/W1/Day6/6.2/Makefile
Normal file
13
cpp/ANSI/W1/Day6/6.2/Makefile
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
CFLAGS = -std=c++03 -O2
|
||||||
|
LDFLAGS = -lglfw -lvulkan -ldl -lpthread -lX11 -lXxf86vm -lXrandr -lXi
|
||||||
|
|
||||||
|
1.1: main.cpp
|
||||||
|
c++ $(CFLAGS) -o fibonaccisequence main.cpp $(LDFLAGS)
|
||||||
|
|
||||||
|
.PHONY: test clean
|
||||||
|
|
||||||
|
test: fibonaccisequence
|
||||||
|
./fibonaccisequence
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f fibonaccisequence
|
||||||
13
cpp/ANSI/W1/Day6/6.3/Makefile
Normal file
13
cpp/ANSI/W1/Day6/6.3/Makefile
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
CFLAGS = -std=c++03 -O2
|
||||||
|
LDFLAGS = -lglfw -lvulkan -ldl -lpthread -lX11 -lXxf86vm -lXrandr -lXi
|
||||||
|
|
||||||
|
1.1: main.cpp
|
||||||
|
c++ $(CFLAGS) -o fibonaccisequence main.cpp $(LDFLAGS)
|
||||||
|
|
||||||
|
.PHONY: test clean
|
||||||
|
|
||||||
|
test: fibonaccisequence
|
||||||
|
./fibonaccisequence
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f fibonaccisequence
|
||||||
1
cpp/ANSI/todo
Normal file
1
cpp/ANSI/todo
Normal file
@ -0,0 +1 @@
|
|||||||
|
Day 5 - Page 120~; talking about registers
|
||||||
BIN
cpp/hardwareDB.tgz
Normal file
BIN
cpp/hardwareDB.tgz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user