Hello, my name is Jonathan and I am a beginner programmer in my first year of studies. I am using a Turbo C++ editor and I'm trying to set up graphics. The problem is I'm not sure how. Here's how i was taught to set up graphics:
#include <graphics.h>
int main()
{
int graphmode;
int graphdriver = DETECT;
intitgraph (&graphdriver, &graphmode, "C:\\BGI");
Im not sure if im doing the part in quotes right...
So... can anyone please find my error? The big thing is the compiler doesnt include graphics.h