Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
#include<graphics.h> int main() { int gd=DETECT; int gm; initgraph(&gm,&gd,"C:\\TC\\BGI"); arc(200,200,0,130,50); closegraph(); getch(); }
エラー警告が表示されます: 文字列定数から 'char*' への非推奨の変換 [-Wwrite-strings]
そしてmain.exeは動作を停止しました