由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - C++ Q68: initialization (skillport)
相关主题
最新某公司onsite面试题A question about C++. Thanks.
这个拷贝构造函数有什么问题?一个简单的问题
问一个C++ set和unordered_set iterator的问题regex 用DP做对不对啊?
static initialization dependency c++ (转载)Amazon电面 (05/02/09更新第二次,第三次电面)
有面过knight的吗[合集] 贡献几个C/C++编程电话面试题
问一个c++问题关于reference vs. pointer如何准备bloomberg online test
bloomberg 问题: C++ construct 时用 new 没"()"一个电面
发几个C++面试题,senior的职位written test from Interactive Brokers
相关话题的讨论汇总
话题: skillport话题: char话题: q68话题: c++
进入JobHunting版参与讨论
1 (共1页)
c**********e
发帖数: 2007
1
Assume that the following are defined in a class as private data members.
Identify the data member that can't be initialized in a class constructor.
a) static char c
b) char *ps
c) char c
d) char c[80]
a****o
发帖数: 686
2
a)
请问什么是skillport?

【在 c**********e 的大作中提到】
: Assume that the following are defined in a class as private data members.
: Identify the data member that can't be initialized in a class constructor.
: a) static char c
: b) char *ps
: c) char c
: d) char c[80]

t*****j
发帖数: 1105
3
a

members.
constructor.

【在 c**********e 的大作中提到】
: Assume that the following are defined in a class as private data members.
: Identify the data member that can't be initialized in a class constructor.
: a) static char c
: b) char *ps
: c) char c
: d) char c[80]

c**********e
发帖数: 2007
4
a) is right.
It is a training company.

【在 a****o 的大作中提到】
: a)
: 请问什么是skillport?

M********5
发帖数: 715
5
肯定是a啊,理由是static的只能在class之外初始化
1 (共1页)
进入JobHunting版参与讨论
相关主题
written test from Interactive Brokers有面过knight的吗
One C++ question问一个c++问题关于reference vs. pointer
再问C++bloomberg 问题: C++ construct 时用 new 没"()"
bloomberg 面经发几个C++面试题,senior的职位
最新某公司onsite面试题A question about C++. Thanks.
这个拷贝构造函数有什么问题?一个简单的问题
问一个C++ set和unordered_set iterator的问题regex 用DP做对不对啊?
static initialization dependency c++ (转载)Amazon电面 (05/02/09更新第二次,第三次电面)
相关话题的讨论汇总
话题: skillport话题: char话题: q68话题: c++