avatar
问个INTERVIEW QUESTION# Programming - 葵花宝典
s*n
1
【 以下文字转载自 LeisureTime 讨论区 】
发信人: suwen (一两个人渣), 信区: LeisureTime
标 题: 谁给我推荐几首bonfire
发信站: BBS 未名空间站 (Sat Apr 30 18:51:29 2011, 美东)
今天听了那个you make me feel,超给力啊。
http://www.youtube.com/watch?v=ir-BF571APM
avatar
o*l
2
鲁迅先生笔下创作了一个不朽的形象,就是阿Q。他拥有称作一种精神胜利法的东西,
面对强势群体的欺凌,他没有其他办法,唯有在嘴上占点便宜,在心理上寻求安慰。
这种精神胜利法真的只能被称作国民劣根性吗?我想,并不尽然。这种东西,从另一个
方面讲,也是我们提高心理素质的一种方法。还记得总有些心灵鸡汤说:发生的某件事
情本身并没有好坏,重要的是我们看待它的角度。从心灵鸡汤的角度看,阿Q 精神是不
是还是值得我们学习的?
在任何一个群体中,总是存在着不公平,而我们面对不公平时,总会认为,这是因为人
家在的单位好,这是因为人家能力高,从某种角度看,维护了社会和谐。
诚然,他欺凌小尼姑,瞧不起比他更的弱小群体,这是绝不能提倡的,但我们也可以理
解。因为阿Q的形象,就包含了每一个人的侧面,他所拥有的,每个人都不可不免地携
带一二。
阿Q,这个经典的人物形象,以及他所具有的精神胜利法,也许不单单是国民劣根性,
而是可以被看做心灵鸡汤,在这样纷繁复杂的世界中,这样的自我麻醉,这样的难得糊
涂,或许能让我们活得更容易。
avatar
g*p
3
re pentium post only please
wallop was here more than two years.
I raided the bee nest. :( explosion need.
I am working hard on those people who need invitation. be patient.
avatar
m*o
4
5. Suppose you're responsible for writing class MyClass as part of a static
library.
a. How do you enforce that a single instance of this class be used at
compile-time.
b. How do you enforce that instances only be allocated on the stack, but
not on the heap, at compile-time.
avatar
j*d
5
you work really hard. Support u
avatar
d*d
6
a, singleton

static
but

【在 m*******o 的大作中提到】
: 5. Suppose you're responsible for writing class MyClass as part of a static
: library.
: a. How do you enforce that a single instance of this class be used at
: compile-time.
: b. How do you enforce that instances only be allocated on the stack, but
: not on the heap, at compile-time.

avatar
b*n
7
重点都是compile-time吧。

【在 d*******d 的大作中提到】
: a, singleton
:
: static
: but

avatar
m*o
8
thanks men, how about (B)?
avatar
T*i
9
protected/private new/delete operator

【在 m*******o 的大作中提到】
: thanks men, how about (B)?
avatar
T*i
10
?

【在 d*******d 的大作中提到】
: a, singleton
:
: static
: but

avatar
m*o
11
Could you be more specific?
Thanks!

【在 T*******i 的大作中提到】
: protected/private new/delete operator
avatar
d*d
12
global variabal, static variable may exist in heap.
你光overload new/delete,并且private它们,还是不能防止global variable/static
variable啊。

【在 T*******i 的大作中提到】
: ?
avatar
T*i
13
你快去翻书,呵呵

static

【在 d*******d 的大作中提到】
: global variabal, static variable may exist in heap.
: 你光overload new/delete,并且private它们,还是不能防止global variable/static
: variable啊。

avatar
d*d
14
oh,看来绝大部分情况下,global/static在另外一个单独的global area.
如果是这样的话,你要就可以了。

【在 T*******i 的大作中提到】
: 你快去翻书,呵呵
:
: static

avatar
s*b
15
还是有很多c的操作,malloc()还是在heap上,好麻烦,不过回答你这些也应该够了

【在 T*******i 的大作中提到】
: protected/private new/delete operator
avatar
r*r
16
alloca() 行不行?
avatar
b*e
17
这个compile-time的意思就是在compile阶段就可以保证吧. 这样说听起来别扭.

static
but

【在 m*******o 的大作中提到】
: 5. Suppose you're responsible for writing class MyClass as part of a static
: library.
: a. How do you enforce that a single instance of this class be used at
: compile-time.
: b. How do you enforce that instances only be allocated on the stack, but
: not on the heap, at compile-time.

avatar
s*b
18
仔细读一下,TIC,complie time就能保证的,是最好的code

【在 b*****e 的大作中提到】
: 这个compile-time的意思就是在compile阶段就可以保证吧. 这样说听起来别扭.
:
: static
: but

avatar
l*c
19
I believe this is the better solution.
With private new/delete, you can only ensure it is not on heap.
use alloca() along with placement new, you can force it to be on stack.

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