C++ development configuration common website records

1. Ubuntu mirror source:

(1) Tsinghua source: https://mirror.tuna.tsinghua.edu.cn/help/ubuntu/
(2) Ali source: https://developer.aliyun.com/mirror/ubuntu?spm=a2c6h.13651102.0. 0.3e221b11VuM27s

Contains source sources for various versions of ubuntu

2.ubuntu iso image download:

(1) ubuntu Chinese official website
(2) ubuntu English official website

3.py mirror source:

Linux: vi ~/.pip/pip.conf
Windows: User directory: New directory pip–>New pip.ini
(1) Tsinghua source:

[global]
index-url=https://pypi.tuna.tsinghua.edu.cn/simple

[install]
trusted-host=pypi.tuna.tsinghua.edu.cn

(2) Aliyuan:

[global]
index-url = https://mirrors.aliyun.com/pypi/simple/

[install]
trusted-host=mirrors.aliyun.com

4.VS code download

https://code.visualstudio.com/

5.VS studio download

Latest version: https://visualstudio.microsoft.com/Older
version download: https://visualstudio.microsoft.com/zh-hans/vs/older-downloads/

6.Qt download:

https://download.qt.io/
Qt source code reading address

7.cmake official website

https://cmake.org/

8.opencv official website

(1) opencv official website: https://opencv.org/
(2) opencv learning-W3Cschool

9.ROS official website

https://wiki.ros.org/

10. Google programming specification

https://zh-google-styleguide.readthedocs.io/en/latest/contents/

11. C/C++ learning

(1) C language Chinese website
(2) https://c-cpp.com/

12. Opengl learning

https://learnopengl-cn.github.io/

Guess you like

Origin blog.csdn.net/haohaohaihuai/article/details/129197093