由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 面试被问到G++和GCC编译器的关系
相关主题
在 windows下的C++开发平台是不是 Dev-C++?C++ Boost怎么样,好用吗?
32/64bit Fortran编译器造成的错误C语言的变量都一定要放在stack上吗?
Help: Another C++ compilation error on GCCC++ IDE and compiler
[合集] a C++ template question (code inside)[合集] VisualC++的compiler是不是也不是free的? (转载)
C++ questiontemplate 类的继承问题
tail call strange behavior on cl.exe再问C++问题。
求GCC高手哪位大牛简单说说compiler里的bootstrap是干啥用的?
Eclipse JNI问题, 拜谢C array
相关话题的讨论汇总
话题: gcc话题: 编译器话题: compiler话题: c++话题: script
进入Programming版参与讨论
1 (共1页)
f*******y
发帖数: 988
1
答不上来,g++是一个frontend么?gcc里面其他的编译器之间都是什么关系?gcc算一
个umbrella么?
t****t
发帖数: 6806
2
g++是独立的编译器,不调用gcc
g++和gcc是并列的, 和其它别的编译器(g77之类)也是并列的
GCC是这一套东西的总称

【在 f*******y 的大作中提到】
: 答不上来,g++是一个frontend么?gcc里面其他的编译器之间都是什么关系?gcc算一
: 个umbrella么?

c**l
发帖数: 12
3
什么公司啊
怎么问这种问题啊

【在 f*******y 的大作中提到】
: 答不上来,g++是一个frontend么?gcc里面其他的编译器之间都是什么关系?gcc算一
: 个umbrella么?

y****e
发帖数: 23939
4
GCC是GNU Compiler Collection,包括C/C++ Objective C compiler, FORTRAN
compiler,Java compiler,Ada compiler等等。
Linux下有命令g++和gcc,g++是C++编译器,gcc是C编译器。
k*****l
发帖数: 177
5
two different softwares

【在 f*******y 的大作中提到】
: 答不上来,g++是一个frontend么?gcc里面其他的编译器之间都是什么关系?gcc算一
: 个umbrella么?

y*******g
发帖数: 6599
6
这问题...

【在 f*******y 的大作中提到】
: 答不上来,g++是一个frontend么?gcc里面其他的编译器之间都是什么关系?gcc算一
: 个umbrella么?

m**s
发帖数: 221
7

>_<
这个属于知识抢答题了吧?

【在 f*******y 的大作中提到】
: 答不上来,g++是一个frontend么?gcc里面其他的编译器之间都是什么关系?gcc算一
: 个umbrella么?

f*****Q
发帖数: 1912
8
http://enrico.phys.cmu.edu/QCDcluster/gnu/g++_man.html
"g++ is a script to call gcc with options to recognize C++."
i*****f
发帖数: 578
9
it's not the case in my system. there's no similar description in the g++
manual on my computer, and file `which g++` tells me it's not a script.
maybe it's implementation-independent?

【在 f*****Q 的大作中提到】
: http://enrico.phys.cmu.edu/QCDcluster/gnu/g++_man.html
: "g++ is a script to call gcc with options to recognize C++."

t****t
发帖数: 6806
10
这是不知道哪年的老黄历了.

【在 f*****Q 的大作中提到】
: http://enrico.phys.cmu.edu/QCDcluster/gnu/g++_man.html
: "g++ is a script to call gcc with options to recognize C++."

1 (共1页)
进入Programming版参与讨论
相关主题
C arrayC++ question
A C++ compiler related interview questiontail call strange behavior on cl.exe
Do the two statements cost the same amount of time?求GCC高手
[合集] 大拿们,问一个redhat linux下C编程 make error 139的问Eclipse JNI问题, 拜谢
在 windows下的C++开发平台是不是 Dev-C++?C++ Boost怎么样,好用吗?
32/64bit Fortran编译器造成的错误C语言的变量都一定要放在stack上吗?
Help: Another C++ compilation error on GCCC++ IDE and compiler
[合集] a C++ template question (code inside)[合集] VisualC++的compiler是不是也不是free的? (转载)
相关话题的讨论汇总
话题: gcc话题: 编译器话题: compiler话题: c++话题: script