Questions tagged [bgi]

Borland graphics interface (graphics.h) is a legacy library for 2D graphics similar to nowadays GDI.

Borland graphics interface (graphics.h)

  • is an old legacy library for 2D graphics similar to nowadays
  • was widely used with Borland IDE's like Turbo Pascal or Turbo C++
  • is still used in some schools
392 questions
-6
votes
2 answers

graphics in c and c++

In turbo c 3.2 I am getting Divide error and in code blocks IDE I getting error that initgraph() and closegraph() are refrence at compile time. (I added graphics header and library file in folder of codeblocks).Please give me solution? the…
KD.
  • 61
  • 6
-7
votes
1 answer

expected ')' error in a c++ code

This is a Bresenham algorithm for a line in the first positive octant. The code is almost from the http://www.cs.helsinki.fi/group/goa/mallinnus/lines/bresenh.html. but it doesnt work and the turbo c++ says there is an error in the line 4, ")…
navid94
  • 11
  • 1
  • 5
1 2 3
26
27