g++把.c认为是cpp
gcc自动识别
如下代码可检验:
#include<stdio.h>
int
main()
{
a=123;
*b=&(++a);
printf
(
"%d\n"
,*b);
return
0;
}
注意 - 你可以用以下 HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
昵称
邮箱
网址
Δ
本文链接:https://twd2.me/archives/5405
发表评论