Forum: Game Development Aug 7th, 2008 |
| Replies: 8 Views: 3,050 the best place to look will probably be flash tutorials...the actual codes won't work for you but the principals are the same
i just snagged this one randomly... |
Forum: Game Development Aug 5th, 2008 |
| Replies: 8 Views: 2,366 well not to steal the thunder or de-rail here, but why don't you try XSI mod tool??
it integrates with C#/XNA
it's free also
there's very little documentation on Blender, which is one of the... |
Forum: Game Development Dec 5th, 2007 |
| Replies: 24 Views: 2,787 that's true...i started to learn game programming a few weeks ago. i had little past experience with C++ through the years & even though i know enough to make sense of how to program games it's not... |
Forum: C++ Dec 5th, 2007 |
| Replies: 3 Views: 581 damn! you beat me to it...i wanted to help seeing as i had finally learned how lol |
Forum: C++ Nov 27th, 2007 |
| Replies: 21 Views: 44,878 are those console or 2D codes?? mind sending em my way??
as for the original poster here is a good site
http://theharbourfamily.com/jonathan/?page_id=89
it's about GBA programming, but he... |
Forum: C++ Nov 25th, 2007 |
| Replies: 7 Views: 994 i solved it!!
everything was right from the start cept that i was assigning the values wrong
void setPartNumber (string number)
{number = product;}
string getPartNumber()
{return product;} |
Forum: C++ Nov 22nd, 2007 |
| Replies: 7 Views: 994 sorry Ancient Dragon...i tried following your instructions, but couldn't quite get what you were trying to tell me to do. i've been racking my brain over this damn thing. no matter what i try to come... |
Forum: C++ Nov 18th, 2007 |
| Replies: 7 Views: 994 but get_invoiceAmount isn't returning anything...it's working like the displayMessage examples they give in the book
"int get_invoiceAmount" that's what i understand you are telling me to do, am i... |
Forum: C++ Nov 18th, 2007 |
| Replies: 7 Views: 994 Hi, i'm one of those annoying students here to ask questions :)
this is what is asked for my assignment
& here is what i have so far
#include <iostream>
#include <string>
using std::cout;... |