Open zzdmfk opened 1 year ago
Yes the secondary datatype has been miscalculated thats for bringing this to my attention it will be resolved
Thanks *
Hello, Thanks for reaching out, once theres enough issue reports I will go through them all and create a lecture addressing any issues.
Thanks Dan
When I declared variables like below:
short int a; long int b;
Data type sizes were calculated wrong In function:
short int a; //datatype->size=6 long int b; //datatype->size=8