Reputation: 47
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
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