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
- Firebird
- 초보
- VB.NET
- 입문
- 기초
- xml
- winsock
- vb
- 예제
- 파라미터
- c#
- 설치
- 델파이
- Delphi
- 인스톨
- SDK
- 문자열
- PostgreSQL
- MFC
- 셋업
- 시리얼 통신
- 파이어버드
- WIN32 SDK
- 데이터베이스
- dll
- Visual Studio 2005
- Visual Basic
- SQL
- 소니
- MySQL
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