[Solved] Function won’t work as I want them to work (c)
This code doesn’t compile when y and z are not defined. Adding float in front of those variables and altering the path to run this I found the following errors: First, loading the data into a failed for me: a[ROW][COLUMN] = {0} produced a garbage array so I dropped the initialization to get just: a[ROW][COLUMN] … Read more