⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 c-wfc1.html

📁 this about vxworks operations systems
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"><html><head><link rel="STYLESHEET" type="text/css" href="wrs.css"><title>    C++ Development   </title></head><body bgcolor="FFFFFF"><p class="navbar" align="right"><a href="index.html"><img border="0" alt="[Contents]" src="icons/contents.gif"></a><a href="GuideIX.html"><img border="0" alt="[Index]" src="icons/index.gif"></a><a href="c-wfc.html"><img border="0" alt="[Top]" src="icons/top.gif"></a><a href="c-wfc.html"><img border="0" alt="[Prev]" src="icons/prev.gif"></a><a href="c-wfc2.html"><img border="0" alt="[Next]" src="icons/next.gif"></a></p><font face="Helvetica, sans-serif" class="sans"><h3 class="H2"><i><a name="84373">5.1  &nbsp;&nbsp;Introduction</a></i></h3></font><dl class="margin"><dl class="margin"><dd><p class="Body"><a name="84375"> </a>In the Tornado environment, C++ development support consists of the GNU C++ toolchain, run-time support, the Standard Template Library (STL), exception handling, Run-Time Type Identification (RTTI), and the Iostream library. In addition, Wind River Systems offers an optional product, the Wind Foundation Classes, providing several additional class libraries to extend VxWorks functionality. </p><dd><p class="Body"><a name="84376"> </a>This chapter discusses basic application development using C++ and provides references to relevant information in other Wind River documentation. In addition, the Iostream library and the Wind Foundation Classes are documented here.</p><dd><p class="Body"><a name="84377"> </a>The Standard Template Library provides support for "generic" programming. Two template instantiation strategies are supported. Templates may be instantiated in every translation unit that uses them, or the compiler can determine where to instantiate them. The STL is VxWorks thread safe at the class level. </p><dd><p class="Body"><a name="84378"> </a>Exception handling is available for use in your application code. The GNU Iostream library does not throw without specific enabling. The STL throws only in some methods in the basic_string class. </p><dd><p class="Body"><a name="84379"> </a>The Iostream library provides support for formatted I/O in C++. The C++ language definition (like C) does not include special input and output statements, relying instead on standard library facilities. The Iostream library provides C++ capabilities analogous to the C functions offered by the <i class="acronym_lc">stdio</i> library. The principal differences are that the Iostream library gives you enhanced type security and can be extended to support your own class definitions. The Iostream library is thread safe at the object level.</p><dd><p class="Body"><a name="84380"> </a>The Wind Foundation Classes consist of a group of libraries (some of which are industry standard) that provide a broad range of C++ classes to extend VxWorks functionality in several important ways. They are called <i class="emphasis">Foundation</i> classes because they provide basic services which are fundamental to many programming tasks, and which can be used in almost every application domain. For information about how to install the Wind Foundation Classes, see <i class="title">Tornado Getting Started</i>. </p><dd><p class="Body"><a name="84381"> </a>The Wind Foundation Classes consist of the following libraries:</p></dl><dl class="margin"><p class="listspace"><ul class="Bullet" type="disc"><li><a name="84382"> </a>VxWorks Wrapper Class library</li></ul></p><p class="listspace"><ul class="Bullet" type="disc"><li><a name="84383"> </a>Tools.h++ library from Rogue Wave Software</li></ul></p></dl></dl><a name="foot"><hr></a><p class="navbar" align="right"><a href="index.html"><img border="0" alt="[Contents]" src="icons/contents.gif"></a><a href="GuideIX.html"><img border="0" alt="[Index]" src="icons/index.gif"></a><a href="c-wfc.html"><img border="0" alt="[Top]" src="icons/top.gif"></a><a href="c-wfc.html"><img border="0" alt="[Prev]" src="icons/prev.gif"></a><a href="c-wfc2.html"><img border="0" alt="[Next]" src="icons/next.gif"></a></p></body></html><!---by WRS Documentation (), Wind River Systems, Inc.    conversion tool:  Quadralay WebWorks Publisher 4.0.11    template:         CSS Template, Jan 1998 - Jefro --->

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -