gcc g++

g++把.c认为是cpp

gcc自动识别

如下代码可检验:

#include<stdio.h>
int main()
{
    int a=123;
    int *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>

:wink: :twisted: :roll: :oops: :mrgreen: :lol: :idea: :evil: :cry: :arrow: :?: :-| :-x :-o :-P :-D :-? :) :( :!: 8-O 8)

本文链接:https://twd2.me/archives/5405QrCode