this is kind of two questions:
1. do i have to define class variables in a header file?
2. if i do how do i use an initializer list for an array of strings in the header?(the array can be static)
thanks
ken
1. do i have to define class variables in a header file?
2. if i do how do i use an initializer list for an array of strings in the header?(the array can be static)
thanks
ken
Comment