On Tue, Apr 22, 2008 at 6:36 AM, tatoy_roberto_bscs
<[EMAIL PROTECTED]> wrote:

> #include"ArrayList.h"
>
>  int main(void){
>         int list[SIZE]={0};
>         int loc,x, i, n;
>         do{
>                 printf("\nInput how many numbers to be inserted? ");
>                 scanf("%d", &n);
>                 if(n>SIZE)
>                         printf("\nYour input exceeds the allowable

<snippage>

You forgot specify what exact parts of the code you need help with

-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
 If I were to divulge it, it would overturn the world."
 -- Jelaleddin Rumi

Reply via email to