How to install graphics header for C and C++ programming used in VS Code
To program graphics related to C and C++ we need to include a graphics header <include header.h> that provides the graphics-related libraries.
To use and add graphics libraries in C and C++ follow the steps
step 1 - Paste graphics.h and winbgim.h in the include folder on minGW
step 2 - Paste libngi.h in lib
step 3 - update and insert the following code in vs code
Goto - ctrl+shift+p (open C++ configuration UI)
in compiler argument, text area box past the text
-lbgi -lgdi32 -lcomdlg32 -luuid -loleaut32 -lole32
MingW WinLibs
latest version
https://winlibs.com/
second zip
For C/C++ in VS Code Extention
Code Runner
C/C++
----