Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 07-25-2004, 01:12 PM   #1 (permalink)
Psycho
 
[C++] graphics.h?

I'm very new to C++ so please bare with me.

I just got a textbook from a friend about C++ and it was going fine until it asked me to write a code with the graphics.h header. The problem is this isn't included in Micrsoft Visual Studio and the CD that the book should have had with the file on it can't be found.

I've been looking for about 2 days and have come to moderate success. I'm pretty sure I found the source for the header but I have no idea how to make it work in any way.

If anyone could give me the file or just tell me how to make it work from the source that would be great. Even if someone suggests another compiler as long as its novice friendly it really doesn't matter.

Thanks in advance
propaganda is offline  
Old 07-25-2004, 06:03 PM   #2 (permalink)
I am Winter Born
 
Pragma's Avatar
 
Location: Alexandria, VA
My guess is that the graphics.h file is provided on the textbook publisher's website (as in: it's something that the author wrote), or else in an appendix in the book.

There's no real "one true graphics.h header"
__________________
Eat antimatter, Posleen-boy!
Pragma is offline  
Old 07-27-2004, 03:42 PM   #3 (permalink)
Psycho
 
Thanks for that Pragma. I have no idea why I couldn't think of that myself...

But for some reason when I try to do what the readme file that came with the download, I get an error because I don't have graphics.h. An irony at its best because that is what I'm trying to get to begin with.

Anyone have any instructions on how to get it to work with just the .cpp file though?
propaganda is offline  
Old 07-27-2004, 05:26 PM   #4 (permalink)
I am Winter Born
 
Pragma's Avatar
 
Location: Alexandria, VA
Chances are, you're gonna need the .h file - it'd have function prototypes, global variables, macro definitions, etc.

What kind of errors are thrown if you remove the #include "graphics.h" line from the program?
__________________
Eat antimatter, Posleen-boy!
Pragma is offline  
Old 07-28-2004, 01:26 PM   #5 (permalink)
Upright
 
propaganda , how old is the book? Which compiler is it written for (if any)?
DeathRowMarv is offline  
 

Tags
graphicsh


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 02:57 AM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73