Search:

Type: Posts; User: bar5037

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,337

    It might be getting stuck elsewhere, because i...

    It might be getting stuck elsewhere, because i fooled around with taking the while loop and and moving denom , m and b out. However still no dice.... any other sugestions... BTW huge thanks to...
  2. Replies
    5
    Views
    1,337

    thanks... There are no bugs now... however.....

    thanks... There are no bugs now... however.. nothing is being outputted and I cant quite seem to figure out why.
  3. Replies
    5
    Views
    1,337

    Liner Regression bugs

    Hey, I'm working with a buddy on making this Linear and quadratic regression program and we hit a bug that we both can't seem to figure out. I'm looking for any help I can get, it is greatly...
  4. Replies
    13
    Views
    5,247

    are pointters necessary to use? My professor...

    are pointters necessary to use? My professor always rants in class about how they aren't necessary to use.
  5. Replies
    13
    Views
    5,247

    thanks brewbuck. I finally have it working. Is...

    thanks brewbuck. I finally have it working. Is there anyone who can explain to me how to pass a function as a parameter of another function. Just the concept behind it will be enough. I just want to...
  6. Replies
    13
    Views
    5,247

    I've been trying to narrow it down... but i can't...

    I've been trying to narrow it down... but i can't seem to find the logic error... maybe an outside source can help me.
  7. Replies
    13
    Views
    5,247

    Ok so I have a new problem. The compiler says...

    Ok so I have a new problem. The compiler says everything is ok. However when I run the program nothing is outputted. here's the code


    #include <iostream>
    #include <cmath>
    #include <iomanip>...
  8. Replies
    13
    Views
    5,247

    Thanks brewbuck, I don't know how i missed that....

    Thanks brewbuck,
    I don't know how i missed that. In the past half hour I have changed a lot and the program almost doesn't even look the same. i realized I had to create a function for the cubic...
  9. Replies
    13
    Views
    5,247

    also

    Oh, I also have to pass 2 other functions through this method on the same interval. I was hoping after I got it working with one the rest would fall into place. Is it ok to make the two functions in...
  10. Replies
    13
    Views
    5,247

    bisection method

    Hi.. I've been working on this bisection method program using some pseudocode of wikipedia, and I have gotten myself in a bind. The compiler tells me there is a syntax error with the last return in...
  11. Replies
    12
    Views
    2,030

    1>c:\homeworkfiles.cpp\polygon\polygon\polygoncode...

    1>c:\homeworkfiles.cpp\polygon\polygon\polygoncode.cpp(16) : fatal error C1075: end of file found before the left brace '{' at 'c:\homeworkfiles.cpp\polygon\polygon\polygoncode.cpp(6)' was matched...
  12. Replies
    12
    Views
    2,030

    now i wanted to see if that part was working,...

    now i wanted to see if that part was working, however when i tried to output the values a fatal error occured at the open brace.
  13. Replies
    12
    Views
    2,030

    salem your a good man... ok so heres what i have ...

    salem your a good man... ok so heres what i have
    #include <iostream>
    #include <fstream>
    using namespace std;

    int main();
    {
    ifstream infile;

    //open a file
  14. Replies
    12
    Views
    2,030

    Im Dumb Still

    Im Dumb Still
  15. Replies
    12
    Views
    2,030

    ill try this again when i actually have a...

    ill try this again when i actually have a specific problem
  16. Replies
    12
    Views
    2,030

    C++ Homework Help!!!!

    Im Dumb!!!!!
Results 1 to 16 of 16