You are here:
I've been programming in one form or another since my brother taught me BASIC when I was 6. I've been programing professionally since I was 20, first web development with HTML, JS, DHTML, CSS, etc., then I became a video game developer, writing code in C, C++, C#, SQL, assembly, and various scripting languages. I've even written my own scripting languages, custom designed for the games I was making. I also dabble in Java, PHP, and Perl. I've worked on pretty much every aspect of game development, including graphics, audio, gameplay, tool, UI, input, animation, and physics.
I've been writing C++ code for 12 years, both on my own in my spare time and professionally.
IGDA
Bachelor of Science in Game Design and Development, Full Sail University, Winter Park, FL
Salutatorian and Advanced Achiever Awards at Full Sail; Independent Games Festival Student Showcase winner, 2004; Featured article on Gamasutra about an experimental game developed in 2004
| User | Date | K | C | T | P | Comments |
|---|---|---|---|---|---|---|
| Michael | 11/19/09 | 10 | 10 | 10 | 10 | Thank you very much indeed, you are ..... |
| Josef | 10/04/09 | 10 | 10 | 10 | 10 | Dear Mr. Joseph Moore, Thank you very ..... |
| srikanth | 10/03/09 | 10 | 10 | 10 | 10 | Thanks alot |
| mike | 09/28/09 | 10 | 10 | 10 | 10 | Thanks, will deffinatly look into the advice ..... |
| gong | 09/20/09 | 10 | 10 | 7 | 10 | Thanks |
Hi, Mathias. It is desirable that the random number generator is seeded with the time value. What I think you are doing wrong is that it sounds like you are seeding the generator every time you use
Hi, Ashutosh. A function prototype is simply the line that defines the function and its parameters. For example: void myFunc(); // prototype void myFunc() { printf("Hello!")
Hi, Michael. You are correct that you need to use the rand function. The basics of rand are pretty simple: just call rand() and it'll give you a random integer between 0 and the define RAND_MAX. The
Hi, Alissa. You are almost there, you just left out a couple of things. First, in the "setCustomer" function, you are not setting the type in the customer. This is why you are getting random, bad
Somewhere in your IDE, there should be settings to tell the compiler where the basic libraries and headers are kept. Usually this is set up automatically when you install your IDE, so you never even have
Answers by Expert:

©2009 About.com, a part of The New York Times Company. All rights reserved.