at first i wrote some codes for example cout<<"hello."; after i complied it and run it, everything works fine. however, if i close the program and reopen it, and add some codes to it, for example cout<<"there". the program would run and only print out what i wrote the first time which is hello.