So I can't comprehend pointers and their use to save my life. I want to pass the variable message through get_line() so the user can input a string and then use it later on down in main(). Every time I print the string message after get_line, it loses whatever was stored in it and it prints nothing to the screen. I could use & I suppose but my professor says we must use pointers. Thanks in advance!