Installing graphics.h library with VS code

Published: 23 October 2024
on channel: ekor
145
12

TDM-GCC link: https://jmeubank.github.io/tdm-gcc/ar...

First repo link: https://github.com/kumarbaberwal/Solu...
Second repo link: https://github.com/kumarbaberwal/grap...

VS Code link: https://code.visualstudio.com/

"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt -lbgi -lgdi32 -lcomdlg32 -luuid -loleaut32 -lole32 && $dir$fileNameWithoutExt",

// -------------------------------------------------- tasks.json -------------------------------------------------------------
{
"version": "2.0.0",
"tasks": [
{
"type": "process",
"label": "C/C++: Build .exe",
"command": "C:\\TDM-GCC-32\\bin\\g++.exe",
"args": [
"-g",
"${file}",
"-o",
"${workspaceFolder}\\Home\\build\\${fileBasenameNoExtension}.exe",
"-lbgi",
"-lgdi32",
"-lcomdlg32",
"-luuid",
"-loleaut32",
"-lole32"
],
"options": {
"cwd": "${workspaceFolder}"
},
"problemMatcher": [],
"group": {
"kind": "build",
"isDefault": true
},
"detail": "compiler: C:\\TDM-GCC-32\\bin\\g++.exe"
}
]
}


// ---------------------------------------------------- C_pp_properties ------------------------------------------------------------
{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**",
"C:/TDM-GCC-32/include"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"compilerPath": "C:\\TDM-GCC-32\\bin\\g++"
}
],
"version": 4
}


On this page of the site you can watch the video online Installing graphics.h library with VS code with a duration of hours minute second in good quality, which was uploaded by the user ekor 23 October 2024, share the link with friends and acquaintances, this video has already been watched 145 times on youtube and it was liked by 12 viewers. Enjoy your viewing!