Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- SDK
- 소니
- dll
- 설치
- PostgreSQL
- VB.NET
- 파라미터
- 인스톨
- WIN32 SDK
- MFC
- 예제
- vb
- 기초
- 초보
- xml
- 셋업
- 문자열
- 입문
- MySQL
- c#
- Visual Studio 2005
- Firebird
- SQL
- 데이터베이스
- 파이어버드
- Delphi
- winsock
- 시리얼 통신
- 델파이
- Visual Basic
Archives
- Today
- Total
목록Carriage Return (1)
프로그래밍 노트
WriteFile()를 사용할때 줄바꾸기(행바꾸기)
The Stupidity of NewlinesIn the ASCII table above, there are two bytes that could legitimately be treated as indicating "this line of text is over. start a new one.": 0x0A, '\n', Line Feed. This is the standard C way to indicate a new line is starting. 0x0D, '\r', Carriage Return. This actually moves the cursor back to the start of the line. Sadly, every major computer system nowdays treats newl..
Win32 SDK 초보
2007. 4. 12. 18:35