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
Show differencesHistory of post edits
#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.
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.