An example, for a camera movement code i assumed that just a while loop that adds one to each camera axis would be sufficient to move from point a to b smoothly.
But it wasn't

Instead i had to look other a friends code (i_program_games) and see how he made his camera movement code by getting the distance needed to travel etc. etc.
Although i thought i may need to do that i was hoping for a simpler solution.