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