Skip to content

Commit a59efd4

Browse files
author
ksb96
committed
file modified
1 parent a4c6802 commit a59efd4

File tree

96 files changed

+2732
-2732
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+2732
-2732
lines changed

.gitignore

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
################################################################################
2-
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
3-
################################################################################
4-
5-
/.vs/VSWorkspaceState.json
6-
/.vs/slnx.sqlite
7-
/.vs/ProjectSettings.json
8-
/.vs/Cpp_code dump/v17/ipch/AutoPCH/fcc6c2442b7b1008/PARAANDARGS.ipch
9-
/.vs/Cpp_code dump/v17/ipch/AutoPCH/fcc6c2442b7b1008
10-
/.vs/Cpp_code dump/v17/Browse.VC.opendb
11-
/.vs/Cpp_code dump/v17/Browse.VC.db-wal
12-
/.vs/Cpp_code dump/v17/Browse.VC.db-shm
13-
/.vs/Cpp_code dump/v17/Browse.VC.db
14-
/.vs/Cpp_code dump/v17/.suo
15-
/.vs/Cpp_code dump/v17
16-
/.vs
1+
################################################################################
2+
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
3+
################################################################################
4+
5+
/.vs/VSWorkspaceState.json
6+
/.vs/slnx.sqlite
7+
/.vs/ProjectSettings.json
8+
/.vs/Cpp_code dump/v17/ipch/AutoPCH/fcc6c2442b7b1008/PARAANDARGS.ipch
9+
/.vs/Cpp_code dump/v17/ipch/AutoPCH/fcc6c2442b7b1008
10+
/.vs/Cpp_code dump/v17/Browse.VC.opendb
11+
/.vs/Cpp_code dump/v17/Browse.VC.db-wal
12+
/.vs/Cpp_code dump/v17/Browse.VC.db-shm
13+
/.vs/Cpp_code dump/v17/Browse.VC.db
14+
/.vs/Cpp_code dump/v17/.suo
15+
/.vs/Cpp_code dump/v17
16+
/.vs

