Alex Zhuravel
Alex Zhuravel

Reputation: 47

graphics.h for microsoft visual studio community 2017

I have been including the graphics.h in the header folder of vs project, but for some reason, it still says "No such file directory". I watched one of the videos and I saw that I need to get graphics.lib and I have no idea where the .lib file is since I searched everywhere for it. Can you please help me?

Upvotes: 2

Views: 4002

Answers (1)

Hooman.AS
Hooman.AS

Reputation: 190

You need to download the WinBGIm graphics library onto your machine (preferably to the desktop, where you can easily access it):

For Visual Studio 2005: BGI.zip For Visual Studio 2008: BGI2008.zip For Visual Studio 2010: BGI2010.zip ref:http://www.cs.colorado.edu/~main/bgi/visual/

Upvotes: 2

Related Questions