User: lrhnfs

  • Public profile

User profile: lrhnfs

User info
User name:lrhnfs
History
Joined:
Number of posts:4
Latest posts:

My Puzzle: inline static class::method with static variable
Thank you, [b]coder777[/b] I think you are right, I know how to solve the problem now.

How I can check if a variable is initialized?
You should initialize it when you use it the first time. just like: [code] int* ptr = 0; [/code] ...

My Puzzle: inline static class::method with static variable
Thanks for the suggestions. I have do some modify, I think it will be better. [code] // singleton...

My Puzzle: inline static class::method with static variable
example: [code] // singleton_object.h class SingletonObject { public: inline static Sing...

This user does not accept Private Messages