forked from serafim/dos
1
0
Fork 0
This commit is contained in:
Aleksanov, Yuriy 2025-03-06 05:00:49 +03:00
parent b7fc57513d
commit 6576afc671
2 changed files with 21 additions and 0 deletions

21
.vscode/c_cpp_properties.json vendored Normal file
View File

@ -0,0 +1,21 @@
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"windowsSdkVersion": "10.0.19041.0",
"compilerPath": "cl.exe",
"cStandard": "c17",
"cppStandard": "c++17",
"intelliSenseMode": "windows-msvc-x64"
}
],
"version": 4
}

0
my_msg.cpp Normal file
View File