- 1、本文档共17页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
毕业论文外文翻译-利用VsualC把代码运行在多平台上
外文原文
From one code base to many platforms using Visual C++
Multiple-platform development is a hot issue today. Developers want to be able to support diverse platforms such as the Microsoft? Windows? version 3.x, Microsoft Windows NT?, and Microsoft Windows 95 operating systems, and Apple?, Macintosh?, UNIX, and RISC (reduced instruction set computer) machines. Until recently, developers wanting to build versions of their application for more than one platform had few choices:
Maintain separate code bases for each platform, written to the platforms native application programming interface (API).
Write to a virtual API such as those provided by cross-platform toolsets.
Build their own multiple-platform layer and support it.
Today, however, a new choice exists. Developers can use their existing code written to the Windows API and, using tools available from Microsoft and third parties, recompile for all of the platforms listed above. This paper looks at the methods and some of the issues involved in doing so.
Currently the most lucrative market for graphical user interface (GUI) applications, after Microsoft Windows, is the Apple Macintosh. However, vast differences separate these wholly different operating systems, requiring developers to learn new APIs, programming paradigms, and tools. Generally, Macintosh development requires a separate code base from the Windows sources, increasing the complexity of maintenance and enhancement.
Because porting code from Windows to the Macintosh can be the most difficult porting case, this paper concentrates in this area. In general, if your code base is sufficiently portable to enable straightforward recompiling for the Macintosh (excluding any platform-specific, or edge code, you may elect to include), youll find that it will come up on other platforms easily as well.
Microsoft Visual C++? Cross-Development Edition for Macintosh (Visual C++ for Mac?) provides a set of Windows NT– or Windows 95–hosted tools for recompiling your W
您可能关注的文档
- 框剪结构构振动分析毕业论文.doc
- 案例研讨法在饭店人力资源管专业教学中的应用论文.doc
- 案例教学法在高职《企业审计》课程的用毕业论文.doc
- 案例分析用短壁开采的方式来回收煤柱毕业论文外文翻译.doc
- 框架宿舍楼设毕业设计.docx
- 框剪结构结构振动分毕业论文.docx
- 框架结构办楼土木毕业设计.doc
- 桐庐淼达蜂窝纸艺制造有限公司#厂房毕业设计.doc
- 框架剪力墙结构教师公寓设计毕设计计算书.doc
- 桌而不群桌室内设计毕业论文.docx
- 2025年纺织服装行业出口贸易与行业品牌国际化进程分析报告.docx
- 2025年纺织服装行业出口贸易产业政策调整与形势分析报告.docx
- 2025年纺织服装行业出口贸易与行业技术创新发展趋势报告.docx
- 2025年纺织服装行业出口贸易产业布局与形势研究报告.docx
- 2025年纺织服装行业出口贸易产业链上下游协同发展分析报告.docx
- 基坑工程安全管理课件必威体育精装版完整版本.pptx
- 2025年纺织服装行业出口贸易产业政策效果分析报告.docx
- 2025年纺织服装行业出口贸易产业园区建设与运营研究报告.docx
- 2025年纺织服装行业出口贸易产业链协同与优化报告.docx
- 2025年纺织服装行业出口贸易产业链金融创新分析报告.docx
文档评论(0)