[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Re: I need serious help!

seebs

7/15/2007 10:42:00 PM

In message <09afd7f9fa0a4cc0a523c9326350004e@ruby-forum.com>, Joe Wiltrout writes:
>How can I apply it to making a game?

Let's say you were working on, say, WoW. One of the things WoW does is
parse XML files. When it does this, it prints messages to a log file.

If you don't know how to print messages, you can't do that.

Printing simple messages is one of those fundamental building blocks that
you have to figure out to get started.

-s