Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C Programming
FILE objects
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Irrwahn Grausewitz, post: 1707071"] In order to guarantee that the prompt will be displayed before any user input is subsequently requested. It's not really necessary on most systems in their default configuration, but it's definitely the right thing to have in portable code. Another option is to terminate the output with a new line character, but that's usually not desirable for prompts like above. And always remember to terminate the last line of output with a '\n'. Regards [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C Programming
FILE objects
Top