User: Steve727

  • Public profile

User profile: Steve727

User info
User name:Steve727
Name:Steve
Location:Florida
Bio:Currently enrolled in College studying Computer Science. I've been programming on/off for about 2 or 3 years now. I hope to be a game developer at some point, and spend a lot of my time coding text-based rpg's.
History
Joined:
Number of posts:6
Latest posts:

Switching to graphics
Thanks for the replies, I'm looking to GUI frameworks now. I don't want actual graphics for my game,...

Switching to graphics
I've been working on a text based rpg for a while now and I want to start using graphics. Currently ...

cout an array and its displaying "-48"
Don't use <= in your for loops. Remember, array sequences being with 0 and not 1. So if something is...

Define friend function
First you need to make your friend function public. If it is private you will not be able to call it...

compile problem
You are missing a few brackets and semicolons I think. 1. At the end of your main function you are m...

This user does not accept Private Messages