当前位置:网站首页>Competition vscode Configuration Guide
Competition vscode Configuration Guide
2022-07-06 09:52:00 【vv1025】
Fill the following contents into setting.json
- To make the directory concise , Compile generated .exe The files will be named a.exe, If there is a newly compiled program , Will automatically replace the original . In this way, the folder will not be messy
- If you don't want this effect , You can modify paragraph 76 That's ok
{ "files.associations": { "ostream": "cpp", "*.tcc": "cpp", "atomic": "cpp", "bitset": "cpp", "chrono": "cpp", "complex": "cpp", "deque": "cpp", "forward_list": "cpp", "list": "cpp", "string": "cpp", "unordered_map": "cpp", "unordered_set": "cpp", "vector": "cpp", "iterator": "cpp", "memory_resource": "cpp", "optional": "cpp", "string_view": "cpp", "fstream": "cpp", "future": "cpp", "istream": "cpp", "scoped_allocator": "cpp", "shared_mutex": "cpp", "sstream": "cpp", "streambuf": "cpp", "system_error": "cpp", "thread": "cpp", "functional": "cpp", "regex": "cpp", "tuple": "cpp", "valarray": "cpp", "iosfwd": "cpp", "iostream": "cpp", "random": "cpp", "array": "cpp", "initializer_list": "cpp", "iomanip": "cpp", "cctype": "cpp", "cfenv": "cpp", "charconv": "cpp", "cinttypes": "cpp", "clocale": "cpp", "cmath": "cpp", "codecvt": "cpp", "condition_variable": "cpp", "csetjmp": "cpp", "csignal": "cpp", "cstdarg": "cpp", "cstddef": "cpp", "cstdint": "cpp", "cstdio": "cpp", "cstdlib": "cpp", "cstring": "cpp", "ctime": "cpp", "cuchar": "cpp", "cwchar": "cpp", "cwctype": "cpp", "exception": "cpp", "algorithm": "cpp", "map": "cpp", "memory": "cpp", "numeric": "cpp", "ratio": "cpp", "set": "cpp", "type_traits": "cpp", "utility": "cpp", "limits": "cpp", "mutex": "cpp", "new": "cpp", "stdexcept": "cpp", "typeindex": "cpp", "typeinfo": "cpp" }, "code-runner.executorMap": { "cpp": " cd $dir && g++ $fileName -D LOCAL -o a.exe && .\\a.exe", }, }2
Click on settings.json Editor in chief
Fill the following configuration into the file
Pay attention to paragraph 7 Xing He 10 The bank must fill in according to its actual situation , If you strictly follow this tutorial , Then copy directly
{ "explorer.confirmDelete": false, "debug.onTaskErrors": "showErrors", "explorer.confirmDragAndDrop": false, "code-runner.saveFileBeforeRun": true, "code-runner.runInTerminal": true, "C_Cpp.default.compilerPath": "C:\\mingw64\\bin\\g++.exe", "C_Cpp.default.cppStandard": "c++14", "C_Cpp.default.includePath": [ "C:\\mingw64\\lib" ], "C_Cpp.default.intelliSenseMode": "gcc-x64", "files.autoGuessEncoding": true, }, }
边栏推荐
- Mapreduce实例(九):Reduce端join
- MapReduce instance (VII): single table join
- Leetcode:608 tree node
- Control the operation of the test module through the panel in canoe (primary)
- CAPL 脚本打印函数 write ,writeEx ,writeLineEx ,writeToLog ,writeToLogEx ,writeDbgLevel 你真的分的清楚什么情况下用哪个吗?
- Une grande vague d'attaques à la source ouverte
- [Chongqing Guangdong education] reference materials for nine lectures on the essence of Marxist Philosophy in Wuhan University
- Solve the problem of too many small files
- 【深度学习】语义分割:论文阅读(NeurIPS 2021)MaskFormer: per-pixel classification is not all you need
- 单片机实现模块化编程:思维+实例+系统教程(实用程度令人发指)
猜你喜欢

Hero League rotation chart manual rotation

Sqlmap installation tutorial and problem explanation under Windows Environment -- "sqlmap installation | CSDN creation punch in"

Summary of May training - from a Guang

听哥一句劝,按这套嵌入式的课程内容和课程体系去学习

Defensive C language programming in embedded development

面渣逆袭:Redis连环五十二问,图文详解,这下面试稳了

面试突击62:group by 有哪些注意事项?

Learning SCM is of great help to society

C#/. Net phase VI 01C Foundation_ 01: running environment, process of creating new C program, strict case sensitivity, meaning of class library

If a university wants to choose to study automation, what books can it read in advance?
随机推荐
CAP理论
面试突击62:group by 有哪些注意事项?
竞赛vscode配置指南
VH6501学习系列文章
大学C语言入门到底怎么学才可以走捷径
Nc17 longest palindrome substring
小白带你重游Spark生态圈!
[Yu Yue education] reference materials of power electronics technology of Jiangxi University of science and technology
【深度学习】语义分割:论文阅读:(CVPR 2022) MPViT(CNN+Transformer):用于密集预测的多路径视觉Transformer
Control the operation of the test module through the panel in canoe (Advanced)
为什么要数据分层
Mapreduce实例(五):二次排序
五月刷题03——排序
《ASP.NET Core 6框架揭秘》样章发布[200页/5章]
Redis分布式锁实现Redisson 15问
[deep learning] semantic segmentation: paper reading: (CVPR 2022) mpvit (cnn+transformer): multipath visual transformer for dense prediction
Yarn organizational structure
Combined search /dfs solution - leetcode daily question - number of 1020 enclaves
Summary of May training - from a Guang
Why can't TN-C use 2p circuit breaker?