由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - C++ Q33: typedef (B4_20)
相关主题
One question about Void pointer (转载)C里的int和long有区别吗
Char x[] = "abc"; 是在heap还是stack上? (转载)请教一个 c++ member function pointer 问题
请教个C++编程思路请教如何实现图的数据结构C++
为什么C++的constructor出错可以抛出异常,而destructor出错C++高手看下这个LC的LRU Cache的实现
A malloc/free question using C/C++问个C++题
请教一个C/C++问题凌晨的飞机,第一个travel的onsite
回馈本版,贴ms onsite面经Two C++ questions from Bloomberg on-site
难道我下载到的是盗版CareerCup 150??C++ Q48: illegal operation (C33)
相关话题的讨论汇总
话题: typedef话题: using话题: reduces话题: variables
进入JobHunting版参与讨论
1 (共1页)
c**********e
发帖数: 2007
1
What is a benefit of using "typedef"?
a) It reduces the amount of memory required to create variables.
b) It creates more efficient code.
c) It increases performance by allocating more memory to create variables.
d) Using typedef can reduce the complexity of type definitions.
e) On most systems, using typedef for function definitions reduces link
times.
P*******b
发帖数: 1001
2
应该是d吧。
x***y
发帖数: 633
3
yes, it's d...

【在 P*******b 的大作中提到】
: 应该是d吧。
1 (共1页)
进入JobHunting版参与讨论
相关主题
C++ Q48: illegal operation (C33)A malloc/free question using C/C++
C++ Q66: reverse a string -- is it efficient请教一个C/C++问题
Two classic C++ question, how to answer回馈本版,贴ms onsite面经
Bloomberg面经+个人找工作小感难道我下载到的是盗版CareerCup 150??
One question about Void pointer (转载)C里的int和long有区别吗
Char x[] = "abc"; 是在heap还是stack上? (转载)请教一个 c++ member function pointer 问题
请教个C++编程思路请教如何实现图的数据结构C++
为什么C++的constructor出错可以抛出异常,而destructor出错C++高手看下这个LC的LRU Cache的实现
相关话题的讨论汇总
话题: typedef话题: using话题: reduces话题: variables