由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 谁能讲讲这3个概念?
相关主题
C array关于Makefile的一个问题
A C++ compiler related interview question这句话是为什么呢?
*** help needed! on MATLAB GUI ***spent a lot of time try to compile boost
How to tell gcc stop compiling.一个qt3在Windows上的问题
inheritence problemambiguous operators in c++
A tech question (转载)关于C++ STL编译的疑问
An interesting C++ compile errorquestion for C++ constant
谁来解释一下这个是compiler问题吗?a question about CAST
相关话题的讨论汇总
话题: compile话题: run话题: time话题: 讲讲话题: 概念
进入Programming版参与讨论
1 (共1页)
q**********e
发帖数: 1
1
compile time
run time
link time
从时间上来看,先后顺序是什么呢?
谢谢
G*O
发帖数: 706
2
ct,lt
lt
rt
lt

【在 q**********e 的大作中提到】
: compile time
: run time
: link time
: 从时间上来看,先后顺序是什么呢?
: 谢谢

f******n
发帖数: 90
3
compile first
link next
run last

【在 q**********e 的大作中提到】
: compile time
: run time
: link time
: 从时间上来看,先后顺序是什么呢?
: 谢谢

N*********y
发帖数: 105
4
Mostly,
compile only once
link once for static, repeat for dynamic
run ..... you want to run your program not just once hah?

【在 f******n 的大作中提到】
: compile first
: link next
: run last

1 (共1页)
进入Programming版参与讨论
相关主题
a question about CASTinheritence problem
c++标准函数传递一问A tech question (转载)
C++ 的 问题An interesting C++ compile error
a simple question about constructor谁来解释一下这个是compiler问题吗?
C array关于Makefile的一个问题
A C++ compiler related interview question这句话是为什么呢?
*** help needed! on MATLAB GUI ***spent a lot of time try to compile boost
How to tell gcc stop compiling.一个qt3在Windows上的问题
相关话题的讨论汇总
话题: compile话题: run话题: time话题: 讲讲话题: 概念