Redian新闻
>
老婆国内高校文科背景,可以在美国读会计的Master吗?
avatar
老婆国内高校文科背景,可以在美国读会计的Master吗?# Accounting - 会计审计
m*e
1
我现在在virginia。国内的亲戚听说我们州好像有病例,建议我父母暂时不要过来(他
们5/7的飞机)。大家是怎么考虑的?
avatar
j*o
2
发包子庆祝八卦版荣膺三甲。
我本人不介意多吃两个
avatar
m*x
3
我总是觉得他眼睛有问题,颜色有问题。。。因为不管是不是蓝色,他这个颜色好像也
很少有,有点发灰
avatar
b*k
4
夏日炎炎,大家来寻找并和大家分享些小清凉小清新的东东吧:)
1.可以是旅行照片,图片,音乐,诗歌,文字,食物食谱,活动etc,anything you think can give us a chilly feeling,如果有需要,请附若干说明文字分享一下why you think it's cool;
2.欢迎鼓励原创,不拒绝转载转帖,请表明参加文海活动。每个id参加的每个topic奖励10伪币,每个id最高奖励上限50伪币;
3.活动即时开始,本周日美东时间午夜结束。
活动最终解释权归文海版务组所有。:)
avatar
i*p
5
I have questions after reading "Thinking in C++" volume 1, Chapter 10 Name
Control, section Static initialization dependency. Hopefully people here can
explain them to me.
1. Why does it mention "static objects"? In fact there is no static object
in the example code but global class objects only.
2. Because of the dependency, the C++ compiler "should" guarantee the order,
right? Otherwise it is a bug.
Here is from the book.
---------------------------------------------------------
there is no guarantee concerning the order of initialization of static
objects across translation units, and the
language provides no way to specify this order. This can cause significant
problems. As an example of an instant disaster
(which will halt primitive operating systems and kill the process on
sophisticated ones), if one file contains
//: C10:Out.cpp {O}
// First file
#include
std::ofstream out("out.txt"); ///:~
and another file uses the out object in one of its initializers
//: C10:Oof.cpp
// Second file
//{L} Out
#include
extern std::ofstream out;
class Oof {
public:
Oof() { std::out << "ouch"; }
} oof;
int main() {} ///:~
the program may work, and it may not. If the programming environment builds
the program so that the first file is
initialized before the second file, then there will be no problem. However,
if the second file is initialized before the first,
the constructor for Oof relies upon the existence of out, which hasn't been
constructed yet and this causes chaos.
-------------------------------------
avatar
S*R
6
我们刚来美国,很盲目,听说会计好找工作,就想先打听打听。希望得到大家的指点
有两点问题,
1. 学费,看了一下大多数学校会计的学费都很吓人。有奖学金吗?
2. 好学校,差学校问题。是否可以读个差学校的master(或者 part-time那种的),
然后再参加CPA考试?这种以后找工作好找吗?
老婆国内是社会工作+法语双学位,985高校本科。
谢谢!
avatar
m*f
7
是的。如果可能就缓一缓吧,没必要赶着这个时候来。
avatar
f*r
8
案子现在狠心死了, 看一眼一言不发就走了

【在 j**o 的大作中提到】
: 发包子庆祝八卦版荣膺三甲。
: 我本人不介意多吃两个

avatar
a*7
9
等看奔!

think can give us a chilly feeling,如果有需要,请附若干说明文字分享一下why
you think it's cool;
奖励10伪币,每个id最高奖励上限50伪币;

【在 b*********k 的大作中提到】
: 夏日炎炎,大家来寻找并和大家分享些小清凉小清新的东东吧:)
: 1.可以是旅行照片,图片,音乐,诗歌,文字,食物食谱,活动etc,anything you think can give us a chilly feeling,如果有需要,请附若干说明文字分享一下why you think it's cool;
: 2.欢迎鼓励原创,不拒绝转载转帖,请表明参加文海活动。每个id参加的每个topic奖励10伪币,每个id最高奖励上限50伪币;
: 3.活动即时开始,本周日美东时间午夜结束。
: 活动最终解释权归文海版务组所有。:)

avatar
t*t
10
the compiler doesn't guarantee order. it is the programmer's responsibility
to guarantee there is no dependency.
套句老乔的话, this is feature, not bug.

