digitalmars.D - Suggestion: change 'static array'=> 'fixed length array' and 'dynamic array' => 'variable length array' in document
- "Boris Wang" <nano.kago hotmail.com> Jun 22 2006
- Derek Parnell <derek nomail.afraid.org> Jun 22 2006
- Bruno Medeiros <brunodomedeirosATgmail SPAM.com> Jun 23 2006
static : static memory alloc dynamic: dynamic memory alloc The first impression of most people.
Jun 22 2006
On Fri, 23 Jun 2006 10:32:50 +0800, Boris Wang wrote:static : static memory alloc dynamic: dynamic memory alloc The first impression of most people.
Yes please. This would help remove a lot of ambiguity in the docs and make them more easy to understand for newcomers. -- Derek (skype: derek.j.parnell) Melbourne, Australia "Down with mediocrity!" 23/06/2006 2:47:50 PM
Jun 22 2006
Boris Wang wrote:Re: Suggestion: change 'static array'=> 'fixed length array' and
static : static memory alloc dynamic: dynamic memory alloc The first impression of most people.
META: I dislike it when people put information on a thread topic without putting that same information in the topic text... >:P -- Bruno Medeiros - CS/E student http://www.prowiki.org/wiki4d/wiki.cgi?BrunoMedeiros#D
Jun 23 2006









Derek Parnell <derek nomail.afraid.org> 