avatar
C++ online Test 又一题# JobHunting - 待字闺中
r*8
1
申请了一个排名100左右的学校的Non tenure track assistant teaching professor的
职位,下周有面试,这种职位一般来说能做几年啊?职位描述里没有说这个,也没有提
工资的来源。若干年后有机会转正吗?谢谢回复!
avatar
h*g
2
Which one of the following function declarations do you use for a function
that takes a variable number of parameters and uses all of them?
A.
void function (first, others[]);
B.
void function(argc, *argv[]);
C.
void function(...);
D.
void function(int first, ...);
E.
void[] function();
觉得b,d 都行啊~
avatar
F*y
3
感觉如果生源充裕可以一直做到退休
如果那天学生不够了这种职位是第一个被cut的
不知道我的理解对不对

【在 r******8 的大作中提到】
: 申请了一个排名100左右的学校的Non tenure track assistant teaching professor的
: 职位,下周有面试,这种职位一般来说能做几年啊?职位描述里没有说这个,也没有提
: 工资的来源。若干年后有机会转正吗?谢谢回复!

avatar
l*l
4
Strictly speaking, b takes two parameters.
avatar
l*o
5
认识一个clinical professor 做了快十几年了
全看系和学校生意怎么样

【在 r******8 的大作中提到】
: 申请了一个排名100左右的学校的Non tenure track assistant teaching professor的
: 职位,下周有面试,这种职位一般来说能做几年啊?职位描述里没有说这个,也没有提
: 工资的来源。若干年后有机会转正吗?谢谢回复!

avatar
m*v
6
d
and it can be compiled?
avatar
n*l
7
non tenure track assistant teaching professor 和 tenure track assistant
professor 根本就是平行的两条线,工资不同,教学量不同,系里对你的期
望也不同,基本没有在同一个系转成 tenure track 的可能。

【在 r******8 的大作中提到】
: 申请了一个排名100左右的学校的Non tenure track assistant teaching professor的
: 职位,下周有面试,这种职位一般来说能做几年啊?职位描述里没有说这个,也没有提
: 工资的来源。若干年后有机会转正吗?谢谢回复!

avatar
p*r
8
why not?

【在 m****v 的大作中提到】
: d
: and it can be compiled?

avatar
e*e
9
很少听说在本系转的例子。转了的也不是自动转的,而是也投简历 面试啥的 即使已经
是本系的人了。

【在 r******8 的大作中提到】
: 申请了一个排名100左右的学校的Non tenure track assistant teaching professor的
: 职位,下周有面试,这种职位一般来说能做几年啊?职位描述里没有说这个,也没有提
: 工资的来源。若干年后有机会转正吗?谢谢回复!

avatar
s*c
10
void function(...);
这个传的啥参数?没见过这样的啊。
avatar
h*0
11
很多没有时间限制,可以到退休。

【在 r******8 的大作中提到】
: 申请了一个排名100左右的学校的Non tenure track assistant teaching professor的
: 职位,下周有面试,这种职位一般来说能做几年啊?职位描述里没有说这个,也没有提
: 工资的来源。若干年后有机会转正吗?谢谢回复!

avatar
j*w
12

You must see before, but forgot now. The following is the most famous one
int printf( const char *format ,…)

【在 s******c 的大作中提到】
: void function(...);
: 这个传的啥参数?没见过这样的啊。

avatar
b*b
13
贡献两个data points:俩人都是non-tt,一个是9个月的contract,可以renew每年;
另一个是签的3年,被告知将来还可以升级成associate non-tt,但是不知道是不是
negotiate的结果。

【在 r******8 的大作中提到】
: 申请了一个排名100左右的学校的Non tenure track assistant teaching professor的
: 职位,下周有面试,这种职位一般来说能做几年啊?职位描述里没有说这个,也没有提
: 工资的来源。若干年后有机会转正吗?谢谢回复!

avatar
d*d
14
for b, maybe the reason is you are not using all of them. Anybody will use
the first argument?

【在 l******l 的大作中提到】
: Strictly speaking, b takes two parameters.
avatar
f*e
15
如果是系里面出钱,而不是挂在某个大老板下面。基本上没事不会让你走的。开个职位
不容易,把钱要来了,职位开了,系里面不会轻易丢掉的。

【在 r******8 的大作中提到】
: 申请了一个排名100左右的学校的Non tenure track assistant teaching professor的
: 职位,下周有面试,这种职位一般来说能做几年啊?职位描述里没有说这个,也没有提
: 工资的来源。若干年后有机会转正吗?谢谢回复!

avatar
m*v
16

i mean, maybe only d can be compiled, so we have to select d?

【在 p******r 的大作中提到】
: why not?
avatar
p*u
17
不知道楼主是什么专业的,我们系60多个老师,一半以上是non-tenure track的,好多
都做了一辈子,但是每次生源减少的时候就会紧张。他们也可以向上晋级,要求和TT的
不一样,就看教学,研究也必须和教学相关。就我所知,目前只有1个老师成功转为TT
。我们纯文科。供参考。
avatar
h*g
18
对 答案给的是d

【在 m****v 的大作中提到】
:
: i mean, maybe only d can be compiled, so we have to select d?

avatar
p*n
19
内部tansfer没见过。TT都national search
avatar
n*0
20
can anybody implement one for me?
avatar
d*t
21
B and C?

【在 h*****g 的大作中提到】
: Which one of the following function declarations do you use for a function
: that takes a variable number of parameters and uses all of them?
: A.
: void function (first, others[]);
: B.
: void function(argc, *argv[]);
: C.
: void function(...);
: D.
: void function(int first, ...);

avatar
d*t
22
I think D is only valid in C, not C++.

【在 h*****g 的大作中提到】
: 对 答案给的是d
avatar
S*I
23
it is valid in C++

【在 d********t 的大作中提到】
: I think D is only valid in C, not C++.
avatar
d*t
24
But in C++ function() means taking no parameter at all.

【在 S**I 的大作中提到】
: it is valid in C++
avatar
t*t
25
http://www.mitbbs.com/article/Programming/31211775_3.html
免得大家瞎猜.

【在 h*****g 的大作中提到】
: Which one of the following function declarations do you use for a function
: that takes a variable number of parameters and uses all of them?
: A.
: void function (first, others[]);
: B.
: void function(argc, *argv[]);
: C.
: void function(...);
: D.
: void function(int first, ...);

avatar
B*5
26
这种东西从来没用过。。。
avatar
a*m
27
这句话没看懂。c里面也一样吧。

【在 d********t 的大作中提到】
: But in C++ function() means taking no parameter at all.
avatar
a*n
28
D肯定可以,因为平时就这么用,C就不知道。。
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。