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