여러가지 좀 황당한 질문들

익명 사용자의 이미지

C 프로그래밍을 시작한 지 얼마 되지 않은 사람입니다.
미숙하지만 다음과 같은 상황에 대한 적절한 해답을 구합니다.

1. 변수 선언에 있어서 다음과 같이 할 수는 없는 것인가요?

int count;

for(count=1;count<=12;count++)
;

instead of

for (int count=1;count<=12;count++)
;

2. cpp 어디에도 typedef 처리 과정이 없는 것 같습니다.
typedef은 cc에서 처리되는 것입니까?
만약 cc에서 처리된다면 #define 처럼 단지 textual substitution
기능만 있는 것입니까?

3. 다음과 같은 코드에서의 문제점입니다. The C Programming Language
에서 나온 코드입니다.

#define cat(x,y) x##y

cat(cat(1,2),3)
cat(1,2)##3
cat(1,2)3

매크로가 적용된 후의 cat(1,2)3은 rescan 시 매크로를 적용할 적절한
토큰을 찾을 수 없으므로 원하는 결과인 123을 만들어 내는데 실패한
것 같습니다.

#define cat(x,y) x##y
#define xcat(x,y) cat(x,y)

xcat(xcat(1,2),3)
cat(xcat(1,2),3)
xcat(1,2)##3
xcat(1,2)3

이 또한 같은 경우로 원하는 결과인 123을 만드는데 실패해야 하는 것
아닌가요? 그런데 책에는 123이라는 결과가 나오는 걸로 되어 있군요.

익명 사용자의 이미지

지나가는 이 wrote..
C 프로그래밍을 시작한 지 얼마 되지 않은 사람입니다.
미숙하지만 다음과 같은 상황에 대한 적절한 해답을 구합니다.

1. 변수 선언에 있어서 다음과 같이 할 수는 없는 것인가요?

int count;

for(count=1;count<=12;count++)
;

instead of

for (int count=1;count<=12;count++)
;

instead of 앞뒤가 바뀐 것 같은데.. 어쨋건 c에서는 for (int a;..)
는 안됩니다. block의 첫 부분에서만 변수 선언이 가능합니다.

2. cpp 어디에도 typedef 처리 과정이 없는 것 같습니다.
typedef은 cc에서 처리되는 것입니까?
만약 cc에서 처리된다면 #define 처럼 단지 texture substitution
기능만 있는 것입니까?

typedef는 아마 preprocessor가 처리하는게 아니라 cc가 처리하는
것일 겁니다. texture substitution만 있는 것은 아니고,
문법상으로 type의 위치에만 올 수 있고, 그렇지 않으면 에러를 냅니다.


3. 다음과 같은 코드에서의 문제점입니다. The C Programming Language
에서 나온 코드입니다.

#define cat(x,y) x##y

cat(cat(1,2),3)
cat(1,2)##3
cat(1,2)3

매크로가 적용된 후의 cat(1,2)3은 rescan 시 매크로를 적용할 적절한
토큰을 찾을 수 없으므로 원하는 결과인 123을 만들어 내는데 실패한
것 같습니다.

#define cat(x,y) x##y
#define xcat(x,y) cat(x,y)

xcat(xcat(1,2),3)
cat(xcat(1,2),3)
xcat(1,2)##3
xcat(1,2)3

이 또한 같은 경우로 원하는 결과인 123을 만드는데 실패해야 하는 것
아닌가요? 그런데 책에는 123이라는 결과가 나오는 걸로 되어 있군요.

##는 매크로 안에서만 쓸 수 있습니다.

댓글 달기

Filtered HTML

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

BBCode

  • 텍스트에 BBCode 태그를 사용할 수 있습니다. URL은 자동으로 링크 됩니다.
  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param>
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.

Textile

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • You can use Textile markup to format text.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Markdown

  • 다음 태그를 이용하여 소스 코드 구문 강조를 할 수 있습니다: <code>, <blockcode>, <apache>, <applescript>, <autoconf>, <awk>, <bash>, <c>, <cpp>, <css>, <diff>, <drupal5>, <drupal6>, <gdb>, <html>, <html5>, <java>, <javascript>, <ldif>, <lua>, <make>, <mysql>, <perl>, <perl6>, <php>, <pgsql>, <proftpd>, <python>, <reg>, <spec>, <ruby>. 지원하는 태그 형식: <foo>, [foo].
  • Quick Tips:
    • Two or more spaces at a line's end = Line break
    • Double returns = Paragraph
    • *Single asterisks* or _single underscores_ = Emphasis
    • **Double** or __double__ = Strong
    • This is [a link](http://the.link.example.com "The optional title text")
    For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 사용할 수 있는 HTML 태그: <p><div><span><br><a><em><strong><del><ins><b><i><u><s><pre><code><cite><blockquote><ul><ol><li><dl><dt><dd><table><tr><td><th><thead><tbody><h1><h2><h3><h4><h5><h6><img><embed><object><param><hr>

Plain text

  • HTML 태그를 사용할 수 없습니다.
  • web 주소와/이메일 주소를 클릭할 수 있는 링크로 자동으로 바꿉니다.
  • 줄과 단락은 자동으로 분리됩니다.
댓글 첨부 파일
이 댓글에 이미지나 파일을 업로드 합니다.
파일 크기는 8 MB보다 작아야 합니다.
허용할 파일 형식: txt pdf doc xls gif jpg jpeg mp3 png rar zip.
CAPTCHA
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.