Using Graphics Library In Dev C++

Hi pals,
I am a Newbie in C++ Programming field. I plan to add graphics.h header class in
Dev -C++ Version 4.9.9.2 from Bloodshed which is come along with Borland Compiler.
I follow the Steps in URL : http://www.uniqueness-template.com/devcpp/#step2

C++ Graphics Library 2d

Nov 08, 2016 EG Graphics Library Using C is a software component designed to be used by C programmers for drawing in 2D and 3D. The library is intended to be used both by relatively inexperienced. Jul 30, 2014 For the Love of Physics - Walter Lewin - May 16, 2011 - Duration: 1:01:26. Lectures by Walter Lewin. Auto tune 8.1 price. They will make you ♥ Physics. Recommended for you.

But I Got Error in the Sample code which test the Working , Please Help me
to get away from this problem . I am waiting to hear from you.

Regards
Anes P.A:'(

  • 13 Contributors
  • forum 14 Replies
  • 19,269 Views
  • 5 Years Discussion Span
  • commentLatest Postby leonesaLatest Post

C++ Graphics Library

WaltP2,905

Using Graphics Library In Dev C++

You can't. graphics.h is not compatible with Dev-C++

C++ Graphics Library Download

  • Oct 24, 2018  In this tutorial, we are going to learn how to draw a circle and a rectangle in Graphics C/C? Submitted by Mahima Rao, on October 24, 2018. In today's advanced Advance Learning Tutorial, we will learn to draw Circle and rectangle in C/C Graphics. First, let's start with the CIRCLE.
  • I am trying to use graphics.h in dev C 5.7.1. I already searched the internet for the available options. I downloaded the graphics.h library in the include folder and chose the following in the.
  • Mar 07, 2018  Go to the Tools menu. In the Tools menu, you should find and option called Compiler Options. On clicking Compiler Options, a dialog box should open with multiple tabs at the top which include Compiler (the default), settings, Directories and Programs. Click on Directories.
  • Jun 02, 2016  So far we have been using C language for simple console output only. Most of us are unaware that using C, low level graphics program can also be made. This means we can incorporate shapes,colors and designer fonts in our program. This article deals with the steps to enable the DevC compiler to generate graphics.
  • Oct 29, 2011  Using the WinBGIm Graphics Library with Dev-C in Windows Posted October 29, 2011 by singhgurjot in Uncategorized. Micheal main modified BGI library for windows application to be used under MinGW.This BGI library is renamed as WinBGIm.Now you can use all the borland specific functions under Dev-C.