Skip to content

Commit 2bf6366

Browse files
first commit
1 parent fce9791 commit 2bf6366

35 files changed

+705
-0
lines changed

.vs/C++ PROGRAMMING/v16/.suo

28 KB
Binary file not shown.

.vs/C++ PROGRAMMING/v16/Browse.VC.db

6 MB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

.vs/ProjectSettings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"CurrentProjectSetting": "No Configurations"
3+
}

.vs/VSWorkspaceState.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"ExpandedNodes": [
3+
"",
4+
"\\EXERCISES"
5+
],
6+
"SelectedNode": "\\EXERCISES\\EX1.cpp",
7+
"PreviewInSolutionExplorer": false
8+
}

.vs/slnx.sqlite

516 KB
Binary file not shown.

.vscode/c_cpp_properties.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"configurations": [
3+
{
4+
"name": "Win32",
5+
"includePath": [
6+
"${workspaceFolder}/**"
7+
],
8+
"defines": [
9+
"_DEBUG",
10+
"UNICODE",
11+
"_UNICODE"
12+
],
13+
"compilerPath": "C:/MinGW/bin/g++.exe",
14+
"cStandard": "c11",
15+
"cppStandard": "c++17",
16+
"intelliSenseMode": "clang-x86"
17+
}
18+
],
19+
"version": 4
20+
}

0 commit comments

Comments
 (0)