Build a linux/c++ development environment based on docker/vscode step-by-step
October 20, 2023 · 510 words · 3 min
Sometimes we want to develop some high-performance c++ application on Linux(like epoll/ioturing), installing a virtual machine is a solution, but I think it’s not the most convenient solution, today I’ll share how to build a linux/c++ development environment based on docker/vscode.