예를 들어 char *c로 선언된 변수 c가 0X1111번지를 가르키게 하고 싶을때는 어떡해 해야 하나요?
char *c = (char *)0x1111;
텍스트 포맷에 대한 자세한 정보
<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]
Re: [질문] 포인터 변수가 특정한 주소를 가르키게 하려면 어케
char *c = (char *)0x1111;
댓글 달기