由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 大家谈谈看???
相关主题
新鲜 interveiw questions有面过knight的吗
A question about C++. Thanks.C++ Q68: initialization (skillport)
written test from Interactive Brokers问一个c++问题关于reference vs. pointer
大家来讨论一下c++吧面试就是面试问题,跟实际问题差太远
C++相关的面经singleton pattern problem
C++ online Test 一题Secure communication puzzle
问一个constructor的问题bloomberg 问题: C++ construct 时用 new 没"()"
static initialization dependency c++ (转载)[板上牛人多]问个算法题
相关话题的讨论汇总
话题: does话题: answer话题: example话题: general话题: 谈谈
进入JobHunting版参与讨论
1 (共1页)
m*********y
发帖数: 127
1
Please answer the following c++ questions. Do not simply answer yes/no.
Always explain your assumptions and reasoning.
1. memset is sometimes used to initialize data in a constructor like the
example below. What is the benefit of initializing this way? Does it work
in this example? Does it work in general ? Is it a good idea in general?
class A {
public:
A();
private:
int a;
float f;
char str[35];
long *lp;
};
A::A()
1 (共1页)
进入JobHunting版参与讨论
相关主题
[板上牛人多]问个算法题C++相关的面经
刚看了下shuffle算法。发现有个问题C++ online Test 一题
发几个C++面试题,senior的职位问一个constructor的问题
google新题, candy crashstatic initialization dependency c++ (转载)
新鲜 interveiw questions有面过knight的吗
A question about C++. Thanks.C++ Q68: initialization (skillport)
written test from Interactive Brokers问一个c++问题关于reference vs. pointer
大家来讨论一下c++吧面试就是面试问题,跟实际问题差太远
相关话题的讨论汇总
话题: does话题: answer话题: example话题: general话题: 谈谈