rectanglef in c++

I need to use the type RectangleF as a built in type in c++

ie I need to declare a variable rect as

RectangleF rect;

what do I have to include to be able to do this.

thank you

follys
There is no built-in RectangleF type in standard C++. You must be getting it from some other 3rd-party library.

Are you trying to do some homework assignment? What does the question ask you to do exactly? Is it in a console application or Windows, or what?
Topic archived. No new replies allowed.