assignment 2

This commit is contained in:
2024-03-18 21:16:10 +05:30
parent 793bbf55ae
commit 64d047c60e
63 changed files with 8457 additions and 9 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,54 @@
{
"Version": 1,
"WorkspaceRootPath": "E:\\MultiThreading_Part_A\\Assignment2\\",
"Documents": [
{
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|E:\\MultiThreading_Part_A\\Assignment2\\Assignment2.c||{D0E1A5C6-B359-4E41-9B60-3365922C2A22}",
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:Assignment2.c||{D0E1A5C6-B359-4E41-9B60-3365922C2A22}"
},
{
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|CMake Overview Pages||{B1CAA5B0-FEB1-4350-8AB9-F895876842F2}"
}
],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": 1,
"Children": [
{
"$type": "Bookmark",
"Name": "ST:0:0:{3ae79031-e1bc-11d0-8f78-00a0c9110057}"
},
{
"$type": "Document",
"DocumentIndex": 0,
"Title": "Assignment2.c",
"DocumentMoniker": "E:\\MultiThreading_Part_A\\Assignment2\\Assignment2.c",
"RelativeDocumentMoniker": "Assignment2.c",
"ToolTip": "E:\\MultiThreading_Part_A\\Assignment2\\Assignment2.c",
"RelativeToolTip": "Assignment2.c",
"ViewState": "AQIAAC4AAAAAAAAAAAAvwDMAAAACAAAA",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.000423|",
"WhenOpened": "2024-03-18T15:01:02.846Z",
"EditorCaption": ""
},
{
"$type": "Document",
"DocumentIndex": 1,
"Title": "CMake Overview Pages",
"DocumentMoniker": "CMake Overview Pages",
"ToolTip": "CMake Overview Pages",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001001|",
"WhenOpened": "2024-03-18T15:00:31.061Z",
"EditorCaption": ""
}
]
}
]
}
]
}

View File

View File

@@ -0,0 +1,3 @@
{
"CurrentProjectSetting": "Linux Debug"
}

View File

@@ -0,0 +1,25 @@
{
"ActiveTargetSystem": "WSL: Ubuntu",
"DevContainersInfoBarHidden": true,
"MRUPresetsPerTargetSystem": {
"Local Machine": {
"configure": "x64-debug"
}
},
"OutputFoldersPerTargetSystem": {
"Local Machine": [
"out\\build\\x64-debug",
"out\\install\\x64-debug",
"out\\build\\x64-release",
"out\\install\\x64-release",
"out\\build\\x86-debug",
"out\\install\\x86-debug",
"out\\build\\x86-release",
"out\\install\\x86-release"
],
"WSL: Ubuntu": [
"out\\Ubuntu\\build\\linux-debug",
"out\\Ubuntu\\install\\linux-debug"
]
}
}

BIN
Assignment2/.vs/cmake.db Normal file

Binary file not shown.

View File

@@ -0,0 +1,5 @@
-914132444 E:\MultiThreading_Part_A\Assignment2\Assignment2.c
-6978416 E:\MultiThreading_Part_A\Assignment2\Assignment2.h
571445795 E:\MultiThreading_Part_A\Assignment2\CMakeLists.txt
-7686022 E:\MultiThreading_Part_A\Assignment2\CMakePresets.json
1927645832 E:\MultiThreading_Part_A\Assignment2\

BIN
Assignment2/.vs/slnx.sqlite Normal file

Binary file not shown.