3.26 crazy game face

1. Self-introduction

2. interested in doing crazy game

3.C ++ has two classes A, B, B inherits class A, class A has a virtual method F (), type B also has a method of F (), can be A * a = new B it, in turn it?

4. Invoke f () method A class pointer, using the A or B? What is characteristic?

5. A can call the f () method do? How to call?

6. The principle of virtual functions.

7. destructor effect, must define under what circumstances.

8. copy constructor effect.

9. The difference between pointers and references.

10. The difference of the heap and stack.

And map the difference 11.vector.

12. a bunch of objects, each object has a time (be ordered), after each amendment request reordering, how is the best? (A first insertion sort, later said red-black tree)

13. Insert red-black tree, looking complexity.

14. What sort algorithm? (Hill sorting doing my part to pull out of this case)

15.TCP and UDP difference

16. Is there a mechanism to ensure reliable transmission udp? (Seen not)

17. give you a bunch of resources and some threads, how to ensure that deadlock does not occur.

18. Is there a simple way.

19. The back chat, and asked the company's technology, the interviewer asked if I wanted to do front-end (a head life insurance)

Guess you like

Origin www.cnblogs.com/Carits/p/12576944.html