centos安装c++编译环境

centos下g++安装包名字叫做:gcc-c++

所以应该输入 yum install gcc-c++

yum install -y gcc-g++ make binutils autoconf automake libtool pkgconfig file patch
yum install -y install openssh-server gdb make ninja-build rsync zip

vs2019远程开发

https://www.cnblogs.com/apocelipes/p/10899484.html

你可能感兴趣的:(C++游戏编程,c++)