I am using VScode ( MinGW - gcc ) for C and want to use VScode for C graphics.
I just shifted from Turbo C : /
while including graphic.h it gives me ↓
#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit (G:\c programs\hello.c).C/C++(1696)cannot open source file "graphics.h"C/C++(1696)
why is this error? and what is the solution?
how I can use graphic.h in VScode.
please help, thank you.