Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Here's the challenge (1st post edited)
#12
How have you implemented variables? I've found that the best way is having a dynamic array which associates identificators to values, visibilty and scope, and perform sorted insertions. You know, variables are created once and used many times, so it is better to spend more time creating them (sorted insertion) and less looking for them in your structure (a binary search is uber fast in this case).
SCUMM (the band) on Myspace!
ComputerEmuzone Games Studio
underBASIC, homegrown musicians
[img]http://www.ojodepez-fanzine.net/almacen/yoghourtslover.png[/i
Reply


Messages In This Thread
Here's the challenge (1st post edited) - by Z!re - 07-08-2004, 03:46 PM
Here's the challenge (1st post edited) - by jatos - 07-08-2004, 03:56 PM
Hy - by QbGuru - 07-09-2004, 07:35 PM
Here's the challenge (1st post edited) - by na_th_an - 07-10-2004, 12:27 AM
Here's the challenge (1st post edited) - by jatos - 07-12-2004, 06:07 PM
Here's the challenge (1st post edited) - by jatos - 07-15-2004, 07:51 PM
Here's the challenge (1st post edited) - by jatos - 08-11-2004, 10:32 PM
Here's the challenge (1st post edited) - by jatos - 08-12-2004, 03:39 PM
Here's the challenge (1st post edited) - by jatos - 08-12-2004, 09:10 PM
Here's the challenge (1st post edited) - by Z!re - 08-13-2004, 02:37 AM
Here's the challenge (1st post edited) - by jatos - 08-26-2004, 07:57 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)