Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    616

    [SOLVED] Re: Calling a function not working

    Is sideCube declared and given a value before it is used?
    You need to post all the code to show where those two statements are located.
  2. Replies
    4
    Views
    616

    [SOLVED] Re: Calling a function not working

    The cube_vol method is declared to take a double as an argument. The statement with the error does not have any arguments.
    To fix - Add a double value as an argument to the method.
Results 1 to 2 of 2