code updates

This commit is contained in:
2021-10-11 17:26:20 +02:00
parent 450eb4b74f
commit cc639ee891
8 changed files with 141 additions and 106 deletions

13
.vscode/settings.json vendored
View File

@@ -72,7 +72,18 @@
"streambuf": "cpp",
"thread": "cpp",
"compare": "cpp",
"complex": "cpp"
"complex": "cpp",
"cinttypes": "cpp",
"charconv": "cpp",
"__undef_macros": "cpp",
"cassert": "cpp",
"ccomplex": "cpp",
"cerrno": "cpp",
"cfloat": "cpp",
"climits": "cpp",
"ctgmath": "cpp",
"__memory": "cpp",
"memory_resource": "cpp"
},
"C_Cpp.intelliSenseEngineFallback": "Disabled",
"cmake.configureOnOpen": true,