Search:

Type: Posts; User: phufbq

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    3,669

    I've kinda figured it out through plain...

    I've kinda figured it out through plain desperation.

    My fread line should have been this:



    datacheck = fread(data_converter, sizeof(int), no_of_floats, data);


    As in it didn't need a...
  2. Replies
    1
    Views
    3,669

    How does fread() work.

    Hello, Ive got an assignment to do, that requires I take a .dat file, with data points sorted like this:

    x1 y1 x2 y2 etc.

    Unfortunately its arranged for bigendian pcs and one of the assignment...
  3. Replies
    8
    Views
    5,589

    Hello I've integrated your code into my work. But...

    Hello I've integrated your code into my work. But i've got a bit of a problem with the looping.
    This while statement is in the main function. When I answer 'Y' to the question and supply the right...
  4. Replies
    8
    Views
    5,589

    Omg, you are a life-saver. Thank you so...

    Omg, you are a life-saver. Thank you so much....Ive been hammering against this for hours. I've got loads of switch functions working but for such a simple things its actually reasonably complicated....
  5. Replies
    8
    Views
    5,589

    User input y/n questions.

    Hello,
    I am not massively competent at programming, so please comment as much as you feel is appropriate.

    I am designing a complex impedance circuit with several components. Basically I want to...
Results 1 to 5 of 5