Hello,
I am doing a Led Matrix project and I want to dynamically allocate two dimensional array based on the number of digit I use.
I found a code on the internet that uses Malloc function to make this, but It did not work. I know that the issue in the code because it works fine when i allocate the array fixed.
Can u help?