Topic: Are there standard classes for point, rect, ...?
Author: marcosegurini@virgilio.it (marco_segurini)
Date: Mon, 8 Sep 2003 17:15:41 +0000 (UTC) Raw View
Hi,
I like to know if the C++ standard library contains classes to
manipolate geometrical objects like points, rectangle, etc.
My problem is that libraries that I am actually using (MFC, LtiLib,
myself, ...) usually define the class for the same geometrical object
with different names. The same problem arises for the class members.
If a standardization actually does not exist, will it be in the
future?
TIA
Marco.
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]
Author: kuyper@wizard.net (James Kuyper)
Date: Tue, 9 Sep 2003 16:37:21 +0000 (UTC) Raw View
marcosegurini@virgilio.it (marco_segurini) wrote in message news:<a33fe984.0309072313.b019196@posting.google.com>...
> Hi,
>
> I like to know if the C++ standard library contains classes to
> manipolate geometrical objects like points, rectangle, etc.
No.
> If a standardization actually does not exist, will it be in the
> future?
I don't know. You could try writing up a proposal and submitting it.
---
[ comp.std.c++ is moderated. To submit articles, try just posting with ]
[ your news-reader. If that fails, use mailto:std-c++@ncar.ucar.edu ]
[ --- Please see the FAQ before posting. --- ]
[ FAQ: http://www.jamesd.demon.co.uk/csc/faq.html ]