博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
64位平台C/C++开发注意事项
阅读量:5996 次
发布时间:2019-06-20

本文共 1437 字,大约阅读时间需要 4 分钟。

 Pnig0s1992:无奈昂,本本是64位的Win7,访问个注册表都去WoW32Node结点下去了,大体上也许无伤大雅的小程序不会觉得有什么不同,但是一些涉及到操作系统相关的操作,对内存,注册表,用户安全机制的访问和修改就得注意一下64位和32位的区别了。。。

上例出了28个在64位平台上使用C/C++开发的注意事项,对于进入64位时代的程序员应该去看看这28个事项,这些英文读物对于有C/C++功底的朋友读起来应该并不难,我估计大约20-30分钟可以精读完一篇(或者更快),下面是这28个注意事项的列表。相信对大家一点有帮助。

  • . What 64-bit systems are.
  • . Support of 32-bit applications.
  • . Porting code to 64-bit systems. The pros and cons.
  • . Creating the 64-bit configuration.
  • . Building a 64-bit application.
  • . Errors in 64-bit code.
  • . The issues of detecting 64-bit errors.
  • . Static analysis for detecting 64-bit errors.
  • . Pattern 01. Magic numbers.
  • . Pattern 02. Functions with variable number of arguments.
  • . Pattern 03. Shift operations.
  • . Pattern 04. Virtual functions.
  • . Pattern 05. Address arithmetic.
  • . Pattern 06. Changing an array’s type.
  • . Pattern 07. Pointer packing.
  • . Pattern 08. Memsize-types in unions.
  • . Pattern 09. Mixed arithmetic.
  • . Pattern 10. Storage of integer values in double.
  • . Pattern 11. Serialization and data interchange.
  • . Pattern 12. Exceptions.
  • . Pattern 13. Data alignment.
  • . Pattern 14. Overloaded functions.
  • . Pattern 15. Growth of structures’ sizes.
  • . Phantom errors.
  • . Working with patterns of 64-bit errors in practice.
  • . Optimization of 64-bit programs.
  • . Peculiarities of creating installers for a 64-bit environment.
  • . Estimating the cost of 64-bit migration of C/C++ applica
本文转hackfreer51CTO博客,原文链接:http://blog.51cto.com/pnig0s1992/804092,如需转载请自行联系原作者
你可能感兴趣的文章
图表开发控件JavaScript Charts v3.20.13发布|附下载
查看>>
archlinux-netinstall安装
查看>>
alpha版、beta版、rc版的意思
查看>>
genymotion2.8.1安装apk时提示ARM……x86……异常处理
查看>>
《设计模式系列》---责任链模式
查看>>
map
查看>>
用户空间和内核空间
查看>>
如何写一个完善的c++异常处理类
查看>>
centos6.x搭建vsftp
查看>>
kettle初探
查看>>
vcenter添加不了主机
查看>>
MySQLdb安装小记
查看>>
linux中去掉敲命令时 发出烦人的“铛铛铛“的声音
查看>>
我的友情链接
查看>>
伸出手,改变这个不平等的世界
查看>>
polysh批量执行shell命令
查看>>
vim用法
查看>>
标识接口 作用
查看>>
VMware ESXi 5 “基于源虚拟端口ID的路由”
查看>>
delphi DLL动态链接库
查看>>