Hi, is there any way to estimate the size of a program before writing it?
1) experience^2 is needed
2) if you use libraries with known size helps a lot
3) usage of floating point adds approx 3-4K to your code. (is also a lib)
4) the complexity of the algorithms needed
5) the amount of storage (including temporary) needed