solve hw-10

This commit is contained in:
JamesFlare1212
2025-04-29 14:41:58 -04:00
parent 73be805725
commit ab5cc82410
6 changed files with 809 additions and 6 deletions

18
.vscode/launch.json vendored
View File

@@ -151,6 +151,24 @@
"MIMode": "gdb",
"miDebuggerPath": "/usr/bin/gdb",
"preLaunchTask": "C/C++: g++ build active file"
},
{
"name": "nynotifications",
"type": "cppdbg",
"request": "launch",
"program": "${fileDirname}/${fileBasenameNoExtension}",
"args": [
"posts.json",
"users.json",
"events_large.txt",
"output.txt",
"carrieunderwood"
],
"cwd": "${fileDirname}",
"environment": [],
"MIMode": "gdb",
"miDebuggerPath": "/usr/bin/gdb",
"preLaunchTask": "C/C++: g++ build active file"
}
]
}

View File

@@ -82,6 +82,7 @@
"shared_mutex": "cpp",
"cfenv": "cpp",
"locale": "cpp",
"filesystem": "cpp"
"filesystem": "cpp",
"__split_buffer": "cpp"
}
}