.vscode/c_cpp_properties.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
{
2-
"configurations": [
3-
{
4-
"name": "Win32",
5-
"includePath": [
6-
"${workspaceFolder}/**"
7-
],
8-
"defines": [
9-
"_DEBUG",
10-
"UNICODE",
11-
"_UNICODE"
12-
],
13-
"windowsSdkVersion": "10.0.19041.0",
14-
"compilerPath": "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.31.31103/bin/Hostx64/x64/cl.exe",
15-
"cStandard": "c17",
16-
"cppStandard": "c++17",
17-
"intelliSenseMode": "windows-msvc-x64"
18-
}
19-
],
20-
"version": 4
1+
{
2+
"configurations": [
3+
{
4+
"name": "Win32",
5+
"includePath": [
6+
"${workspaceFolder}/**"
7+
],
8+
"defines": [
9+
"_DEBUG",
10+
"UNICODE",
11+
"_UNICODE"
12+
],
13+
"windowsSdkVersion": "10.0.19041.0",
14+
"compilerPath": "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.31.31103/bin/Hostx64/x64/cl.exe",
15+
"cStandard": "c17",
16+
"cppStandard": "c++17",
17+
"intelliSenseMode": "windows-msvc-x64"
18+
}
19+
],
20+
"version": 4
2121
}

.vscode/settings.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
{
2-
"files.associations": {
3-
"iostream": "cpp"
4-
},
5-
"C_Cpp.errorSquiggles": "disabled"
1+
{
2+
"files.associations": {
3+
"iostream": "cpp"
4+
},
5+
"C_Cpp.errorSquiggles": "disabled"
66
}

cpp-codes/.gitignore

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
################################################################################
2-
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
3-
################################################################################
4-
5-
/.vs/VSWorkspaceState.json
6-
/.vs/slnx.sqlite
7-
/.vs/ProjectSettings.json
8-
/.vs/Cpp_code dump/v17/Browse.VC.opendb
9-
/.vs/Cpp_code dump/v17/Browse.VC.db-wal
10-
/.vs/Cpp_code dump/v17/Browse.VC.db-shm
11-
/.vs/Cpp_code dump/v17/Browse.VC.db
12-
/.vs/Cpp_code dump/v17/.suo
13-
/.vs/Cpp_code dump/v17
14-
/.vs
1+
################################################################################
2+
# This .gitignore file was automatically created by Microsoft(R) Visual Studio.
3+
################################################################################
4+
5+
/.vs/VSWorkspaceState.json
6+
/.vs/slnx.sqlite
7+
/.vs/ProjectSettings.json
8+
/.vs/Cpp_code dump/v17/Browse.VC.opendb
9+
/.vs/Cpp_code dump/v17/Browse.VC.db-wal
10+
/.vs/Cpp_code dump/v17/Browse.VC.db-shm
11+
/.vs/Cpp_code dump/v17/Browse.VC.db
12+
/.vs/Cpp_code dump/v17/.suo
13+
/.vs/Cpp_code dump/v17
14+
/.vs

cpp-codes/.vscode/launch.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
{
2-
// Use IntelliSense to learn about possible attributes.
3-
// Hover to view descriptions of existing attributes.
4-
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5-
"version": "0.2.0",
6-
"configurations": []
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": []
77
}

cpp-codes/.vscode/settings.json

Lines changed: 69 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,70 @@
1-
{
2-
"files.associations": {
3-
"atomic": "cpp",
4-
"bit": "cpp",
5-
"cctype": "cpp",
6-
"clocale": "cpp",
7-
"cmath": "cpp",
8-
"compare": "cpp",
9-
"concepts": "cpp",
10-
"cstddef": "cpp",
11-
"cstdint": "cpp",
12-
"cstdio": "cpp",
13-
"cstdlib": "cpp",
14-
"cstring": "cpp",
15-
"ctime": "cpp",
16-
"cwchar": "cpp",
17-
"exception": "cpp",
18-
"initializer_list": "cpp",
19-
"ios": "cpp",
20-
"iosfwd": "cpp",
21-
"iostream": "cpp",
22-
"istream": "cpp",
23-
"iterator": "cpp",
24-
"limits": "cpp",
25-
"memory": "cpp",
26-
"new": "cpp",
27-
"ostream": "cpp",
28-
"stdexcept": "cpp",
29-
"streambuf": "cpp",
30-
"system_error": "cpp",
31-
"tuple": "cpp",
32-
"type_traits": "cpp",
33-
"typeinfo": "cpp",
34-
"utility": "cpp",
35-
"xfacet": "cpp",
36-
"xiosbase": "cpp",
37-
"xlocale": "cpp",
38-
"xlocinfo": "cpp",
39-
"xlocnum": "cpp",
40-
"xmemory": "cpp",
41-
"xstddef": "cpp",
42-
"xstring": "cpp",
43-
"xtr1common": "cpp",
44-
"xutility": "cpp",
45-
"fstream": "cpp",
46-
"string": "cpp",
47-
"sstream": "cpp",
48-
"vector": "cpp",
49-
"algorithm": "cpp",
50-
"map": "cpp",
51-
"set": "cpp",
52-
"xtree": "cpp",
53-
"charconv": "cpp",
54-
"chrono": "cpp",
55-
"format": "cpp",
56-
"forward_list": "cpp",
57-
"iomanip": "cpp",
58-
"locale": "cpp",
59-
"optional": "cpp",
60-
"ratio": "cpp",
61-
"stop_token": "cpp",
62-
"thread": "cpp",
63-
"xlocbuf": "cpp",
64-
"xlocmes": "cpp",
65-
"xlocmon": "cpp",
66-
"xloctime": "cpp",
67-
"mutex": "cpp"
68-
},
69-
"C_Cpp.errorSquiggles": "Disabled"
1+
{
2+
"files.associations": {
3+
"atomic": "cpp",
4+
"bit": "cpp",
5+
"cctype": "cpp",
6+
"clocale": "cpp",
7+
"cmath": "cpp",
8+
"compare": "cpp",
9+
"concepts": "cpp",
10+
"cstddef": "cpp",
11+
"cstdint": "cpp",
12+
"cstdio": "cpp",
13+
"cstdlib": "cpp",
14+
"cstring": "cpp",
15+
"ctime": "cpp",
16+
"cwchar": "cpp",
17+
"exception": "cpp",
18+
"initializer_list": "cpp",
19+
"ios": "cpp",
20+
"iosfwd": "cpp",
21+
"iostream": "cpp",
22+
"istream": "cpp",
23+
"iterator": "cpp",
24+
"limits": "cpp",
25+
"memory": "cpp",
26+
"new": "cpp",
27+
"ostream": "cpp",
28+
"stdexcept": "cpp",
29+
"streambuf": "cpp",
30+
"system_error": "cpp",
31+
"tuple": "cpp",
32+
"type_traits": "cpp",
33+
"typeinfo": "cpp",
34+
"utility": "cpp",
35+
"xfacet": "cpp",
36+
"xiosbase": "cpp",
37+
"xlocale": "cpp",
38+
"xlocinfo": "cpp",
39+
"xlocnum": "cpp",
40+
"xmemory": "cpp",
41+
"xstddef": "cpp",
42+
"xstring": "cpp",
43+
"xtr1common": "cpp",
44+
"xutility": "cpp",
45+
"fstream": "cpp",
46+
"string": "cpp",
47+
"sstream": "cpp",
48+
"vector": "cpp",
49+
"algorithm": "cpp",
50+
"map": "cpp",
51+
"set": "cpp",
52+
"xtree": "cpp",
53+
"charconv": "cpp",
54+
"chrono": "cpp",
55+
"format": "cpp",
56+
"forward_list": "cpp",
57+
"iomanip": "cpp",
58+
"locale": "cpp",
59+
"optional": "cpp",
60+
"ratio": "cpp",
61+
"stop_token": "cpp",
62+
"thread": "cpp",
63+
"xlocbuf": "cpp",
64+
"xlocmes": "cpp",
65+
"xlocmon": "cpp",
66+
"xloctime": "cpp",
67+
"mutex": "cpp"
68+
},
69+
"C_Cpp.errorSquiggles": "Disabled"
7070
}

cpp-codes/.vscode/tasks.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
{
2-
"tasks": [
3-
{
4-
"type": "cppbuild",
5-
"label": "C/C++: g++.exe build active file",
6-
"command": "C:\\MinGW\\bin\\g++.exe",
7-
"args": [
8-
"-fdiagnostics-color=always",
9-
"-g",
10-
"${file}",
11-
"-o",
12-
"${fileDirname}\\${fileBasenameNoExtension}.exe"
13-
],
14-
"options": {
15-
"cwd": "${fileDirname}"
16-
},
17-
"problemMatcher": [
18-
"$gcc"
19-
],
20-
"group": {
21-
"kind": "build",
22-
"isDefault": true
23-
},
24-
"detail": "Task generated by Debugger."
25-
}
26-
],
27-
"version": "2.0.0"
1+
{
2+
"tasks": [
3+
{
4+
"type": "cppbuild",
5+
"label": "C/C++: g++.exe build active file",
6+
"command": "C:\\MinGW\\bin\\g++.exe",
7+
"args": [
8+
"-fdiagnostics-color=always",
9+
"-g",
10+
"${file}",
11+
"-o",
12+
"${fileDirname}\\${fileBasenameNoExtension}.exe"
13+
],
14+
"options": {
15+
"cwd": "${fileDirname}"
16+
},
17+
"problemMatcher": [
18+
"$gcc"
19+
],
20+
"group": {
21+
"kind": "build",
22+
"isDefault": true
23+
},
24+
"detail": "Task generated by Debugger."
25+
}
26+
],
27+
"version": "2.0.0"
2828
}

cpp-codes/2d_Array.cpp

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
#include<iostream>
2-
using namespace std;
3-
4-
int main(){
5-
int numberGrid[3][2] = { //[row][column]
6-
{1,2}, //0
7-
{3,4}, //1
8-
{5,6} //2
9-
};
10-
cout << numberGrid[2][0]; //[row][ele inside]
11-
return 0;
12-
}
1+
#include<iostream>
2+
using namespace std;
3+
4+
int main(){
5+
int numberGrid[3][2] = { //[row][column]
6+
{1,2}, //0
7+
{3,4}, //1
8+
{5,6} //2
9+
};
10+
cout << numberGrid[2][0]; //[row][ele inside]
11+
return 0;
12+
}

0 commit comments

Comments
 (0)