| commit | 703ae766f4a094e12882446971c4e8fd883cb6fe | [log] [tgz] |
|---|---|---|
| author | Vova Bilonenko <bilonenko.v@gmail.com> | Sat Aug 25 09:13:59 2018 +0200 |
| committer | Vova Bilonenko <bilonenko.v@gmail.com> | Sat Aug 25 09:13:59 2018 +0200 |
| tree | d4d4b59ad36b60f0eeb7dcde4b3fbc7b107aab38 | |
| parent | d17dd2546477373a47b903d00d30eb2edf9ca6ab [diff] |
double linked list via vectors
c_cpp_properties.json
{
"configurations": [
{
"name": "CPP Mac",
"includePath": [
"${workspaceFolder}/**",
"/usr/include/**"
],
"defines": [],
"macFrameworkPath": [
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "clang-x64",
"compileCommands": "${workspaceFolder}/build/compile_commands.json"
}
],
"version": 4
}