Search:

Type: Posts; User: tsmith94

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    6,350

    Wow that was what was causing the problem I...

    Wow that was what was causing the problem I forgot to allocate space for Speed, I really didn't imagine that was causing it. Thanks For the help everyone
  2. Replies
    11
    Views
    6,350

    #include #include...

    #include<stdio.h>
    #include<stdlib.h>
    #include<conio.h>
    #include<string.h>
    #include<math.h>




    const float pi = 3.1416;
  3. Replies
    11
    Views
    6,350

    Nevermind commenting them out I got the same...

    Nevermind commenting them out I got the same error.
  4. Replies
    11
    Views
    6,350

    Do you think its possible the problem may be in...

    Do you think its possible the problem may be in the way I used the functions sqrt , sin or cos?
  5. Replies
    11
    Views
    6,350

    Nope , the project is all in one source file , I...

    Nope , the project is all in one source file , I can run it if I block out that one function.
  6. Replies
    11
    Views
    6,350

    I suppose I could come up with a better way of...

    I suppose I could come up with a better way of terminating the loop than feof and make the code a bit more readable but for now the code is still a work in progress I definitely plan on fixing it up...
  7. Replies
    11
    Views
    6,350

    Calculating speed

    Hello I'm working on a project for a school presentation, The program is not really finished but 1 module is causing a linker error , "LNK1120 Unresolved external" and I'm unable to find why.

    ...
Results 1 to 7 of 7