Accessor Methods
Could someone clearly explain to me whats going on here in the code below:
HINSTANCE GetInstance() { return m_hInstance; };
Um, I don't you can really explain that any better than the code does. >_>
Well, we have a data type followed by a function???
tpOreilly wrote: |
---|
Well, we have a data type followed by a function??? |
And what does this particular layout signify??
type indentifier_name ()
{
}
Last edited on
Topic archived. No new replies allowed.