Configure OpenGL in VScode C + + environment (code runner + MinGW + llvm + freePlug)

This tutorial is applicable to Windows 64 bit operating system Install VScode: Download from the official website VSCode detailed installation tutorial After installing VScode, start configuring the C + + environment Install LLVM: Download LLVM Turn down the page, find this line, and click windows (64 bit) After downloading, click next t ...

Added by formlesstree4 on Wed, 24 Nov 2021 04:49:18 +0200

Analysis of ESP32 GPIO external interrupt Principle & GPIO external interrupt practice

Analysis of ESP32 GPIO external interrupt Principle & GPIO external interrupt practice Reading suggestions:   it has a certain Cortex-m architecture and Xtensa ® 32-bit LX6 architecture knowledge base. software environment VSCODE-ESP32-IDF4.3 plug in versionLVGL project for ESP32 hardware environment ESP32-D2WD External in ...

Added by oskom on Sat, 20 Nov 2021 11:22:57 +0200

C language learning notes

01. First knowledge of C language For the learning notes of bit C language, please go to bit homepage: https://m.cctalk.com/inst/s9yewhfr , or B station search bit pengge, a very good teacher in C language! This note is mainly from brother Peng's handouts and pictures!!, If you think it's good, go to pengge's station B video for praise, coin, ...

Added by mordeith on Wed, 17 Nov 2021 06:14:33 +0200

Fluent version control tool ` FVM`

hello everyone. I am nuts, my official account, "nuts front end". Today, let's introduce the flutter version control tool FVM FVM switches the Flutter version of VSCode With the release of flutter 2.5.0, I believe many students are excited and trembling hands. They want to try a wave quickly and be a crab eater. I was also in ...

Added by aznkidzx on Fri, 12 Nov 2021 02:30:23 +0200

Configure C + + development environment in VSCode (Win10 system)

preparation To use the C + + development environment in VSCode, you need to download and install: VSCode , just like installing other applications, select the installation path and add environment variable option to continue to the next step until the installation is completed.MinGW , pay attention to x86 during installation_ 64 architect ...

Added by iHack on Mon, 25 Oct 2021 08:40:53 +0300

Using PlantUML to draw UML class diagram

When writing technical documents, people often need to draw UML diagrams. Many people use PrecessOn or darw.io to draw UML, which is barely available but not professional. Here is a tool for drawing UML: PlantUML 1. PlantUML PlantUML was born in 2009. Many people know it, but few people use it. Because it uses special DSL for drawing, compare ...

Added by tentaguasu on Mon, 11 Oct 2021 21:22:54 +0300

ndnSIM learning -- super detailed analysis of ndn-simple.cpp of examples

preface Since I am still a senior and a beginner of ndnSIM, I will inevitably make many mistakes in the article. I hope beginners don't believe it when they see this article. You are also welcome to correct my article! code analysis Firstly, start with the simplest ~ / newndnSIM/ns-3/src/ndnSIM/examples/ndn-simple.cpp to analyze the whol ...

Added by -Karl- on Sun, 03 Oct 2021 23:03:40 +0300

Macbook air M1 configuring the vscade C + + Environment

Download and install from vscode official website download address Download the installation package and select Apple Silicon After downloading, it seems that it will be installed automatically Double click to open If your English level is OK, it is recommended to refer to the official documents directly for the subsequent configuration ...

Added by day_tripperz on Tue, 21 Sep 2021 12:04:39 +0300

python wechat chat robot is no longer afraid of being praised for its high Eq

Writing this chat robot is purely fun, it is not practical!!! Realization idea In the past, many wechat robots relied on the itchat in python to write, because at that time, the wechat web page was still developed for most users, and the itchat module operated on the wechat web page (it felt like a crawler). But now many people's wechat ca ...

Added by ~J~R~R on Mon, 20 Sep 2021 17:48:37 +0300

19_python foundation - object oriented - class structure, class attributes and class methods, static methods

target Three characteristics of object orientedClass properties and instance propertiesClass methods and static methods 1, Three characteristics of object oriented encapsulation The operation of writing properties and methods into a class is encapsulationEncapsulation can add private permissions to properties and methods Inheritance ( ...

Added by dardsemail on Sun, 12 Sep 2021 05:39:33 +0300