VSCode runs c++ program (operation + detailed explanation + json file configuration detailed explanation)

Preface: Because the quality of online tutorials varies, I felt very confused when I first came into contact with this thing. I hereby write this blog to help my friends solve the problem. Table of Contents 1. Operation details 1Download VSCode code editor 2Install C/C++ extension 3Install the MinGW-w64 compiler 4Add path 5 Test whether […]

Ubuntu vscode detailed installation and cmake configuration, git push and pull, shortcuts

Ubuntu vscode installation and cmake configuration detailed operations Install vscode https://blog.csdn.net/zhaomengszu/article/details/112261258 Solution to the slow or failed download of VSCode official website_vscode cannot be downloaded_Who knows this kid’s blog-CSDN blog 1. The official website may fail to download due to network problems. You can use the above method to download 2. First go to the […]

WSL + Vscode one-stop to build Hadoop pseudo-distributed + Spark environment

Wsl + Vscode one-stop to build Hadoop + Spark environment If you want to build an environment such as Linux, Hadoop, Spark, etc., the common practice now is to install a virtual machine on VM, Virtualbox and other software This article introduces how to build a relevant environment on the windows subsystem (Windows Subsystem for […]

vscode configuration c++ environment under mac

This article is reprinted from Using Clang in Visual Studio Code. In this tutorial, you will configure Visual Studio Code on macOS to use the Clang/LLVM compiler and debugger. After configuring VS Code, you will compile and debug a simple C++ program in VS Code. This tutorial will not teach you Clang or C++ languages. […]

I am learning OpenCV color space conversion in Vscode

Article directory color 【1】Color space (color gamut) (1) **RGB color space** Conversion to xyz color space Convert RGB color space to XYZ color space Convert XYZ color space to RGB color space (2) **CMYK color space** (3) **HSV** (**Hue, Saturation, Value**) color space (4) **YUV and YCbCr color space** 【2】Color space conversion 2.1 GRAY color […]

GCC + Vscode build nRF52xxx development environment

Use GCC + Vscode to build nRF52xxx development environment under Windows… by Jinchen Foreword Recently, I encountered project requirements that required the use of Nordic’s nRF52xxx chip. I still remember the nRF52832 study notes I wrote when I first started writing blog posts. Now I see that there is no logic in the notes at […]

Build Makefile+OpenOCD+CMSIS-DAP+Vscode arm-none-eabi-gcc project template

Embedded-GCC-Template third-party resource collection STM32F407-GCC-Template Arm-none-eabi-gcc + Makefile + OpenOCD + CMSIS-DAP + Vscode project template 1. Software and hardware used to build this environment 1) Windows or Linux (this article focuses on Windows) 2) JLink, Daplink, Wch-Link programmer 3) GNU Arm Embedded Toolchain cross-compiler 4) Mingw-w64 GCC for Windows 64 5) Debug debugging tool […]