Writing C language with WebIDE (coding)

This tutorial has a corresponding video

First register to login coding, open coding Cloud Studio

image

Create a new working environment

image

Install dependent command build-essential

sudo apt-get update

sudo apt-get install build-essential

Configure vscode

Note: include path "/ usr / include"

For more details, please watch the video or the last blog

You're done

Guess you like

Origin www.cnblogs.com/zhaizhaoyang/p/12732253.html