hi, gud day
i would like to ask, what 'carriage return' does ??
it's a char (in C/C++ expressed as '\r') and does nothing on it's own, but is ususally used to determine the end of line (Windows + new line = '\n').
It usually sends the cursor to the beginning of the line
wow. thanks for your replies. it really helps me :) thanks a lot :)