need some help finishing a program w/ structs?

Greg0787

New member
just started structs in my c class and im still a bit wavy on this (we had one lecture on it and I have no programming experience outside of this class)--

here's a program i've written thus far:
http://pastebin.com/nKCnRgRa


what I want to do now involves finding the minimum error trial ( I think I have that part down), but now I want to print the trial information for the result with the lowest error (as expressed in the very last function)


So what I want to essentially do is find the trial with the lowest error...

then print all the related information to it.

Could someone explain for me how to do that?

Thanks!
 
Back
Top