由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 请问如何准备C/C++面试
相关主题
another c++ questionC++ Q48: illegal operation (C33)
关于polymorphism和overloadingC++ 面试题
C++: 如何对const data member做assignment?C++ question
G家电面,这回肯定挂了。附面经。bloomberg面经
Amazon 2nd Phone InterviewElements of Programming Interviews 第16.1题答案是不是有问题?
C++ online Test 一题bloomberg online assessement (JAVA) 4
请教operator const char*() 的问题Failed B Phone Interview...
请问一道c++题目新手问个初级问题, 面试coding的时候数字转字符串用itoa还是stringstream?
相关话题的讨论汇总
话题: c++话题: 区别话题: elements话题: interviews
进入JobHunting版参与讨论
1 (共1页)
q******n
发帖数: 270
1
请各位大牛们介绍一下如何准备C/C++面试过程,除了要去Leetcode刷题外,需要看哪
些书籍。我现在的工作是写C程序。多谢了!
g*********e
发帖数: 14401
2
effective c++
b*****a
发帖数: 70
3
Elements of Programming Interviews.
This book is mainly written in C++.
g*******u
发帖数: 3948
4
如果是c++的话 我大体随便说几个
虚函数
多太
纯虚
虚拟继承(这个貌似很麻烦)
reference count (smart pointer)
stl: list和vector 区别
stl的algorithm 常用函数
用两个stack 模拟queue
friend class
template class 和function
字符串的 比如 const char* 和 char * const 的区别, 理解strcpy的原理,
数组和指针的区别, 字符数组 字符串的区别
overload and override
exception
c++ 三种cast
S**I
发帖数: 15689
5
C还是C++?这俩区别很大。

【在 q******n 的大作中提到】
: 请各位大牛们介绍一下如何准备C/C++面试过程,除了要去Leetcode刷题外,需要看哪
: 些书籍。我现在的工作是写C程序。多谢了!

w**s
发帖数: 339
6
同意这个

【在 g*********e 的大作中提到】
: effective c++
l*********u
发帖数: 19053
7
多太,英文是什么?diamond shape inheritance?

【在 g*******u 的大作中提到】
: 如果是c++的话 我大体随便说几个
: 虚函数
: 多太
: 纯虚
: 虚拟继承(这个貌似很麻烦)
: reference count (smart pointer)
: stl: list和vector 区别
: stl的algorithm 常用函数
: 用两个stack 模拟queue
: friend class

g*******u
发帖数: 3948
8
polymorphism 啊

【在 l*********u 的大作中提到】
: 多太,英文是什么?diamond shape inheritance?
l*********u
发帖数: 19053
9
谢谢。半路出家的,没猜出来这个 :)

【在 g*******u 的大作中提到】
: polymorphism 啊
g*********e
发帖数: 14401
10

Polypeptide

【在 l*********u 的大作中提到】
: 多太,英文是什么?diamond shape inheritance?
q******n
发帖数: 270
11
多谢各位大牛。
小结一下:
C++:
effective c++
Elements of Programming Interviews.
概念:
虚函数
多太
纯虚
虚拟继承(这个貌似很麻烦)
reference count (smart pointer)
stl: list和vector 区别
stl的algorithm 常用函数
用两个stack 模拟queue
friend class
template class 和function
字符串的 比如 const char* 和 char * const 的区别, 理解strcpy的原理,
数组和指针的区别, 字符数组 字符串的区别
overload and override
exception
c++ 三种cast
如果准备C面试,需要看什么书啊。
h**********k
发帖数: 105
12
cracking code as much as u can
1 (共1页)
进入JobHunting版参与讨论
相关主题
新手问个初级问题, 面试coding的时候数字转字符串用itoa还是stringstream?Amazon 2nd Phone Interview
有人看这本书吗 Elements of Programming InterviewsC++ online Test 一题
how to access a const char array in a function请教operator const char*() 的问题
问一道Google的题请问一道c++题目
another c++ questionC++ Q48: illegal operation (C33)
关于polymorphism和overloadingC++ 面试题
C++: 如何对const data member做assignment?C++ question
G家电面,这回肯定挂了。附面经。bloomberg面经
相关话题的讨论汇总
话题: c++话题: 区别话题: elements话题: interviews