Re: Vectors vs Arrays



John Bend <john.bend@xxxxxxxxxxxxxxxxxx> wrote in news:43be6751$1_1
@news.fastfreenet.com:

> Hello.
>
> Can anyone please suggest some good tutorial links where Java Vectors
> and Arrays are explained and compared?
<snip>

Try
http://mindprod.com/jgloss/vector.html


--
Ian Shef 805/F6 * These are my personal opinions
Raytheon Company * and not those of my employer.
PO Box 11337 *
Tucson, AZ 85734-1337 *
.



Relevant Pages

  • Re: initialising array of unknown size (newbie)
    ... help you if you copy the style of posting that is favoured here: snip ... will probably have to rewrite everything when you come to "wrap it up ... Note also that the code you cited does not really do 2D arrays. ... int i, j, k, row, col; ...
    (comp.lang.c)
  • Re: Help needed for a sorting code in the literature
    ... > because it can't be a library function: ... I have tested the speed of the heapsort code above on arrays of up to ... sorting needs, std::sortis significantly slower than dedicated ...
    (sci.crypt)
  • Re: Multi-dimension array assignments
    ... partially-braced initializers are standard in both C89/90 and C99 ... > memory location. ... > of arrays members would also be contiguous in memory as ...
    (comp.lang.c)
  • Re: address beyond array declaration
    ... >out that there really is difference between arrays and pointers that ... welcome to clc: http://www.ungerhu.com/jxh/clc.welcome.txt ...
    (comp.lang.c)
  • Re: bivariate interpolation
    ... First of all, Fortran stores ... > 2-dimensional arrays by columns, ... > univariate interpolation. ... <snip useful information> ...
    (comp.lang.c)