User: WhatIf

  • Public profile

User profile: WhatIf

User info
User name:WhatIf
History
Joined:
Number of posts:22
Latest posts:

How to find out the parent class?
Correct but I'm not trying to check the class. I want to know if the instance hawk, [code]Hawk hawk;...

How to find out the parent class?
I tried [code]Hawk hawk; std::cout << "Birds2Hawk: " << std::is_base_of<Birds, hawk>::value << ...

How to find out the parent class?
[code] class Animal {}; class Mammals : public Animal {}; class Birds : public Animal {}; cla...

Cross-platform Unicode string
I want to build a chat app that users can type in any language. During any session users can chat in...

Cross-platform Unicode string
Hi, What is a good cross-platform Unicode string to use? I want to use a Unicode string that can ...

This user does not accept Private Messages