first semester files
This commit is contained in:
20
1st-Semester-Fall-2021/CSNP/CSNP-04103-Lab-#7/.vscode/c_cpp_properties.json
vendored
Executable file
20
1st-Semester-Fall-2021/CSNP/CSNP-04103-Lab-#7/.vscode/c_cpp_properties.json
vendored
Executable file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Win32",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**"
|
||||
],
|
||||
"defines": [
|
||||
"_DEBUG",
|
||||
"UNICODE",
|
||||
"_UNICODE"
|
||||
],
|
||||
"compilerPath": "C:\\Program Files (x86)\\mingw-w64\\i686-8.1.0-posix-dwarf-rt_v6-rev0\\mingw32\\bin\\gcc.exe",
|
||||
"cStandard": "gnu17",
|
||||
"cppStandard": "gnu++14",
|
||||
"intelliSenseMode": "windows-gcc-x86"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
||||
5
1st-Semester-Fall-2021/CSNP/CSNP-04103-Lab-#7/.vscode/settings.json
vendored
Executable file
5
1st-Semester-Fall-2021/CSNP/CSNP-04103-Lab-#7/.vscode/settings.json
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"*.tcc": "cpp"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user