can
order,

【在 i**p 的大作中提到】
: I have questions after reading "Thinking in C++" volume 1, Chapter 10 Name
: Control, section Static initialization dependency. Hopefully people here can
: explain them to me.
: 1. Why does it mention "static objects"? In fact there is no static object
: in the example code but global class objects only.
: 2. Because of the dependency, the C++ compiler "should" guarantee the order,
: right? Otherwise it is a bug.
: Here is from the book.
: ---------------------------------------------------------
: there is no guarantee concerning the order of initialization of static

avatar
S*u
11
作为过来人,我劝你老婆不要读。
我LG当时就是稀里糊涂跟风推荐,我于是上了贼船。我国内文科本科,五年商业工作经
验,来了以后他们说读会计好找工作(当时是比较好找),我刚来又不了解,就读了,等
我明白过来的时候已经晚了。
1)基本没有奖学金。会计的MASTER目前是各个学校的赚钱项目,奖学金给PHD或者MBA,
我当时GMAT考了750+都没有弄到奖学金,早知道读MBA了。
2)如果要读,就要读商业比较发达地区的学校,好坏都可。找工作的时候机会相对多一
些。
给你一些我身边的数据吧。我们学校的ACCOUNTING是比较强的,在NY,我那一届
ACCOUNTING MASTER的中国学生35人,下一届中国学生80人。这些人中找到四大去的,
每年一个;找到其他公司的,每年不超过五个,多数人回国。和我们同届的美国人90%
去四大,10%去其他公司。CPA考出来能找到工作吗?看看这里要求REFER的帖
子吧。
avatar
r*1
12
我也在考虑这个问题。本来机票都买好了,5月5日到美国的。现在想要不要推迟了,郁
闷!
avatar
j*o
13
你是烦二,阿烦的MM?

【在 f******r 的大作中提到】
: 案子现在狠心死了, 看一眼一言不发就走了
avatar
b*k
14
你也找找嘛,不挣包子也是友情版务参与了:)
比如可以讲讲你们90后都喜欢玩些什么很cool的游戏之类的。。。

why

【在 a*********7 的大作中提到】
: 等看奔!
:
: think can give us a chilly feeling,如果有需要,请附若干说明文字分享一下why
: you think it's cool;
: 奖励10伪币,每个id最高奖励上限50伪币;

avatar
b*i
15
那就用singleton呗

responsibility

【在 t****t 的大作中提到】
: the compiler doesn't guarantee order. it is the programmer's responsibility
: to guarantee there is no dependency.
: 套句老乔的话, this is feature, not bug.
:
: can
: order,

avatar
a*h
17
我也机票都买好了,要实在情况升级,那肯定得推迟的。关注中。。。
avatar
f*r
18
你有意见么? 你又不发包子

【在 j**o 的大作中提到】
: 你是烦二,阿烦的MM?
avatar
a*7
19
我们90后就喜欢看奔和等看奔!

【在 b*********k 的大作中提到】
: 你也找找嘛,不挣包子也是友情版务参与了:)
: 比如可以讲讲你们90后都喜欢玩些什么很cool的游戏之类的。。。
:
: why

avatar
i*p
20
then what about question 1?

【在 b***i 的大作中提到】
: 那就用singleton呗
:
: responsibility

avatar
s*r
21
1. If you have green card, the answer is YES.
2. If you do not have green card, the answer is NO.
avatar
c*e
22
贴个证据来,咱们光明正大的吃

【在 j**o 的大作中提到】
: 发包子庆祝八卦版荣膺三甲。
: 我本人不介意多吃两个

avatar
s*n
23
恐怖片给我感觉听chilly

think can give us a chilly feeling,如果有需要,请附若干说明文字分享一下why
you think it's cool;
奖励10伪币,每个id最高奖励上限50伪币;

【在 b*********k 的大作中提到】
: 夏日炎炎,大家来寻找并和大家分享些小清凉小清新的东东吧:)
: 1.可以是旅行照片,图片,音乐,诗歌,文字,食物食谱,活动etc,anything you think can give us a chilly feeling,如果有需要,请附若干说明文字分享一下why you think it's cool;
: 2.欢迎鼓励原创,不拒绝转载转帖,请表明参加文海活动。每个id参加的每个topic奖励10伪币,每个id最高奖励上限50伪币;
: 3.活动即时开始,本周日美东时间午夜结束。
: 活动最终解释权归文海版务组所有。:)

