Redian新闻
>
eb2还没办出来,再办个eb3会有影响玛?
avatar
eb2还没办出来,再办个eb3会有影响玛?# EB23 - 劳工卡
s*9
1
刚刚开始骑驴找马,今天 和一个recruiter聊了一会,他问了几个简单的c++问题,
其中最后一个题没答出来,所以过来请教一下
题目是 how to print "hello world" before execution of main function?
avatar
p*g
2
perm没过期, 不过快过期了, 同时办2个会有影响嘛? 本来想2搞出来后, 再交个3的
avatar
d*o
3
#include
using std::cout;
using std::endl;
class thing
{
public:
thing(){cout << "hello, world" << endl;};
};
thing myclass;
int main(void)
{
cout << "Started" << endl;
return 0;
}

【在 s********9 的大作中提到】
: 刚刚开始骑驴找马,今天 和一个recruiter聊了一会,他问了几个简单的c++问题,
: 其中最后一个题没答出来,所以过来请教一下
: 题目是 how to print "hello world" before execution of main function?

avatar
n*r
4
我的2已经批了,现在纠节是不是再搞个3?2,3同时搞有会产生什么负作用吗?
avatar
O*O
5
请问,
c的宏,会不会也这样先执行?
avatar
p*g
6
没人知道嘛?
avatar
s*9
7
懂了,多谢大牛!!

【在 d****o 的大作中提到】
: #include
: using std::cout;
: using std::endl;
: class thing
: {
: public:
: thing(){cout << "hello, world" << endl;};
: };
: thing myclass;
: int main(void)

avatar
y*0
8
你的perm条件够,可以办2个,没影响。
avatar
C*U
9
学习了

【在 d****o 的大作中提到】
: #include
: using std::cout;
: using std::endl;
: class thing
: {
: public:
: thing(){cout << "hello, world" << endl;};
: };
: thing myclass;
: int main(void)

avatar
l*n
10
没啥影响。早就有人这样做了。
avatar
w*s
11
global var/file static var.
搞清楚有些变量在main前初始化就可以。
avatar
n*r
12
Perm什么条件才叫条件够?

【在 y******0 的大作中提到】
: 你的perm条件够,可以办2个,没影响。
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。