CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: xCrusade

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    21,605

    Re: Circle and Radius Problem

    Thanks for the input S_M_A, I am going to finish up when I get out of work.

    I keep hearing this is a bad use of inheritance, most likely the book. The examples and explanations in the book are...
  2. Replies
    13
    Views
    21,605

    Re: Circle and Radius Problem

    I've been working on this most of the day and it has been going smoothly, I am just having one problem. As of now, I have the user entering 2 points for x and y coordinates. Which seems pretty much...
  3. Replies
    13
    Views
    21,605

    Re: Circle and Radius Problem

    Here is what I have so far.. I am having trouble starting the circleType class, I am not sure what functions to put in it. I am assuming setRadius, printRadius, calculateArea, printArea,...
  4. Replies
    13
    Views
    21,605

    Re: Circle and Radius Problem

    Thanks for the input guys. I am going to be working on it most the day after I get out of work, I will post my results tonight if there are no problems.
  5. Replies
    13
    Views
    21,605

    Circle and Radius Problem

    Hey,
    I am working on a problem in which I am having a hard time starting. The problem being:

    Every circle has a center and a radius. Given the radius, we can determine its position in the...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured