in reply to Re^2: Advanced Data Structure Question
in thread Advanced Data Structure Question

My point is that you can't do the same thing with C arrays as with Perl arrays. Of course Perl is written in C so anything you can do in Perl can be done in C, except there may be a more efficent way of handling things in C.

Replies are listed 'Best First'.
Re^4: Advanced Data Structure Question
by Limbic~Region (Chancellor) on Apr 19, 2006 at 14:30 UTC
    cdarke,
    Ok - I can buy that. So your advice then is to choose an Array as my datastructure and to spend my research time on figuring out how to do what I want in C efficiently. This is valid and is actually the way I am leaning.

    Just another C neophyte,
    L~R