graphics.h
-
Hi all, new to C++ programming. i am in HS and taking a C++ course right now. can you guys tell me where to find the "graphics.h" file? I don't have one on my computer. Also what exactly does this do? Thanks matt Matt Millican http://www.internetmill.com
-
Hi all, new to C++ programming. i am in HS and taking a C++ course right now. can you guys tell me where to find the "graphics.h" file? I don't have one on my computer. Also what exactly does this do? Thanks matt Matt Millican http://www.internetmill.com
Where did you find that you need graphics.h? Is it a windows API function, a C++ libarary function, or even a reference out of a book?
Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life! -
Where did you find that you need graphics.h? Is it a windows API function, a C++ libarary function, or even a reference out of a book?
Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!Paul, I found some sample code on the internet and it has a line in it that is calling graphics.h. #include Thanks Matt Matt Millican http://www.internetmill.com