void * 타입 캐스트

ppappa의 이미지

void *ptr;
ptr = 3;

이 문장에 문제가 없나요?
VC++에서는
warning C4047: '=' : 'void *' differs in levels of indirection from 'const int '

암컴파일러에서는
illegal cast 에러가 발생해서 컴파일이 안되네요.

어떻게 하는게 정확한 표현인가요?

delli의 이미지

.

ppappa의 이미지

답변 감사요

근데요... void *는 어떤 타입의 포인터도 가르킬 수 있습니다. ㅡㅡ;

타입캐스팅을 어떻게 해야 하는거를 여쭤본 것인데요...

김충길의 이미지

ptr = (void *)3;

screen + vim + ctags 좋아요~

delli의 이미지

.

gwaihir의 이미지

perihk wrote:
답변 감사요

근데요... void *는 어떤 타입의 포인터도 가르킬 수 있습니다. ㅡㅡ;

타입캐스팅을 어떻게 해야 하는거를 여쭤본 것인데요...

어떤 타입의 포인터도 가능하기 때문에 그 변수에 어떠한 값을 넣을때는 별 문제가 없습니다. 넣는 포인터의 변수 값에 따라 컴파일러 warning은 날수 있는데 그게 싫다면 void * 로 캐스팅 해서 넣어주시면 됩니다.

문제는 사용할때인데...
사용되는 변수 타입에 맞추어 캐스팅해서 사용해 주셔야 합니다.
int 형 변수에 포인터가 가리키는 값을 집어 넣을때는 *(int *)ptr, int 형 포인터를 사용하는 경우엔 (int *)ptr 등으로요.

죠커의 이미지

어떤 타입의 포인터라도 가르칠 수 있게 하기 위한 것이지 어떤 값이라도 넣을 수 있게 하기 위한 것은 아닙니다.

pynoos의 이미지

char message[] = "Hello? world?";
printf( "%s\n", & 7[message] );

생각에 혼란(?) 주기 위해 써보자면,
이렇게 쓰는 것도 적법합니다.

김충길의 이미지

rvalue로 사용할때만 주의 하시면 됩니다.

screen + vim + ctags 좋아요~

Gr2의 이미지

Quote:
코드:
char message[] = "Hello? world?";
printf( "%s\n", & 7[message] );

설명좀 해주시면 안될까요? 스트링포맷으로
출력하는것 같은데 첨자에 message가 들어있고
어떤건지 책에서 본것 같기도 한데 ..
김충길의 이미지

E1[E2] 는 *((E1) + (E2)) 로 동일합니다.

white book(The C programming language)의 A7 절을 참고하세요.

screen + vim + ctags 좋아요~

댓글 달기

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
이것은 자동으로 스팸을 올리는 것을 막기 위해서 제공됩니다.