Advertisement

Window handler in class

Started by May 19, 2000 06:13 AM
0 comments, last by Digger 24 years, 8 months ago
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