Tagged Questions
3
votes
2answers
80 views
How to make an inner class without putting the definition of inner class to parent class?
I'll write an header file,and it's very long.Since it will be too complicated,i don't want to put inner class definition in root class.I mean how can i make a class inner without writing it in root ...