Kick off VSCode for C and GTK 3.
c_cpp_properties.json
{
"configurations": [
{
"name": "C Linux GTK3",| DROP DATABASE IF EXISTS jardineria; | |
| CREATE DATABASE jardineria CHARACTER SET utf8mb4; | |
| USE jardineria; | |
| CREATE TABLE oficina ( | |
| codigo_oficina VARCHAR(10) NOT NULL, | |
| ciudad VARCHAR(30) NOT NULL, | |
| pais VARCHAR(50) NOT NULL, | |
| region VARCHAR(50) DEFAULT NULL, | |
| codigo_postal VARCHAR(10) NOT NULL, |
C++ package management can be complicated.
Below are some key tools involved:
Make runs commands defined in a Makefile, for example, to build and install programs with the compiler and linker. For our purposes, we won't worry about what this looks like; you only need to understand its purpose in relation to CMake.