Jump to content

  • Log In with Google      Sign In   
  • Create Account

Awesome job so far everyone! Please give us your feedback on how our article efforts are going. We still need more finished articles for our May contest theme: Remake the Classics

#ActualKraecker

Posted 15 March 2012 - 07:42 AM

Hi there,

as SuperVGA said, you have to implement your methods / functions in the header file.

BUT you can include other files in those headers.

So you write your declaration in your header file and include the ".inl" file where your actual implementation is.

-- Edit --

Maybe take a look at http://stackoverflow.com/questions/1208028/significance-of-a-inl-file-in-c

#1Kraecker

Posted 15 March 2012 - 07:37 AM

Hi there,

as SuperVGA said, you have to implement your methods / functions in the header file.

BUT you can include other files in those headers.

So you write your declaration in your header file and include the ".inl" file where your actual implementation is.

PARTNERS