Search:

Type: Posts; User: mr_glass

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,219

    yeah after looking at my code I realized my...

    yeah after looking at my code I realized my problem. Like you said it references. I just forgot to use the strcpy() function which fixes the problem thanks
  2. Replies
    4
    Views
    2,413

    read up on functions like issalpha() and then...

    read up on functions like issalpha() and then implement in an if statement.
  3. Replies
    4
    Views
    1,219

    Linked list problem

    Hello, I am having this problem with a linked list. In a program I have created a method that links nodes together except when I check each node's data, all of them contain the same thing. This means...
  4. No, I'm sorry if I was not clear. I am fine with...

    No, I'm sorry if I was not clear. I am fine with my results for the zero that I am recieving. The problem comes in when I try to plug the zero back into the equation and get it's value. I am not...
  5. Bisection Method function value at root incorrect

    Hello, I have written this code for class that says to find the root of three different functions. I have done this. The root that is returned is correct but when I try to get thefunction value at...
Results 1 to 5 of 5