Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
basic operations task2
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
elijah vasquez
basic operations task2
Commits
24be37ee
Commit
24be37ee
authored
Sep 28, 2022
by
elijah vasquez
🦍
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
master
parent
5b1e3d42
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
0 deletions
+22
-0
c_cpp_properties.json
.vscode/c_cpp_properties.json
+19
-0
settings.json
.vscode/settings.json
+3
-0
No files found.
.vscode/c_cpp_properties.json
0 → 100644
View file @
24be37ee
{
"configurations"
:
[
{
"name"
:
"Win32"
,
"includePath"
:
[
"${workspaceFolder}/**"
],
"defines"
:
[
"_DEBUG"
,
"UNICODE"
,
"_UNICODE"
],
"cStandard"
:
"c17"
,
"cppStandard"
:
"c++17"
,
"intelliSenseMode"
:
"windows-msvc-x64"
}
],
"version"
:
4
}
\ No newline at end of file
.vscode/settings.json
0 → 100644
View file @
24be37ee
{
"C_Cpp.errorSquiggles"
:
"Disabled"
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment