Redian新闻
>
请问这种情况要不要去米国读经济学phd
avatar
请问这种情况要不要去米国读经济学phd# Economics - 经济
d*1
1
why the last one becomes to counter = 1?
//: C05:CountedClass3.cpp
#include
using namespace std;
template class Counted {
static int count;
public:
Counted() { ++count; }
Counted(const Counted&) { ++count; }
~Counted() { --count; }
static int getCount() { return count; }
};
template int Counted::count = 0;
// Curious class definitions
class CountedClass : public Counted {};
class CountedClass2 : public Counted {};
int main() {
Count
avatar
g*1
2
本科环境,硕士金融,都是国内top2,这两年不好找工作大家也都知道。
对经济学不是很感兴趣,但也不排斥;犹豫要不要出去读econ的phd.
金融phd很难申的,mfe现在显然也不是个好选择。
如果出去读经济学phd,毕业后一般怎样呢,想做学术的话必须继续做postdoc?
能留学术圈可能性大么,去业界的机会怎么样,请赐教啊。。
avatar
b*n
3
有什么难懂的,CountedClass2和CountedClass一点关系没有。

【在 d*********1 的大作中提到】
: why the last one becomes to counter = 1?
: //: C05:CountedClass3.cpp
: #include
: using namespace std;
: template class Counted {
: static int count;
: public:
: Counted() { ++count; }
: Counted(const Counted&) { ++count; }
: ~Counted() { --count; }

avatar
h*u
4
不感兴趣的话,最好不要读博。

【在 g******1 的大作中提到】
: 本科环境,硕士金融,都是国内top2,这两年不好找工作大家也都知道。
: 对经济学不是很感兴趣,但也不排斥;犹豫要不要出去读econ的phd.
: 金融phd很难申的,mfe现在显然也不是个好选择。
: 如果出去读经济学phd,毕业后一般怎样呢,想做学术的话必须继续做postdoc?
: 能留学术圈可能性大么,去业界的机会怎么样,请赐教啊。。

avatar
r*r
5
because you have TWO copies of "count":
CountedClass::count, and CountedClass2::count, both initialized to 0
avatar
c*n
6
别去了
现在ECO的PHD找工作越来越难了
avatar
T*9
7
CountedClass::i和CountedClass2::i不是一个东西
你可以print出来他们的地址

【在 d*********1 的大作中提到】
: why the last one becomes to counter = 1?
: //: C05:CountedClass3.cpp
: #include
: using namespace std;
: template class Counted {
: static int count;
: public:
: Counted() { ++count; }
: Counted(const Counted&) { ++count; }
: ~Counted() { --count; }

avatar
b*y
8
不感兴趣还是别读了。

【在 g******1 的大作中提到】
: 本科环境,硕士金融,都是国内top2,这两年不好找工作大家也都知道。
: 对经济学不是很感兴趣,但也不排斥;犹豫要不要出去读econ的phd.
: 金融phd很难申的,mfe现在显然也不是个好选择。
: 如果出去读经济学phd,毕业后一般怎样呢,想做学术的话必须继续做postdoc?
: 能留学术圈可能性大么,去业界的机会怎么样,请赐教啊。。

avatar
d*1
9
thanks for all the answers :) they are all right!
due to different parameters, varying classes yield. They are similar to:
class CountedClass : public Counted {};
class CountedClass2 : public Counted {};
as long as type1!=type2, eg int vs double etc.
avatar
d*e
10
别去了,absolutely
avatar
g*h
11
I disagree. Life is a journey; it is good to have more experience when you
are young. Unless you already set a goal for yourself, you can keep open-
minded. It won't hurt to give it a try. Maybe you will change your mind
about Economics while you start to learn it enthusiastically. Since you are not sure about it, when you apply for Economics major, you should have some other options in your mind in case you want to give it up. Say, change to another major, get a master
degree in accounting, or
avatar
x*w
12
写得很实诚。但是来美国机会更多这种说法太笼统了,在国内也有很好的发展。特别是
Econ这种难读、就业又不是很容易(?)的专业。。不是想搞纯研究的是否值得还要仔细
考虑吧。

are not sure about it, when you apply for Economics major, you should have
some other options in your mind in case you want to give it up. Say, change
to another major, get a mas
. You will have bigger networks and more opportunities.

【在 g****h 的大作中提到】
: I disagree. Life is a journey; it is good to have more experience when you
: are young. Unless you already set a goal for yourself, you can keep open-
: minded. It won't hurt to give it a try. Maybe you will change your mind
: about Economics while you start to learn it enthusiastically. Since you are not sure about it, when you apply for Economics major, you should have some other options in your mind in case you want to give it up. Say, change to another major, get a master
: degree in accounting, or

avatar
t*a
13
除非有学术兴趣和追求,不要读econ phd。period。

change

【在 x****w 的大作中提到】
: 写得很实诚。但是来美国机会更多这种说法太笼统了,在国内也有很好的发展。特别是
: Econ这种难读、就业又不是很容易(?)的专业。。不是想搞纯研究的是否值得还要仔细
: 考虑吧。
:
: are not sure about it, when you apply for Economics major, you should have
: some other options in your mind in case you want to give it up. Say, change
: to another major, get a mas
: . You will have bigger networks and more opportunities.

avatar
a*h
14
据俺理解,
你的本科和硕士专业,都比经济学好找工作(在美国)
当然你打算回过找工作,另论

【在 g******1 的大作中提到】
: 本科环境,硕士金融,都是国内top2,这两年不好找工作大家也都知道。
: 对经济学不是很感兴趣,但也不排斥;犹豫要不要出去读econ的phd.
: 金融phd很难申的,mfe现在显然也不是个好选择。
: 如果出去读经济学phd,毕业后一般怎样呢,想做学术的话必须继续做postdoc?
: 能留学术圈可能性大么,去业界的机会怎么样,请赐教啊。。

avatar
a*h
15
exactly.

【在 h***u 的大作中提到】
: 不感兴趣的话,最好不要读博。
avatar
a*h
16
econ不算难读,对学工程出身的中国人来说。
就业的确不容易,而且工资不高(在美国。音为据说学经济的回国当教授工资奇高)

change

【在 x****w 的大作中提到】
: 写得很实诚。但是来美国机会更多这种说法太笼统了,在国内也有很好的发展。特别是
: Econ这种难读、就业又不是很容易(?)的专业。。不是想搞纯研究的是否值得还要仔细
: 考虑吧。
:
: are not sure about it, when you apply for Economics major, you should have
: some other options in your mind in case you want to give it up. Say, change
: to another major, get a mas
: . You will have bigger networks and more opportunities.

avatar
x*w
17
经济学在美国为啥这么难就业?
以前一直是听说不容易,不过最近有个老师UCLA毕业回来又说工作很容易,即使是去业
界。难道他是因为毕业的学校还好才这感觉的?
回中国也不是很好混了,要很好的学校,也要发文章才行

【在 a*****h 的大作中提到】
: 据俺理解,
: 你的本科和硕士专业,都比经济学好找工作(在美国)
: 当然你打算回过找工作,另论

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