Search:

Type: Posts; User: Eddie K

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,030

    Graphics Problem!

    Hey - wonder if anyone can have a look at this and see what's up with it. It's meant to take an array of xcoordinates and ycoordinates from an earlier piece of code and then plot the straight fit...
  2. Replies
    6
    Views
    1,764

    Hi Richie - Thanks for the advice. I tried it but...

    Hi Richie - Thanks for the advice. I tried it but couldn't get it to work at all, even though I now think I understand what I'm meant to be doing. As such, I've posted my whole code as it stands and...
  3. Replies
    6
    Views
    1,764

    Don't really understand that - I'm rubbish, I...

    Don't really understand that - I'm rubbish, I know.

    Say my code is of the form (at the moment):


    void function_name();
    {
    BLAH BLAH BLAH
    BLAH BLAH BLAH
    BLAH BLAH BLAH
  4. Replies
    6
    Views
    1,764

    Returning Multiple Values from a function

    I have two arrays, x and y, within a function.

    I want to use these arrays in another function but as I understand it any function can only return 1 value.

    How do I do it?!?!?!?!
  5. Why does this program not work on my laptop?!

    Hi guys and gals,

    This program below is part of a program that I will eventually finish in the middle of the week. At the moment all it should do is read from a text file and return the data read...
  6. Replies
    4
    Views
    1,988

    Well, I know what I want to do but I don't know...

    Well, I know what I want to do but I don't know how to structure it at all. Iffy, to say the least.

    Basically - I need more explanation rather than just a code posted because it is likely not to...
  7. Replies
    4
    Views
    1,988

    Input From a Text File - A Specific Problem.

    Hi, this is my first post so I'm unsure what sort of information people require to help me, as such I apologise in advance if I don't explain myself very well!

    The Problem: I'm required to write a...
Results 1 to 7 of 7