안녕하세요..
어떤 소스에 보니깐 다음과 같이 선언이 되어 있더군요. const char *const *argv;
const 는 알겠는데, const를 두번 적은것도 모르겠고, *const 는 어떤 뜻을 나타 내는지요?
cdecl> explain const char *const *argv; declare argv as pointer to const pointer to const char
텍스트 포맷에 대한 자세한 정보
<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: *const 는 어떤 뜻이죠?
cdecl> explain const char *const *argv;
declare argv as pointer to const pointer to const char
댓글 달기