Want to run C/C++ graphics programs in VS Code? 🎨💻 In this step-by-step guide, I’ll show you how to set up graphics.h in Visual Studio Code (VS Code) in 2025 easily. This method works on Windows 10 & Windows 11. We’ll cover everything: ✅ Downloading & setting up graphics.h and winbgim.h ✅ Copying files into MinGW include & lib folders ✅ Configuring tasks.json and settings.json in VS Code ✅ Installing required extensions (Code Runner & Exe Runner) ✅ Running sample programs like circle.cpp and home.cpp 📄 Important Note: In settings.json, make sure to add the following text: -lbgi -lgdi32 -lcomdlg32 -luuid -loleaut32 -lole32 By the end of this video, you’ll have graphics.h running smoothly in VS Code and be able to create amazing graphics projects in C/C++! 📥 Download Link (GitHub Repository): https://github.com/Noman-Rishad/Compu... 📄 Sample Codes (tasks.json, circle.cpp & home.cpp): https://drive.google.com/drive/u/0/fo... ✨ If this tutorial helps, don’t forget to Like 👍, Comment 💬, and Subscribe 🔔 for more programming guides! #graphicsH #VSCode #CProgramming #CPP #SetupTutorial #2025