Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~4K People Reached
Favorite Tags

8 Posted Topics

Member Avatar for may4life

[QUOTE=may4life;260247]What (or who) I need is a guide though. If anyone has an example of their own game it would be very helpful for me if you could send it over so I can check out the source code and get into the game programmers mind. Please help, thanks in …

Member Avatar for Serapth
0
2K
Member Avatar for LieAfterLie

I dont know how good the book is...I'm sure you can read reviews on [B]Amazon.com [/B]but maybe this is a good start? [B]Beginning Game Programming [/B] [B]Price: $23.09 [/B] Book description from publisher's homepage: [I]If you are hooked on video games and have a basic knowledge of C++ and visual …

Member Avatar for LieAfterLie
0
106
Member Avatar for ToySoldier

Been working on this project for last 2 nights. Cant get rid of this error message on my [B]last method PAIR::area() [/B]. It's defined at the bottom of my program. Everything else compiles... builds... executes just fine. Rusty on the basics and trying to figure out methods.... here is my …

Member Avatar for ToySoldier
1
105
Member Avatar for ToySoldier

Hi, Appreciate any help. My code compiles... builds.... executes just fine. Only problem I'm having is... I cant figure out how to get PAIR::big() to simply print out the larger #. When I execute... it displays... the Larger # like I want... but then for some reason it displays the …

Member Avatar for ToySoldier
1
150
Member Avatar for ToySoldier

Hi everyone... I'm learning arrays and cant figure out why my cout is showing "scattered" output... I'll upload my infile and source code. I'll also upload the example of the correct output my teacher wants us to show on execution. I'm struggling with the "UNKNOWN" State Name listing too. I …

Member Avatar for ToySoldier
0
195
Member Avatar for ToySoldier

Need help in finishing this problem. I was doign ok at first but somehow ran into 2 compile errors. Now I'm tired and going in circles. I need a fresh pair of eyes to look it over. This is my first time doing arrays. [code]#include <iostream> #include <string> #include <iomanip> …

Member Avatar for perniciosus
0
226
Member Avatar for ToySoldier

I can compile my programs easily using MS C++ but I just installed Borland C++BuilderX and I cant compile... <sigh> It's ghosted out. [B]// my program #include <iostream> int main() { std::cout << "Hello World!\n"; return 0; }[/B] This is what I'm doing... 1: Execute C++BuilderX 2: Click new 3: …

Member Avatar for ToySoldier
0
167
Member Avatar for ToySoldier

Hi... thru trial & error.. I managed to get my homework program to compile. However I'm pretty sure I did it the long way :-| . **Can someone give me a direction to make it easier?** Brand new to C++ so bear with me. I have enough to make the …

Member Avatar for ToySoldier
0
175