Declared objects for a class

Hi.
I create a class that represents huge numbers or very small ones.
How can i create a constant object that represents something special.
For example I want to create EPSILON object of my class.
How can I do that?
Thanks :-)
const YourClassName YourObjectName ( constructor, arguments );
Excuse me.
I don't understand what you mean.
My class has a constructor without parameters.
Whatever, it was an example
If you can create a non-constant object ( ie: a variable ) you can create a const object
Topic archived. No new replies allowed.