Static const

How would i implement a static const that displays my name?
Your question doesn't make much sense
1. static const, ok, but what variable type? char*? string?
2. Displays your name? Do you mean 'contains' your name? If it were to display your name it'd have to be a member function of a class in order to be static, but then why const?
Topic archived. No new replies allowed.