Is there any better way to write a function that can return a pointer to itself than returning void* and cast at call site to the appropiate type?
- Function returning pointer to itself Tobias Pankrath
- Re: Function returning pointer to itself Daniel Murphy