avatar
b*i
24
我认为C语言mess up了。
static居然有两个意思,一个是static lifetime(not local variable),一个是
intern storage(not extern)。
这个书讲的应该是说lifetime。你这里又不能写static,写了就在其他文件不可见了。

【在 i**p 的大作中提到】
: then what about question 1?
avatar
y*y
25
我的GMAT 才 670, 会计拿了奖学金的,我知道的也有不少国内文科还有学英语的过来
读会计,至于好不好找工作,我也不知道。我觉得在这里除了要努力,找工作运气成分
很大,不像国内。
avatar
j*o
26
怕误伤友军,小姨找我拼命

【在 f******r 的大作中提到】
: 你有意见么? 你又不发包子
avatar
b*k
27
。。。
90后就是不劳而获。。。

【在 a*********7 的大作中提到】
: 我们90后就喜欢看奔和等看奔!
avatar
i*p
28
I think this is author's mistake. In the context he says "the order of
initialization of static objects across translation units", but the code
example is non-static global object. In short, the example doesn't match the
context.

【在 b***i 的大作中提到】
: 我认为C语言mess up了。
: static居然有两个意思,一个是static lifetime(not local variable),一个是
: intern storage(not extern)。
: 这个书讲的应该是说lifetime。你这里又不能写static,写了就在其他文件不可见了。

avatar
S*u
29
好羡慕好羡慕~~偶打五份工挣学费啊~~

【在 y**y 的大作中提到】
: 我的GMAT 才 670, 会计拿了奖学金的,我知道的也有不少国内文科还有学英语的过来
: 读会计,至于好不好找工作,我也不知道。我觉得在这里除了要努力,找工作运气成分
: 很大,不像国内。

avatar
c*e
30
你是丫头么?

【在 f******r 的大作中提到】
: 你有意见么? 你又不发包子
avatar
b*k
31
。。。
这回帖给我感觉挺chilly。。。

why

【在 s**********n 的大作中提到】
: 恐怖片给我感觉听chilly
:
: think can give us a chilly feeling,如果有需要,请附若干说明文字分享一下why
: you think it's cool;
: 奖励10伪币,每个id最高奖励上限50伪币;

avatar
b*i
32
linkage在这里是无关的,这里讲的是lifetime,不是local variable

the

【在 i**p 的大作中提到】
: I think this is author's mistake. In the context he says "the order of
: initialization of static objects across translation units", but the code
: example is non-static global object. In short, the example doesn't match the
: context.

avatar
k*9
33
说说我的情况。我是在国内读英语教育的。出来看大家都读会计(5年前),就糊里糊
涂的读了。有些公立大学有GRA 免学费的机会,我第一个学期没找到,但是靠gmat 750
+拿了个州内学费,后来认识的人多了,每个学期做gra把学费都免了。
读会计的时候压力还是很大的,因为要考虑学费,还有就是实习,毕业前有实习经验是
保证找到工作的一个很重要的因素。如何找到实习的机会,非常看运气。多认识些人,
建立良好的net work很重要。
个人感觉,经济开始复苏了一些,firm 招人增加了不少最近。身份还是最大的绊
脚石,不过每年仍然有国际学生找到工作。如果你从一进学校就打足120%的精神,
保持gpa,非常积极地参加会计系的各种活动,还是有希望找到工作的。
好校,烂校都有机会找到工作,firm招人都是看地区的,如果就那么几所学校,每年也会从烂校招集个人的。当然学校越好,比例越高。
另外实习比CPA重要。
avatar
c*e
34
还是rosie?

【在 f******r 的大作中提到】
: 你有意见么? 你又不发包子
avatar
s*n
35
本周日就结束了?
呃,我在画一副画,估计周日搞不定阿。

【在 b*********k 的大作中提到】
: 。。。
: 这回帖给我感觉挺chilly。。。
:
: why

avatar
i*p
36
You use more terms. The 2 terms are "storage" and "linkage". Your term "
lifetime" is "storage", right?

