Search found 38 matches

by LuciDreamTheater
Sun Jun 21, 2009 2:45 pm
Forum: Game Development
Topic: Visual C++ Express and Distribution
Replies: 53
Views: 5513

Re: Visual C++ Express and Distribution

Now that you've gone with pro, I'd just like to add that when you compile your program, you still can't distribute the debug version. That's illegal. You have to compile it in release mode if you plan to distribute it.
by LuciDreamTheater
Sun Jun 21, 2009 2:16 pm
Forum: Programming Discussion
Topic: making character walk by itself
Replies: 7
Views: 656

Re: making character walk by itself

I, personally, would look up some pathfinding algorithms. There's a collection here: http://www-cs-students.stanford.edu/~amitp/gameprog.html#paths . Edit: The motivation for using such algorithms is for situations with obstacles between point A and point B. The way you have it set up, your characte...
by LuciDreamTheater
Wed May 27, 2009 12:58 pm
Forum: Programming Discussion
Topic: I just realized fhat programming is just all math...
Replies: 15
Views: 1425

Re: I just realized fhat programming is just all math...

I just learned about another link between math and programming too: In my C++ class back in '07, when talking about cin and cout, my professor mentioned something called a source and a sink. Oddly enough, in my vector calculus class, when we talked about vector fields, the terms source and sink were...
by LuciDreamTheater
Sun May 10, 2009 11:12 pm
Forum: Programming Discussion
Topic: Programming Paradigms
Replies: 6
Views: 585

Re: Programming Paradigms

andrew wrote:Watch this series of YouTube videos: Lecture 1 | Programming Paradigms (Stanford)

I hope that's what you are looking for. :)
EXACTLY what I'm looking for.
by LuciDreamTheater
Sun May 10, 2009 9:55 pm
Forum: Programming Discussion
Topic: Programming Paradigms
Replies: 6
Views: 585

Programming Paradigms

This summer I intend to learn the different programming paradigms. The question is: how can I do this most effectively? Here's the breakdown of the paradigms as they're often described: 1. Logic programming 2. Functional programming 3. Object-oriented programming 4. Imperitive programming To learn t...
by LuciDreamTheater
Sun May 10, 2009 7:53 pm
Forum: Programming Discussion
Topic: [Solved]SDL_GetError
Replies: 3
Views: 428

Re: SDL_GetError

LazyFoo talks about it a little bit, although I haven't read the article.

http://lazyfoo.net/articles/article05/index.php
by LuciDreamTheater
Sun Mar 29, 2009 1:18 am
Forum: Programming Discussion
Topic: Programming Practice
Replies: 56
Views: 4391

Re: Programming Practice

dandymcgee wrote:
Arce wrote:Make an executable output it's own source.

Good luck. ^.^
Omg. :shock:
Quines are EVIL!
Here's a twist: Write a program that reads in a text file and determines whether it is it's own source code. (Note: Cannot read the source file).
by LuciDreamTheater
Wed Mar 11, 2009 10:05 pm
Forum: Programming Discussion
Topic: Why C++?
Replies: 14
Views: 1310

Re: Why C++?

I congratulate your eagerness to get into C++, but just because it's standard in the industry, doesn't mean it's always used to learn how to program. Sure, many people take that route, but there are much easier languages to pick up than C++. Personally, I have no preference. I learned C++ first, but...
by LuciDreamTheater
Mon Mar 09, 2009 2:39 am
Forum: Game Development
Topic: One is the loneliest number...
Replies: 18
Views: 2564

Re: One is the loneliest number...

To make Firefox check textboxes, type about:config into address bar, then go to layout.spellCheckDefault and change the value to 2.
by LuciDreamTheater
Sat Mar 07, 2009 3:27 pm
Forum: Game Development
Topic: Dreamcast Article on Gamedev.net Wiki
Replies: 6
Views: 1201

Re: Dreamcast Article on Gamedev.net Wiki

ismetteren wrote: Agian, i havent read the whole article, but it seems to be very linux specific, maybe you should state that in the title, or in the start of the article. Maybe im just a noob that dosent know what he is talking about :P
Someone else mentioned the same thing. It will be done :)
by LuciDreamTheater
Fri Mar 06, 2009 10:53 pm
Forum: Game Development
Topic: Dreamcast Article on Gamedev.net Wiki
Replies: 6
Views: 1201

Re: Dreamcast Article on Gamedev.net Wiki

Thank you so much.
by LuciDreamTheater
Thu Mar 05, 2009 1:53 pm
Forum: Game Development
Topic: Dreamcast Article on Gamedev.net Wiki
Replies: 6
Views: 1201

Re: Dreamcast Article on Gamedev.net Wiki

Thanks for the encouragement, BlueMonkey.
by LuciDreamTheater
Thu Mar 05, 2009 12:03 am
Forum: Game Development
Topic: Dreamcast Article on Gamedev.net Wiki
Replies: 6
Views: 1201

Dreamcast Article on Gamedev.net Wiki

Is there anyone who could read through my article on introduction to Dreamcast development, so that it's more polished when I submit it to gamedev.net?

I'd appreciate it.
by LuciDreamTheater
Mon Mar 02, 2009 6:32 pm
Forum: Programming Discussion
Topic: 3D Vector vs. 1D Vector with index algorithm
Replies: 16
Views: 1403

Re: 3D Vector vs. 1D Vector with index algorithm

Well, I'm sitting in the lab with no one to tutor, so I'll share my story: I'd been wanting to get into Dreamcast development for a long time, but I didn't think I had the skill set. Plus, I was unaware of the availability of KallistiOS, which is the only tool that makes development feasible. At fir...
by LuciDreamTheater
Mon Mar 02, 2009 1:33 am
Forum: Game Development
Topic: Dreamcast Developers
Replies: 30
Views: 3255

Re: Dreamcast Developers

I should add that it sometimes is used to describe development for a cell phone.