I have my class in 2 different files(header and source-file) and i have 2 variables which is a const but the only way to give the const variable a value is to do it trough an constructor initializer.
But how do i implement an constructor initializer in my class ?
Do i need to declare the constructor initializer or do i only need to implement it or both?