码迷,mamicode.com
首页 > 其他好文 > 详细

const char **

时间:2015-10-14 17:39:19      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:

foo (const char **p){    }
 
main (int argh,char **argv)
{
     foo(argv);
}
warning : argument is incompatible with prototype(参数与原型不匹配)
赋值合法条件:两个操作数都是指向有限定词或无限定词的相容类型的指针,左边指针所指向的类型必须具有右边指针所指类型的全部限定词

const char **

标签:

原文地址:http://www.cnblogs.com/sqxw/p/4877895.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!