【在 b***i 的大作中提到】
: linkage在这里是无关的,这里讲的是lifetime,不是local variable
:
: the

avatar
f*n
37
看她性格吧,如果她口语很好,能说会道,有自信还是行的。
avatar
f*r
38
觉悟还很高啊

【在 j**o 的大作中提到】
: 怕误伤友军,小姨找我拼命
avatar
b*k
39
这种special offer搞时间长了就没意思了,就玩个新鲜,大家热闹一下就过去了:)
你画画可以参加师兄那个T恤的设计大赛嘛:)

【在 s**********n 的大作中提到】
: 本周日就结束了?
: 呃,我在画一副画,估计周日搞不定阿。

avatar
b*i
40
准确的说,是相关的

【在 i**p 的大作中提到】
: You use more terms. The 2 terms are "storage" and "linkage". Your term "
: lifetime" is "storage", right?

avatar
f*r
41
我是kua, 笨死你算了

【在 c********e 的大作中提到】
: 你是丫头么?
avatar
s*n
42
see, make sense
清凉美女,不适合小朋友。。。

【在 b*********k 的大作中提到】
: 这种special offer搞时间长了就没意思了,就玩个新鲜,大家热闹一下就过去了:)
: 你画画可以参加师兄那个T恤的设计大赛嘛:)

avatar
t*t
43
这可能是他没注意, 但是从他的目的来说, 用static (class or not) object 或者glo
bal object都没什么差别, 关键在于这些都是程序一开始需要初始化的对象. bihai说得
很清楚了, lifetime才是重要的.

the

【在 i**p 的大作中提到】
: I think this is author's mistake. In the context he says "the order of
: initialization of static objects across translation units", but the code
: example is non-static global object. In short, the example doesn't match the
: context.

avatar
c*e
44
我说呢。。他俩有点像。
不知道算不算夫妻相。

【在 f******r 的大作中提到】
: 我是kua, 笨死你算了
avatar
b*k
45
有小新类型的小朋友,不信你问气龙。。。

【在 s**********n 的大作中提到】
: see, make sense
: 清凉美女,不适合小朋友。。。

avatar
m*5
46
fix addr? visibility? linkage? Init Destro
static local Y local internal first call app end
global Y cross units external before main app end
static global Y compiling unit internal before main app end
local N local internal each call call end
You've seen those names are very twisted.
The global/static are actually the same thing with different visibility.
They all get stored in static memory instead of automatic memory or free
store. So in terms of the storage both `global` and `static` keywords label
`statically stored` variables.
The global variables will have the issue of initialization order fiasco.
Because they will get initialized before main(). However, the initialization
of static locals usually can be controlled because they are initialized at
the first time get called.
To avoid this fiasco, one need to use static local instead of global. Thus
the singleton or a initializing function is a good option.
int& x()
{
static int x0;
//do initialization
return x0;
}

【在 b***i 的大作中提到】
: 我认为C语言mess up了。
: static居然有两个意思,一个是static lifetime(not local variable),一个是
: intern storage(not extern)。
: 这个书讲的应该是说lifetime。你这里又不能写static,写了就在其他文件不可见了。

avatar
j*o
47
我代表kua的LD向你抗议

【在 f******r 的大作中提到】
: 我是kua, 笨死你算了
avatar
l*1
48
净水泼婆娑
双桃落冰河。
红樱出草绿,
拾柄入唇琢。

think can give us a chilly feeling,如果有需要,请附若干说明文字分享一下why
you think it's cool;
奖励10伪币,每个id最高奖励上限50伪币;

【在 b*********k 的大作中提到】
: 夏日炎炎,大家来寻找并和大家分享些小清凉小清新的东东吧:)
: 1.可以是旅行照片,图片,音乐,诗歌,文字,食物食谱,活动etc,anything you think can give us a chilly feeling,如果有需要,请附若干说明文字分享一下why you think it's cool;
: 2.欢迎鼓励原创,不拒绝转载转帖,请表明参加文海活动。每个id参加的每个topic奖励10伪币,每个id最高奖励上限50伪币;
: 3.活动即时开始,本周日美东时间午夜结束。
: 活动最终解释权归文海版务组所有。:)

