Hi ,
In Visual Studio CLI. I have randomly generated numbers(zero to nine) which are a,r,g,b . One by one they are meaningless . Together they create a color code for different products. For example :
id a r g b
i 1 1 5 9
i+1 6 0 2 1
i+2 9 0 0 3
.. ...
Aim is to save each 'a'r'g'b' row as a single number into integer array .
Seeking for a better solution at least 2 days..
Please help !!