코드 스타일: Revision history

From IT Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 June 2022

  • curprev 14:4114:41, 28 June 2022Devper talk contribs 1,089 bytes +1,089 새 문서: == 괄호 위치 == {| class="wikitable" | rowspan="2" |GNU |<syntaxhighlight lang="cpp"> if(...) { 처리(); } </syntaxhighlight> |- |블록을 if문 아래에 작성한다. 블록이 if에 속한 블럭임을 분명히 표시하여 구조가 잘 보인다. 허나 들여쓰기를 많이 해서 처리하기에 수평으로 많은 코드를 작성할 수 없다. |- | rowspan="2" |K&R | |- |흔히 C 계열 창시자들이 사용하던 스타일이다. 여는 블록... Tag: Visual edit