由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - Embrassed Bloomberg 电面
相关主题
Interview questions, Bloombergwhat is the problem with the following code examples?
问一道c++的题一个c++题(exception handling)
C++ online Test 一题电话中写 code,不是给做弊的机会吗
贴个FLEXTRADE的在线C++测试的题a very general c++ question
Interview Question I Got面试题
问个关于java和C++的问题问个java List的问题
C++11一个新特点都举不出来是不是很夸张求教三进程间同步的问题,原题是CC150第5版的16.5
C++面试问题,如何从一个Class 访问另一class的private member我改了个印度名字投简历
相关话题的讨论汇总
话题: what话题: foo话题: memory话题: function话题: dynamic
进入JobHunting版参与讨论
1 (共1页)
L*******e
发帖数: 114
1
一点废话都没有,全是technical的东西,我实在太水了。
1. what happended after you type shell command in Linux?
2. what is the reason that shell hangs?
3. what is SIGCHILD and how to use it? how the parent process collect status
of child?
4. what is dynamic_cast? give a scenario that requires dynamic_cast? how
dynamic_cast is implmented?
5. What is the issue for the following program?
int main()
{
Foo *p = new Foo(1);
p->function1();
return 0;
}
Suppose Foo is defined already. I said the memory could be leaked, but
not a big deal as main terminates all memory gives back to kernel.It would
be nice if we delete the p after usage. He contiunes that even if we add "
delete p" after function call, it is still possible of memory leak. why? i
replied that "something goes wrong with functional() call". How to prevent?
6. compare map and hashtable? what is the complexity of inserting element to
a map?
what if I have only one element, which one to use?
7. Give two arrays, each contains one million number, how to find one common
on both? if no extra space is allowed, how to do?
8. how to call C++ function from C?
9. write a function in C to reverse a string
10. design a memory pool
11. array vs. linked list.
12. how static is used in C++? suppose you declare a static variable inside
a function, is this variable accessible from outside?
1 (共1页)
进入JobHunting版参与讨论
相关主题
我改了个印度名字投简历Interview Question I Got
IPSoft的面试题,和大家共享下问个关于java和C++的问题
求问一道multithreading问题C++11一个新特点都举不出来是不是很夸张
问一道multithreading的题C++面试问题,如何从一个Class 访问另一class的private member
Interview questions, Bloombergwhat is the problem with the following code examples?
问一道c++的题一个c++题(exception handling)
C++ online Test 一题电话中写 code,不是给做弊的机会吗
贴个FLEXTRADE的在线C++测试的题a very general c++ question
相关话题的讨论汇总
话题: what话题: foo话题: memory话题: function话题: dynamic