Forum: Game Development Oct 5th, 2006 |
| Replies: 9 Views: 5,873 I dont know how good the book is...I'm sure you can read reviews on Amazon.com but maybe this is a good start?
Beginning Game Programming: $23.09
Product Details
Paperback: 624 pages ... |
Forum: C++ Sep 30th, 2006 |
| Replies: 13 Views: 2,936 I dont know how good the book is...I'm sure you can read reviews on Amazon.com but maybe this is a good start?
Beginning Game Programming
Price: $23.09
Book description from publisher's... |
Forum: C++ Sep 28th, 2006 |
| Replies: 2 Views: 1,066 Thanks... cleaned it up and turned it in.
Gonna take my time with our next program. |
Forum: C++ Sep 28th, 2006 |
| Replies: 2 Views: 1,066 Been working on this project for last 2 nights. Cant get rid of this error message on my last method PAIR::area() . It's defined at the bottom of my program.
Everything else compiles... builds...... |
Forum: C++ Sep 26th, 2006 |
| Replies: 2 Views: 1,487 Thanks... I'll try it out. |
Forum: C++ Sep 26th, 2006 |
| Replies: 2 Views: 1,487 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... |
Forum: C++ Dec 1st, 2005 |
| Replies: 8 Views: 1,432 Thanks. I didnt quite understand why that was bad code. I will read your hyperlink in detail.
I like surprising the Prof with stuff like that and backing it up. I also found out with messing with... |
Forum: C++ Dec 1st, 2005 |
| Replies: 8 Views: 1,432 I figured out my "UNKNOWN" state name problem with the following code. I've posted my correct code for anyone needing an example of a Parallel Array.
Now it's time to tackle my CLASSES... |
Forum: C++ Dec 1st, 2005 |
| Replies: 8 Views: 1,432 Should I use the break command to insert the "UNKNOWN" for a state name? I'll mess around with it. Thanks... |
Forum: C++ Dec 1st, 2005 |
| Replies: 8 Views: 1,432 Wow... that did the trick. I now see that I was asking the infile to find something that wasnt there. Thanks.
I'll now focus on getting state codes AA, ZZ, X1 to COUT "UNKNOWN". It looks like an... |
Forum: C++ Dec 1st, 2005 |
| Replies: 8 Views: 1,432 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... |
Forum: C Nov 22nd, 2005 |
| Replies: 8 Views: 1,725 Thanks.. I was getting a real headache. Let me get back to it... clean it up with tabs and figure out the rest of it.
After this program, I'm gonna go back to easier examples and start again from... |
Forum: C Nov 22nd, 2005 |
| Replies: 8 Views: 1,725 At first I didnt know what you ment but I looked up \t's in my book. AWESOME... I did ask my teacher for an easier way besides spaces but he said for me to just use spaces. I'll surprise him with... |
Forum: C Nov 22nd, 2005 |
| Replies: 8 Views: 1,725 I think that was part of my problem. Thanks... let me get back to it and figure the rest out. I wish I had taken better notes on arrays :o |
Forum: C Nov 22nd, 2005 |
| Replies: 8 Views: 1,725 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... |
Forum: C++ Oct 30th, 2005 |
| Replies: 4 Views: 1,579 Okay... I went to bed after trying to figure it out. I thought I might be tired or something... I'll post back and let u know how it turned out. Thanks... |
Forum: C++ Oct 29th, 2005 |
| Replies: 4 Views: 1,579 I'm trying that but all the "Project" options are ghosted out... why make this program so difficult ??? "AAaggghhhh !!!"
It comes with my SAMS "Teach yourself C++ in 24 hours" book. I followed the... |
Forum: C++ Oct 29th, 2005 |
| Replies: 4 Views: 1,579 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.
// my program
#include <iostream>
int main()
{
... |
Forum: C++ Oct 4th, 2005 |
| Replies: 1 Views: 1,821 Okay..I managed to figure it out. I wasnt in class when he handed us a Text file... made my program MUCH easier to do... |
Forum: C++ Oct 3rd, 2005 |
| Replies: 1 Views: 1,821 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... |