GameDesign document - Test"readers" needed

A General Discussion forum for TI calculators

Moderator: MaxCoderz Staff

Post Reply
User avatar
kv83
Maxcoderz Staff
Posts: 2735
Joined: Wed 15 Dec, 2004 7:26 pm
Location: The Hague, Netherlands
Contact:

GameDesign document - Test"readers" needed

Post by kv83 »

Hello,

I am in the last year of my I&I (Informatics & Information-knowledge) study. At the moment I am busy with the module OR-64: Knowledge-transfer. Goal of the module is to “organizeâ€ÂÂ
Image
the_unknown_one
Calc Master
Posts: 1089
Joined: Fri 17 Dec, 2004 9:53 am

Post by the_unknown_one »

I'll do it, man ;) I'll send ya a mail telling this too.
User avatar
Shadow Phoenix
Calc Guru
Posts: 835
Joined: Mon 03 Jan, 2005 7:54 pm
Location: out there. seriosly.

Post by Shadow Phoenix »

Always ready to help
Life is getting better.
User avatar
tr1p1ea
Maxcoderz Staff
Posts: 4141
Joined: Thu 16 Dec, 2004 10:06 pm
Location: I cant seem to get out of this cryogenic chamber!
Contact:

Post by tr1p1ea »

Hey kv83, did you manage to get that dynamic allocation stuff working? I have some examples if you need? :).
"My world is Black & White. But if I blink fast enough, I see it in Grayscale."
Image
Image
coelurus
Calc Wizard
Posts: 585
Joined: Sun 19 Dec, 2004 9:02 pm
Location: Sweden
Contact:

Post by coelurus »

Sounds kind of interesting, I might apply just to get to read some material to read through, I hardly do that :)

May I ask how big it will be, approx.?
User avatar
kv83
Maxcoderz Staff
Posts: 2735
Joined: Wed 15 Dec, 2004 7:26 pm
Location: The Hague, Netherlands
Contact:

Post by kv83 »

Well, it will defently not be a book of 100+ pages, but neither a short tutorial of 5 pages... approx between 20 - 25 pages? I don't know for sure though. Thanks guys

@tr1p; yeah kind of... what kind of examples do you have?
Image
User avatar
MissingIntellect
Regular Member
Posts: 102
Joined: Tue 21 Dec, 2004 2:46 pm
Location: Santa Clarita, California
Contact:

Post by MissingIntellect »

Wow, sounds cool, I'm definitely interested, though to be hoenst I can't take the time to e-mail you at the moment. (No really I'm "working" :P)
--Steve Riekeberg
MaxCoderz Co-Founder, Ex-Staff Member
Image
http://www.missingintellect.net
User avatar
tr1p1ea
Maxcoderz Staff
Posts: 4141
Joined: Thu 16 Dec, 2004 10:06 pm
Location: I cant seem to get out of this cryogenic chamber!
Contact:

Post by tr1p1ea »

kv83: Well all you want to do is dynamically alter the size of an array of structs right?
"My world is Black & White. But if I blink fast enough, I see it in Grayscale."
Image
Image
User avatar
kv83
Maxcoderz Staff
Posts: 2735
Joined: Wed 15 Dec, 2004 7:26 pm
Location: The Hague, Netherlands
Contact:

Post by kv83 »

tr1p1ea wrote:kv83: Well all you want to do is dynamically alter the size of an array of structs right?
yes
Image
coelurus
Calc Wizard
Posts: 585
Joined: Sun 19 Dec, 2004 9:02 pm
Location: Sweden
Contact:

Post by coelurus »

What's this secret allocation-related thingy about? :)
User avatar
tr1p1ea
Maxcoderz Staff
Posts: 4141
Joined: Thu 16 Dec, 2004 10:06 pm
Location: I cant seem to get out of this cryogenic chamber!
Contact:

Post by tr1p1ea »

Oops ... i didnt think that mayb it is secret? :puzzled:.

He just had an array of structs and didnt want to leave it static in size ... especially if that size was a lot more than what was needed. Simple enough.
"My world is Black & White. But if I blink fast enough, I see it in Grayscale."
Image
Image
coelurus
Calc Wizard
Posts: 585
Joined: Sun 19 Dec, 2004 9:02 pm
Location: Sweden
Contact:

Post by coelurus »

Paged linked lists? Linked lists work for most cases, but paged ones decrease system memory fragmentation. Never seen them used anywhere though, just something I use in my own projects.
User avatar
dysfunction
Calc Master
Posts: 1454
Joined: Wed 22 Dec, 2004 3:07 am
Location: Through the Aura

Post by dysfunction »

I can review this thing as well.
Image


"You're very clever, young man, but it's turtles all the way down!"
mnc2fan
Extreme Poster
Posts: 441
Joined: Fri 11 Mar, 2005 4:32 pm

Post by mnc2fan »

I'm up for some reviewing count me in. I'll email you right now... :D
Post Reply