Jump to content

kipa

Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Posts posted by kipa

  1. I want to use OPENGOOP to develop my program,but I have not any experience to use oop in LABVIEW。

    I try to do a small program to test how to use OPENGOOP like this

    class Circle{

    private:

    int x,y;

    int r;

    public:

    float area(int i);

    };

    float Circle:area(int i)

    {

    float A;

    A=i*i*3.1415;

    return A;

    }

    When I use "Make New OpenGOOP Class" ,I get some vi . I don,t know how to start,maybe someone can help me.

    The examples in "OPENG" are hard to me,and I open it in LV 7.0 have something wrong.

    Thanks for the help

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.