Search:

Type: Posts; User: BP8xC3

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    2,674

    Yeah I noticed that and now have it all working....

    Yeah I noticed that and now have it all working. But I need to have multiple lines of input from a .dat file and I can't really work out how to loop through the file. I was thinking some sort of...
  2. Replies
    6
    Views
    2,674

    I have amended my code to this: #include...

    I have amended my code to this:



    #include "StdAfx.h"
    #include <stdio.h>
    #include <math.h>

    /* Function Prototypes */
  3. Replies
    6
    Views
    2,674

    Well after what Quzah said, I realised I have...

    Well after what Quzah said, I realised I have some serious fixing up to do. So have started to do that. But I'm ultimately hoping for it to return a root of a cubic equation calculated using Newton's...
  4. Replies
    6
    Views
    2,674

    Newton's Method Program

    Hey, can someone please tell me why this program only prints the first result? The 1st estimate is returned before any further estimates are apparently calculated:




    #include "StdAfx.h"...
  5. Probably simple error - i am a newbie to the world of programming

    Why does it display a zero at the end?




    #include "StdAfx.h"
    #include <stdio.h>
    #include <math.h>

    /* Function Prototypes */
Results 1 to 5 of 7