Hi,
In Visual Studio CLI. I have randomly generated numbers which are a,b,c,d . One by one they are meaningless . Together they create a color code for different products. For example :
id | a | b | c | d |
i | 1 | 1 | 5 | 9 |
i+1 | 6 | 0 | 2 | 1 |
i+2 | 9 | 0 | 0 | 3 |
.. ...
. ..
Aim is to save each 'a'b'c'd' row as a single number into array .
Am i in trouble ?? Please help, urgent ..
Any idea about the solution will be much appreciated.