Search:

Type: Posts; User: helpmeout

Search: Search took 0.01 seconds.

  1. Replies
    16
    Views
    4,869

    ok, ill change it! it is a function that is...

    ok, ill change it! it is a function that is defined outside of int main. it has to compute values of a function at each iteration step in a loop statement. hence it is dependent on i! i have defined...
  2. Replies
    16
    Views
    4,869

    no, i was told by my supervisor that i was meant...

    no, i was told by my supervisor that i was meant to write f1 as a function of i when it was in the loop!
    can you at least tell me which bit is wrong, the float f1(....) or the f1(...) bit?
  3. Replies
    16
    Views
    4,869

    ok, im starting to understand a bit more, my...

    ok, im starting to understand a bit more, my programme takes f1 to be float but wants to make it an int? how do i fix the problem? i've tried everything to try and get it to work and nothing is...
  4. Replies
    16
    Views
    4,869

    yeah, but what does that mean? does no-one here...

    yeah, but what does that mean? does no-one here actually know what this is? or does everyone just copy it without understanding it???
  5. Replies
    16
    Views
    4,869

    :( oh dear, i still dont understand what i have...

    :( oh dear, i still dont understand what i have to change though! argh
  6. Replies
    16
    Views
    4,869

    redefinitions of i and undeclared...

    redefinitions of i and undeclared variables......as in ive used i twice? dont really understand what your saying.
  7. Replies
    16
    Views
    4,869

    it doesnt build, come up with a few errors,...

    it doesnt build, come up with a few errors, argument from int to float, assignment from int to float
  8. Replies
    16
    Views
    4,869

    i didnt know you could do that with a cpp! erm, i...

    i didnt know you could do that with a cpp! erm, i have now written the vital bits of code in. sorry
  9. Replies
    16
    Views
    4,869

    Defining functions outside main - problem

    I am trying to define a function outside main, and the function will be used inside a loop(think thats where my probelms lie), here are the relevant bits of code. would be grateful of any help you...
Results 1 to 9 of 9