From 6576afc6712aaf545339787286a4690494c052f2 Mon Sep 17 00:00:00 2001 From: "Aleksanov, Yuriy" Date: Thu, 6 Mar 2025 05:00:49 +0300 Subject: [PATCH] msg --- .vscode/c_cpp_properties.json | 21 +++++++++++++++++++++ my_msg.cpp | 0 2 files changed, 21 insertions(+) create mode 100644 .vscode/c_cpp_properties.json create mode 100644 my_msg.cpp diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json new file mode 100644 index 0000000..7d576ba --- /dev/null +++ b/.vscode/c_cpp_properties.json @@ -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 +} \ No newline at end of file diff --git a/my_msg.cpp b/my_msg.cpp new file mode 100644 index 0000000..e69de29