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