Search:

Type: Posts; User: CompiConQuiso

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    840

    Classes Help

    Can someone help me with this example, I found it in my book but I can't quite interpret what it means:



    bool Circle::equal( Circle& c2 ) const
    {
    bool eq;
    eq = (radius==c2.radius) &&...
  2. Replies
    4
    Views
    1,970

    thank you SOOOO much it works

    thank you SOOOO much it works
  3. Replies
    4
    Views
    1,970

    Thanks a lot but the y part still isn't working,...

    Thanks a lot but the y part still isn't working, that just gives x and y the same power but they need to add up to that power. thanks though
  4. Replies
    4
    Views
    1,970

    Polynomial

    Hi I'm working on a program in which I need to have the user input a degree for a polynomial with two variables (x,y) and then input the coefficients for each term. I can't figure out how to output...
  5. Replies
    3
    Views
    936

    Thanks

    thank you so much for your help
  6. Replies
    3
    Views
    936

    Not, Or, And statments

    I'm barely beginning to use C++ and I wanted to know how I am supposed to read the statement:

    A. !( 1 || 0 ) ANSWER: 0
    B. !( 1 || 1 && 0 ) ANSWER: 0 (AND is evaluated before...
Results 1 to 6 of 6