Making socket interface
This commit is contained in:
parent
273f88becb
commit
622a996ccf
5 changed files with 85 additions and 6 deletions
14
.vscode/c_cpp_properties.json
vendored
Normal file
14
.vscode/c_cpp_properties.json
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Win32",
|
||||
"compilerPath": "D:/MinGW/bin/g++.exe",
|
||||
"intelliSenseMode": "windows-gcc-x64",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**"
|
||||
],
|
||||
"defines": []
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue