Search:

Type: Posts; User: Nismoz3255

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    2,120

    Re: Help with dynamic array method

    I did try type casting to the DynamicArrayOfInts class buts it says it cannot compare types int and DynamicArrayOfInts. The class up to this point looks like this:



    class DynamicArrayOfInts {
    ...
  2. Replies
    5
    Views
    2,120

    Re: Help with dynamic array method

    I'm getting an error that says aThat.size cannot be resolved to a field. I assumed it was because the Object class doesn't have a distinct size field where as my DynamicArrayOfInts class does have...
  3. Replies
    5
    Views
    2,120

    Help with dynamic array method

    I'm trying to write a method for a dynamic array class that compares the size of the current dynamic array to the one passed in from the method. The issue i'm having is that the type in the method...
Results 1 to 3 of 3