Search found 21 matches

by hayk0510
Wed Feb 17, 2010 1:06 am
Forum: Programming Discussion
Topic: How many languages do you know?
Replies: 27
Views: 3069

Re: How many languages do you know?

This is so true. I'm sick of seeing "how many languages do you know", "X vs Y language", or my favorite "which programming language should I learn?". Most of the time, it ends in a flamewar between languages. I do have to disagree with some points here though. I do not ...
by hayk0510
Wed Feb 17, 2010 12:40 am
Forum: Programming Discussion
Topic: Im a noob i know
Replies: 59
Views: 7439

Re: Im a noob i know

hey douchebag, i was obviously just making fun of the crayons and so on, not being to serious there... ive actually seen Mr sweeney drive around in his lambo, i live 10 min from epic games. My apologies for misunderstanding. But really, there is no need for name calling. ONLY 10 programmers worked ...
by hayk0510
Tue Feb 16, 2010 4:37 pm
Forum: Programming Discussion
Topic: Im a noob i know
Replies: 59
Views: 7439

Re: Im a noob i know

I want it. Could you post the link? Haskell is a cool language, but I don't know if I'd want to use it for game programming. Games have a need to keep state, and in my experience Haskell isn't really the best choice for that kind of thing. Although if it's to use Haskell's concurrency features, lik...
by hayk0510
Tue Feb 16, 2010 1:47 am
Forum: Programming Discussion
Topic: Im a noob i know
Replies: 59
Views: 7439

Re: Im a noob i know

I want it. Could you post the link? Haskell is a cool language, but I don't know if I'd want to use it for game programming. Games have a need to keep state, and in my experience Haskell isn't really the best choice for that kind of thing. Although if it's to use Haskell's concurrency features, lik...
by hayk0510
Fri Jan 08, 2010 3:10 am
Forum: Programming Discussion
Topic: What is the point of programming?
Replies: 41
Views: 4811

Re: What is the point of programming?

Interesting conversation. I've never come across such a question before... If you are to ask this sort of question, then I think we can actually broaden it to, "What's the point of life?". Then it just becomes a big mess :) I see programming just like I see any other field of science, whet...
by hayk0510
Thu Dec 31, 2009 3:35 am
Forum: Programming Discussion
Topic: Perl?
Replies: 15
Views: 2247

Re: Perl?

That's an interesting post dandymcgee. Technically if a programming language is turing complete, then it can everything that any other turing complete language can. When you say scripting language, I assume you mean a programming language that is interpreted.. rather than compiled, in which case the...
by hayk0510
Thu Dec 31, 2009 3:14 am
Forum: Programming Discussion
Topic: Im a noob i know
Replies: 59
Views: 7439

Re: Im a noob i know

You did not just call Python simple ;) Just because C++ is harder than Python, doesn't make it a better language. Python is simply of a higher abstraction. Usually when you go up in abstraction, you sacrifice efficiency for expressiveness. Python is simple and powerful, do not confuse power with eff...
by hayk0510
Mon Dec 28, 2009 11:30 pm
Forum: Programming Discussion
Topic: Learning C++ as a first language
Replies: 17
Views: 1984

Re: Learning C++ as a first language

What you want to do is learn how to program. This can be achieved MUCH more easily, IMO, with a language like Python or Ruby(which is my personal favorite right now). Please stay away from Perl (for your first language) and pick up something that is nice to you and something that will be fun to prog...
by hayk0510
Sat Aug 08, 2009 8:24 pm
Forum: Programming Discussion
Topic: Scripting Language Options
Replies: 8
Views: 1377

Re: Scripting Language Options

+1 for Python. I am making games with it right now, as well as developing apps and utilities for my desktop, and just starting to make web apps with Django, which I think it is going to be a very popular framework in the near future. Plus Python is included in almost all Linux Distros. I mean, unles...
by hayk0510
Mon Aug 03, 2009 5:50 pm
Forum: Programming Discussion
Topic: Implementing a save feature
Replies: 8
Views: 702

Re: Implementing a save feature

dandymcgee wrote:I've never actually done this before, but I believe "serialization" would be the keyword you're looking for.
I'm sure someone more experienced can give you a bit more information about how to go about implementing such a thing.
Awesome! Thanks, time to visit my good friend Google :D
by hayk0510
Mon Aug 03, 2009 5:36 pm
Forum: Programming Discussion
Topic: Implementing a save feature
Replies: 8
Views: 702

Implementing a save feature

How would you go about implementing a save feature in a game? I was thinking about this the other day and can't find anything about it on Google. I was thinking something like writing keywords to a file depending on the state of the game, then the game would check the words and restore the previous ...
by hayk0510
Sun Jul 26, 2009 8:25 pm
Forum: Programming Discussion
Topic: Cross Platform coding
Replies: 8
Views: 715

Re: Cross Platform coding

If you see yourself doing something like: #include <windows> or #include <unistd> punch yourself in the face, and you'll be fine. :D Haha, I'll keep that in mind. Btw, I'm just curious. But which programming languages did you know before you learned C++? And when did you start learning it? People i...
by hayk0510
Sat Jul 25, 2009 4:25 pm
Forum: Programming Discussion
Topic: Cross Platform coding
Replies: 8
Views: 715

Cross Platform coding

Just had a quick question, I couldn't seem to find the answer searching the forums. I want to make games for Linux, and contribute to expanding the Linux gaming scene, but I would also like for my games to be able to run on Windows as well. Let's say I am using C++ with Python and use SDL and openGL...
by hayk0510
Fri Jul 24, 2009 7:01 pm
Forum: Programming Discussion
Topic: Questioning my knowledge
Replies: 9
Views: 729

Re: Questioning my knowledge

Thanks for all the advice!

I dropped the books and went to look at some advanced tutorials and API's and I am learning A LOT!

And Pygame is great, I went from knowing nothing to drawing and moving stuff on the screen in about a day, but I still have a lot to learn.

Thanks again.
by hayk0510
Wed Jul 22, 2009 10:38 pm
Forum: Programming Discussion
Topic: Questioning my knowledge
Replies: 9
Views: 729

Questioning my knowledge

Hey guys, I'm having a bit of a problem. I feel like I know enough programming and I find myself skimming through beginners books, but I have a hard time creating anything useful and do not know enough to understand advanced books. I'm learning Python and know programming basics, but I can't really ...