Window handler in class
I wonder if there are some way to make a normal function, like the window handler to be incorporated in a C++ class.
It looks impossible to me, but I ask you out there fo help.
quote:
Original post by Digger
I wonder if there are some way to make a normal function, like the window handler to be incorporated in a C++ class.
It looks impossible to me, but I ask you out there fo help.
You can managed this by simply making a class method (i.e. with the ''static'' modifier).
Bye,
Karmalaa
---[home page] [[email=karmalaa@inwind.it]e-mail[/email]]
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement