NO

Author Topic: graphics.h - Is it missing in Pelles C  (Read 5199 times)

boral

  • Guest
graphics.h - Is it missing in Pelles C
« on: February 26, 2013, 02:56:18 PM »
Being impressed by the features of Pelles C , I have advised one of my friends to use it. Today he said that Pelles C does not contain graphics.h .

Now my question is , Is this a bug in pelles C ?

Offline frankie

  • Global Moderator
  • Member
  • *****
  • Posts: 1966
Re: graphics.h - Is it missing in Pelles C
« Reply #1 on: February 26, 2013, 05:19:17 PM »
This is a very old file for MS-DOS graphics in consolle mode (16 bits). Something resemblant was ported by Borland to 32bits.
Anyway should be no more available from long long time......

CommonTater

  • Guest
Re: graphics.h - Is it missing in Pelles C
« Reply #2 on: February 26, 2013, 10:31:10 PM »
Being impressed by the features of Pelles C , I have advised one of my friends to use it. Today he said that Pelles C does not contain graphics.h .

Now my question is , Is this a bug in pelles C ?

Frankie's right... that is wayyyy outdated.  Nowaday if you want graphics, you write a GUI mode program.
 
Almost nobody writes DOS or Console code anymore and absolutely nobody uses BGI graphics.

boral

  • Guest
Re: graphics.h - Is it missing in Pelles C
« Reply #3 on: February 27, 2013, 04:36:40 AM »
Ok thanks a lot for the reply. I will forward this message to my friend.  :)