Table of ASCII Characters

This table lists the ASCII characters and their decimal, octal and hexadecimal numbers. Characters which appear as names in parentheses (e.g.(nl)) are non-printing characters. A table of the common non-printing characters appears after this table.

ASCII Name Description C Escape Sequence
nul null byte \0
bel bell character \a
bs backspace \b
ht horizontal tab \t
np formfeed \f
nl newline \n
cr carriage return \r
vt vertical tab
esc escape
sp space

ที่มา: http://web.cs.mun.ca/~michael/c/ascii-table.html

ติดตั้ง CDT ให้กับ Eclipse เพื่อพัฒนาภาษา C ด้วย Eclipse

ทำกาติดตั้ง CDT ให้กับ Eclipse โดยไปที่เมนู Help > Software Updates > Find and Install
จากนั้นตรง Name ให้ใส่คำว่า CDT
ส่วนตรง URL ให้ใส่ url ของ CDT ให้ตรงกับ เวอร์ชั่นของ Eclipse ที่เราใช้อยู่ โดยดู url นี้ได้จากhttp://www.eclipse.org/cdt/downloads.php

ที่มา: CDT DownloadsC++ Development using eclipse IDE