display square corners

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • moe stiller
    New Member
    • Mar 2010
    • 2

    display square corners

    how can i display the four square corners using c++??
  • jkmyoung
    Recognized Expert Top Contributor
    • Mar 2006
    • 2057

    #2
    Code:
    CleanSquare();
    What classes are you using? Could we see some of the code?

    Comment

    • moe stiller
      New Member
      • Mar 2010
      • 2

      #3
      im using c++ code

      im using classes and i wrote a function to display the four corners coordinates of the square ..
      tnxxx..

      Comment

      • jkmyoung
        Recognized Expert Top Contributor
        • Mar 2006
        • 2057

        #4
        ... ok. So then are you calling your function?
        That is, do you still have a problem?

        Comment

        • whodgson
          Contributor
          • Jan 2007
          • 542

          #5
          If your code drew four line making up a rectangle, would this be a satisfactory
          resolution of your problem or do you need to identify three points for each corner which then need to be joined up to produce the 4 corners?

          Comment

          Working...