Search found 529 matches

by davidthefat
Fri Nov 19, 2010 7:08 pm
Forum: Programming Discussion
Topic: Anyone have any ideas for a console application
Replies: 13
Views: 1720

Re: Anyone have any ideas for a console application

An encryption algorithm? Or perhaps a sorting algorithm.
by davidthefat
Wed Nov 17, 2010 11:07 pm
Forum: Programming Discussion
Topic: Guides & resources
Replies: 59
Views: 63676

Re: Guides & resources

A bunch of Lectures from Stanford about a ton of stuff for free on Youtube: http://www.youtube.com/user/StanfordUniversity#g/p Programming Abstractions: http://www.youtube.com/user/StanfordUniversity#grid/user/FE6E58F856038C69 Programming Methodology: http://www.youtube.com/user/StanfordUniversity#g...
by davidthefat
Wed Nov 17, 2010 7:10 pm
Forum: General/Off-Topic
Topic: mac or pc
Replies: 33
Views: 4447

Re: mac or pc

PC == Personal Computer; Mac == Personal Computer; ∴ Mac == PC That being said, I suggest investing millions of dollars to purchase a new IBM Roadrunner. Do not fall into the Apple's marketing, get a generic PC. You do not need Mac for any reason, there are no advantages of getting a mac. Maybe be...
by davidthefat
Mon Nov 15, 2010 11:00 pm
Forum: General/Off-Topic
Topic: What Are The Qualities Of An A+ Student?
Replies: 10
Views: 2293

What Are The Qualities Of An A+ Student?

What are the qualities that make an A+ student? I need help on this section of my life. I always have been a very brilliant guy, but never the model student. All my teachers have given the exact same comment regarding my academics ever since elementary: "David is has a lot of potential, he is a...
by davidthefat
Mon Nov 08, 2010 7:09 pm
Forum: General/Off-Topic
Topic: Do you think big name developers have gotten lazy?
Replies: 16
Views: 3232

Re: Do you think big name developers have gotten lazy?

I do not know if I call it lazy but I personally think that most of the big name companies have been taking less "risks" and just repackaging previous games into the franchise. *cough*Madden*cough* I mean yes, it is guaranteed to sell to at least the fan base and more and its a lot easier ...
by davidthefat
Tue Nov 02, 2010 9:06 pm
Forum: Art, Music, and Design
Topic: Philosophical gaming
Replies: 10
Views: 2324

Re: Philosophical gaming

Just like how life is not black and white; games too have to be ambiguous. RTS games manage to have a very skewed interpretation of that due to the nature of the game play. Good things don't always happen to the good guys, why should that happen in games? Now games that are very entertaining are als...
by davidthefat
Thu Oct 21, 2010 9:02 pm
Forum: Programming Discussion
Topic: How Would I Teach Programming?
Replies: 13
Views: 1216

Re: How Would I Teach Programming?

How can I explain certain concepts like classes and inheritance? Inheritance is easier but IDK any layman's word for classes... Can I call it "containers". It doesn't quite describe it so any suggestions? Maybe objects, but thats kinda different.
by davidthefat
Tue Oct 19, 2010 11:35 pm
Forum: Programming Discussion
Topic: How Would I Teach Programming?
Replies: 13
Views: 1216

How Would I Teach Programming?

Now this year, I am 99% certain that I will be the programming leader of my highschool robotics team, so that means I would have to raise up these fledgling programmers. That means I have to teach them wisely and practically. At first when I was learning, I never seen the practicality of classes unt...
by davidthefat
Fri Oct 15, 2010 11:51 pm
Forum: Programming Discussion
Topic: How do you keep interest?
Replies: 14
Views: 1095

Re: How do you keep interest?

Its just my personality type, I just have a one track mind, if I am working on a project, I just can't sleep sometimes. It annoys me when I run into an error and I can't get sleep unless I fix it. I sometimes forget to eat too. :lol:
by davidthefat
Mon Oct 11, 2010 11:00 pm
Forum: Game Development
Topic: The Eternal Quest
Replies: 91
Views: 15183

Re: The Eternal Quest

Does the Magic Mushroom make you hallucinate?
by davidthefat
Sat Oct 09, 2010 11:24 am
Forum: Programming Discussion
Topic: C and C++ at the same time?
Replies: 9
Views: 866

Re: C and C++ at the same time?

I've learned different languages at the same time (HTML and Javascript) and done fine. But, I heard that you SHOULD learn C++ first, because if you learn C THEN C++ you must un-learn bad habits. I am learning C++ on my Mac on XCode and I am going to be getting an Arduino soon, I program that in C. ...
by davidthefat
Tue Oct 05, 2010 11:47 pm
Forum: General Gaming
Topic: Dreamcast 2?
Replies: 11
Views: 2512

Dreamcast 2?

http://www.computerandvideogames.com/ar ... ?id=267778

Its kinda old, but this has to be posted: Dreamcast 2 might come? Who knows?
by davidthefat
Tue Oct 05, 2010 11:38 pm
Forum: Programming Discussion
Topic: So Um Vector Collisions...
Replies: 1
Views: 279

So Um Vector Collisions...

I understand vectors but I don't understand how one can implement them in programming. Im in Pre Calculus and AP Physics right now, we use vectors all the time in Physics, but still can't get my head around how to use it in programming. I can make a Vector class that has the magnitude and the angle ...