Is it normal that “press any key to continue...” doesn't appear on a separate line?
I just started learning programming and started with C++. So I installed the IDE compiler CodeLite. But The problem is that whenever I run a "hello world" program, I notice that the “Press any key to continue . . . ” statement at the end of the command window appears directly after the “hello world” statement without printing a new line (it appears without any space and on the same line of the "hello world" statement). Is that normal?