Hey everybody. I am a really new beginner, working and reading through the tutorial for C++ on this site, and I was wondering how experienced programmers avoid using goto when navigating a program. I understand that using goto is frowned upon in the C++ community, and I was wondering how people substitute it.