I love programming with all my heart, but sometimes it makes me want to kill things. I'm going to show you a little exert from a program I'm writing (a real-time pet that you can interact with. Think: tamagachi). This is from the tic-tac-toe game. Tell me if you see the error. I found it.
Now, all the checks work, including the / diagonal, except for the \ diagonal. Can someone spot the error that made me almost kill a something? The other methods are fine so I'm not showing them to you and I assume you can figure out what this code does.
the '\' character I have at the end of my comment works as a token to carry the next line over to the current line. That is, the C++ compiler sees this:
I'm planning on making a little game in C++ and I need some graphics help. It's not really a game, as much as a virtual pet that you can interact with. What I need is the images for these pets. Simple 2D images are fine. It'd be ideal, if you could make several "evolved" versions of these pets, so that I can incorporate that system into the game. That way, your pet could transform into a different animal (think pokemon).
Just two or three types with a couple evolutions would be fine. I'd appreciate all the help I can get. 100x100 jpegs will be fine.
Thanks in advance for anyone willing to do some drawing.