Skip to content
Snippets Groups Projects
Commit 6d73732c authored by Vanshika Bongade's avatar Vanshika Bongade
Browse files

WEEK-2

parent 8bad1786
No related branches found
No related tags found
No related merge requests found
{
"tasks": [
{
"type": "cppbuild",
"label": "C/C++: gcc build active file",
"command": "/usr/bin/gcc",
"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"
}
\ No newline at end of file
...@@ -18,7 +18,11 @@ ...@@ -18,7 +18,11 @@
https://gitlab.cci.drexel.edu/vb525/cs503/-/tree/main https://gitlab.cci.drexel.edu/vb525/cs503/-/tree/main
4. Briefly describe what you want to get out of this class. 4. Briefly describe what you want to get out of this class.
My goal is to learn more about computer architecture and operating systems, specifically how hardware and software interact. In addition, I want to learn more about Unix tools and scripting, hone my C system programming abilities, and gain hands-on experience with memory management, concurrency, networking, and processes. My goal is to learn more about computer architecture and operating systems, specifically how hardware and software interact. In addition, I want to learn more about Unix tools and scripting, hone my C system programming abilities, and gain hands-on experience with memory management, concurrency, networking, and processes.
5. Briefly describe any concerns you might be having with being successful in this class (if any). 5. Briefly describe any concerns you might be having with being successful in this class (if any).
N/A N/A
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment