由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 32bit vs 64 bit
相关主题
看到一个c的面试题,求教。一道面试题(integer to binary string)
C++ Q78: about sizeof问一道bloomberg的题
C++ Q93 - Q95Yelp 面试
combinations 有没有 iterative的方法阿 ?一个小问题,请高人指点!
google youtube interview, 莫名被拒。。。。。。HashTable space complexity?
O(N) sort integer arrayAmazon面经
details 2nd smallest element in an array想成为嵌入式程序员应知道的0x10个基本问题 zz
怎么把 integer 转为 multi-byte integer format? (转载)[合集] 想成为嵌入式程序员应知道的0x10个基本问题 zz
相关话题的讨论汇总
话题: bit话题: 64话题: integer话题: c++话题: 32bit
进入JobHunting版参与讨论
1 (共1页)
w****f
发帖数: 684
1
C++ bit operation: what is the difference in 32 bit/64 bit machine?
c****9
发帖数: 164
2
只知道 address 4byte vs 8byte(like pointor)
w****f
发帖数: 684
3
32 bit: 1 integer is 4 bytes =32 bits,
64 bit: 1 integer is 8 bytes? Or one address can store two integers?
w**z
发帖数: 8232
4
还是java好。

【在 w****f 的大作中提到】
: 32 bit: 1 integer is 4 bytes =32 bits,
: 64 bit: 1 integer is 8 bytes? Or one address can store two integers?

c****9
发帖数: 164
5

integer还是4bit,因为默认都是32bit的integer,至少C++ C#是

【在 w****f 的大作中提到】
: 32 bit: 1 integer is 4 bytes =32 bits,
: 64 bit: 1 integer is 8 bytes? Or one address can store two integers?

w****f
发帖数: 684
6
我相信是这样,可coding C++ 在32bit/64bit 有何不同呢? 内存处理(如果需要
)有没有区别?

【在 c****9 的大作中提到】
:
: integer还是4bit,因为默认都是32bit的integer,至少C++ C#是

c****p
发帖数: 6474
7
sizeof(int)变了?

【在 w****f 的大作中提到】
: 我相信是这样,可coding C++ 在32bit/64bit 有何不同呢? 内存处理(如果需要
: )有没有区别?

1 (共1页)
进入JobHunting版参与讨论
相关主题
[合集] 想成为嵌入式程序员应知道的0x10个基本问题 zzgoogle youtube interview, 莫名被拒。。。。。。
google 首轮面世汇报O(N) sort integer array
Google电话面试题目details 2nd smallest element in an array
[合集] Google电话面试题目怎么把 integer 转为 multi-byte integer format? (转载)
看到一个c的面试题,求教。一道面试题(integer to binary string)
C++ Q78: about sizeof问一道bloomberg的题
C++ Q93 - Q95Yelp 面试
combinations 有没有 iterative的方法阿 ?一个小问题,请高人指点!
相关话题的讨论汇总
话题: bit话题: 64话题: integer话题: c++话题: 32bit