Hi Guys,
I am trying to figure out what would be the best way to have a constant array accessible from my entire project.
I currently have a constant.h file in my project, where i define all the constants and use it throughout the project. (like in UICatalog).
Would it be possible to add a constant array there initialized from a file? The file is just a txt file with one word in each line.
thanks for your help.
I am trying to figure out what would be the best way to have a constant array accessible from my entire project.
I currently have a constant.h file in my project, where i define all the constants and use it throughout the project. (like in UICatalog).
Would it be possible to add a constant array there initialized from a file? The file is just a txt file with one word in each line.
thanks for your help.