Author Topic: graphics.h file and iostram.h headerfiles  (Read 5684 times)

Offline ashokkumar01cbe

  • Single posting newcomer
  • *
  • Posts: 2
graphics.h file and iostram.h headerfiles
« on: February 09, 2013, 09:34:42 am »
Yesterday i download the binary release of codeblocks(codeblocks-12.11mingw). i am new to programming. When i compile a graphics program under c in codeblocks it  shows a fatal error that no such file (graphics.h) or directory. and i also tried a c++ program by entering iostream.h header file. it also shows up the same error. please help me to solve this problem...

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: graphics.h file and iostram.h headerfiles
« Reply #1 on: February 09, 2013, 10:32:24 am »
Come into 21st century by buying a proper c++ book to learn from.
graphics.h and iostream.h are something from the past.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]