Carriage return is '\r', linefeed is '\n'. Text files on Windows usually end lines with a carriage return and a linefeed character. But to answer your question: a carriage return has 1 character.
S
Steven Jan
@Steven Jan
Posts
-
how many characters is carriage return? [modified] -
About the pdf readershttp://www.foxitsoftware.com/pdf/rd_intro.php[^] This PDF reader allows you to add text and annotation.
-
MFC42.DLLMFC42D.DLL is the debug version of the MFC library and is only installed with Visual Studio. If you compile your program as a release version, it will use MFC42.DLL which is present on all Windows systems. Steven