Redian新闻
>
急问!拿到春季offer,请求大家建议
avatar
急问!拿到春季offer,请求大家建议# Economics - 经济
c*m
1
1. 我看到精华区的文章说在国内办出生公证还要给照片, 是不是做出来的公证都是付
照片的。 我的出生公证是03年出国时办的了, 没有照片, 不知道能不能用?
2. 我老婆的公证也是出国前办的, 她的公证上只说了她什么时候出生在什么地方,
没有说父母是谁, 能用吗?
3. 交485的时候必须给原件吗, 还是copy也可?
谢谢先
avatar
w*g
2
I have a simple C++template code, but I cannot get it run.
In DataTemplate.h:
template
ElemType* getVecElemPointer(int index, vector& vec);
In DataTemplate.cpp:
template
ElemType* getVecElemPointer(int index, vector& vec)
{
if( (index0) )
{
return &vec[index];
}
return (ElemType*) 0;
}
It is fine when I compile it: "g++ -c -g DataTemplate.cpp"
In another class implementation file: test.cpp
#inclu
avatar
C*r
3
刚读完master,因为老板过于极品,准备换学校读PHD.现已拿到一个offer(在美国),
还有一个正在等(在加拿大)。 我本人比较想去加拿大的那个学校,但是美国的这个
学校要我在这个星期就做决定, 还要在offer letter上签字。所以我想请教一下,能
不能我先接受这个offer,等加拿大的offer来了后再跟他们说因为有急事去不了了?这
样做会有不良后果吗?谢谢大家指点。
avatar
s*t
4

付: 照片的。 我的出生公证是03年出国时办的了, 没有照片, 不知道能不能用?
近几年的都有照片。没照片,不知道能不能用。
: 没有说父母是谁, 能用吗?
这个没父母10有89都不行。 还是重新做一个吧。你自己的最好也重新做。
但你们如果有出生证明,可以在美国这里notarize一下,也可以。
copy就好。

【在 c******m 的大作中提到】
: 1. 我看到精华区的文章说在国内办出生公证还要给照片, 是不是做出来的公证都是付
: 照片的。 我的出生公证是03年出国时办的了, 没有照片, 不知道能不能用?
: 2. 我老婆的公证也是出国前办的, 她的公证上只说了她什么时候出生在什么地方,
: 没有说父母是谁, 能用吗?
: 3. 交485的时候必须给原件吗, 还是copy也可?
: 谢谢先

avatar
y*g
5
都放在头文件中呢?

【在 w******g 的大作中提到】
: I have a simple C++template code, but I cannot get it run.
: In DataTemplate.h:
: template
: ElemType* getVecElemPointer(int index, vector& vec);
: In DataTemplate.cpp:
: template
: ElemType* getVecElemPointer(int index, vector& vec)
: {
: if( (index0) )
: {

avatar
f*8
6
It would be better to contact the Canadian Univ. and let them know that you
have an offer at hand now. They may respond if they are very interested in
having you in.

【在 C*****r 的大作中提到】
: 刚读完master,因为老板过于极品,准备换学校读PHD.现已拿到一个offer(在美国),
: 还有一个正在等(在加拿大)。 我本人比较想去加拿大的那个学校,但是美国的这个
: 学校要我在这个星期就做决定, 还要在offer letter上签字。所以我想请教一下,能
: 不能我先接受这个offer,等加拿大的offer来了后再跟他们说因为有急事去不了了?这
: 样做会有不良后果吗?谢谢大家指点。

avatar
c*m
7
我现在手里只有当年办的出生公证, 没有出生证明。 我可以把我的出生公证在美国这
边在notarize一个有照片的版本吗。

【在 s******t 的大作中提到】
:
: 付: 照片的。 我的出生公证是03年出国时办的了, 没有照片, 不知道能不能用?
: 近几年的都有照片。没照片,不知道能不能用。
: : 没有说父母是谁, 能用吗?
: 这个没父母10有89都不行。 还是重新做一个吧。你自己的最好也重新做。
: 但你们如果有出生证明,可以在美国这里notarize一下,也可以。
: copy就好。

avatar
S*g
8
把cpp里的内容放到hpp里
另外,你这个getVecElemPointer不能返回第一个element啊

【在 w******g 的大作中提到】
: I have a simple C++template code, but I cannot get it run.
: In DataTemplate.h:
: template
: ElemType* getVecElemPointer(int index, vector& vec);
: In DataTemplate.cpp:
: template
: ElemType* getVecElemPointer(int index, vector& vec)
: {
: if( (index0) )
: {

avatar
s*t
9
不清楚。但感觉不是大问题。自己贴上去个照片也可以。

【在 c******m 的大作中提到】
: 我现在手里只有当年办的出生公证, 没有出生证明。 我可以把我的出生公证在美国这
: 边在notarize一个有照片的版本吗。

avatar
w*g
10
Yes, it works when I put both the declaration and implementation in the head
file, like:
In DataTemplate.h:
template
ElemType* getVecElemPointer(int index, vector& vec)
{
if( (index0) )
{
return &vec[index];
}
return (ElemType*) 0;
}
The linkage works. Can you explain why? Thanks.
avatar
A*n
11
12 都可以用,
3 Copy

【在 c******m 的大作中提到】
: 1. 我看到精华区的文章说在国内办出生公证还要给照片, 是不是做出来的公证都是付
: 照片的。 我的出生公证是03年出国时办的了, 没有照片, 不知道能不能用?
: 2. 我老婆的公证也是出国前办的, 她的公证上只说了她什么时候出生在什么地方,
: 没有说父母是谁, 能用吗?
: 3. 交485的时候必须给原件吗, 还是copy也可?
: 谢谢先

avatar
c*3
13
Answer from http://www.cplusplus.com/doc/tutorial/templates.html:
Templates and multiple-file projects
From the point of view of the compiler, templates are not normal functions
or classes. They are
compiled on demand, meaning that the code of a template function is not
compiled until an
instantiation with specific template arguments is required. At that moment,
when an instantiation is
required, the compiler generates a function specifically for those arguments
from the template.
When projects

【在 w******g 的大作中提到】
: I have a simple C++template code, but I cannot get it run.
: In DataTemplate.h:
: template
: ElemType* getVecElemPointer(int index, vector& vec);
: In DataTemplate.cpp:
: template
: ElemType* getVecElemPointer(int index, vector& vec)
: {
: if( (index0) )
: {

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