avatar
i*p
49
Thanks! We all agree it addresses the "global" meanings of the variable.
Because the "static" in C++ has both storage and linkage meanings, I prefer
to use "global" in stead of the "static" in this context. It is less
confusing.

label

【在 m********5 的大作中提到】
: fix addr? visibility? linkage? Init Destro
: static local Y local internal first call app end
: global Y cross units external before main app end
: static global Y compiling unit internal before main app end
: local N local internal each call call end
: You've seen those names are very twisted.
: The global/static are actually the same thing with different visibility.
: They all get stored in static memory instead of automatic memory or free
: store. So in terms of the storage both `global` and `static` keywords label
: `statically stored` variables.

avatar
f*r
50
算, kua在家被我罚跪主板呢

【在 c********e 的大作中提到】
: 我说呢。。他俩有点像。
: 不知道算不算夫妻相。

avatar
c*4
51
伪币有啥用,顺便问一下..
avatar
f*r
52
你凭什么能代表? 小三上位啦

【在 j**o 的大作中提到】
: 我代表kua的LD向你抗议
avatar
j*n
53
可以买虚拟形象换头像
不过很多人是用来表示礼节
比如我回答了你一个疑惑
你可以转一些伪币给我,我们就是朋友了
注意你每天只能转1000

【在 c*********4 的大作中提到】
: 伪币有啥用,顺便问一下..
avatar
j*o
54
小三才代表真爱,你懂的

【在 f******r 的大作中提到】
: 你凭什么能代表? 小三上位啦
avatar
g*y
55
学术说你最坏乐 真是没错
你那么有钱还惦记别人的钱 不厚道
每天最多只能转1000
也可以只转10WB

【在 j******n 的大作中提到】
: 可以买虚拟形象换头像
: 不过很多人是用来表示礼节
: 比如我回答了你一个疑惑
: 你可以转一些伪币给我,我们就是朋友了
: 注意你每天只能转1000

avatar
c*e
56
你不是kua俄?怎么又成了他ld

【在 f******r 的大作中提到】
: 算, kua在家被我罚跪主板呢
avatar
a*7
57
说到这个,我倒想起来我车头还有个穿比基尼的小新呢。。。可让叫他来参加活动

【在 b*********k 的大作中提到】
: 有小新类型的小朋友,不信你问气龙。。。
avatar
c*e
58
不同意!
--小四

【在 j**o 的大作中提到】
: 小三才代表真爱,你懂的
avatar
b*k
59
好啊好啊

【在 a*********7 的大作中提到】
: 说到这个,我倒想起来我车头还有个穿比基尼的小新呢。。。可让叫他来参加活动
avatar
f*r
60
你个脑残90后

【在 j**o 的大作中提到】
: 小三才代表真爱,你懂的
avatar
c*e
61
别以为你是丫头我就不敢封你。

【在 f******r 的大作中提到】
: 你个脑残90后
avatar
f*r
62
我愿意分裂

【在 c********e 的大作中提到】
: 你不是kua俄?怎么又成了他ld
avatar
j*o
63
你才90后,你们全班都是90后

【在 f******r 的大作中提到】
: 你个脑残90后
avatar
j*o
64
我坚决反对封丫头

【在 c********e 的大作中提到】
: 别以为你是丫头我就不敢封你。
avatar
c*e
65
好,我宣布你和你是合法的夫妻了。

【在 f******r 的大作中提到】
: 我愿意分裂
avatar
c*e
66
不像趁机观察她的马甲?

【在 j**o 的大作中提到】
: 我坚决反对封丫头
avatar
D*a
67
re
avatar
d*d
68
吃两个

【在 j**o 的大作中提到】
: 发包子庆祝八卦版荣膺三甲。
: 我本人不介意多吃两个

avatar
d*d
69
2

【在 d********d 的大作中提到】
: 吃两个
avatar
b*p
70
要。。。。。
吃。。。。。
avatar
r*y
71
Rosie 就是 Rosie

【在 c********e 的大作中提到】
: 还是rosie?
avatar
f*r
72
有种你封我主id, yatou22

【在 c********e 的大作中提到】
: 别以为你是丫头我就不敢封你。
avatar
M*i
73
好的呀

【在 j**o 的大作中提到】
: 发包子庆祝八卦版荣膺三甲。
: 我本人不介意多吃两个

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