#include<graphics>
main()
{
int gd=0,gm;
initgraph(&gd,&gm,"");
circle(100,80,20);
closegraph();
}
Error:fatal error: graphics: No such file or directory
NotAceGG 0 Newbie Poster
Dani 4,543 The Queen of DaniWeb Administrator Featured Poster Premium Member
rproffitt 2,693 https://5calls.org Moderator
rproffitt 2,693 https://5calls.org Moderator
Husoski 60 Newbie Poster
rproffitt commented: The OP commented " i use Code Blocks IDE Windows 10 Pro" but they appear to have removed this information. +15
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.