- 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
您可能关注的文档
最近下载
- 2025年国开 电大计算机应用基础 终结性考试试题及答案 .pdf VIP
- 外研版(2019)高中英语必修第三册 Unit5_Developing_ideas-reading_公开课课件.pptx VIP
- 2025年汽车润滑油行业研究报告及未来五至十年行业趋势预测报告.docx
- 中航集团—国航股份天津分公司招聘笔试题库2025.pdf
- 中国科技金融促进会.doc
- 外研版(2019)高中英语必修第三册 Unit5_Developing_ideas_板块教学设计.docx VIP
- 医疗器械销售中的目标客户挖掘技巧.pptx
- 2025年普通话水平测试试题(20套).docx
- 名著导读《经典常谈》知识点整理及练习.doc VIP
- 汽车铝压铸散热器片行业分析.docx VIP
文档评论(0)