Is there any way in C++ where i can put a header file where the values in table I made can be called? for example, I have a table below..
x y
1 22
2 44
3 55
4 56
and so on.....
Can you give me some advise in making a look up table? What syntax am I going
to use?
[Non-text portions of this message have been removed]
