diff -r 4891d49809bb -r 2b3996fc09a1 core/com.nokia.carbide.cpp.compiler.doc.user/html/emb_systems/emb_differences.htm --- a/core/com.nokia.carbide.cpp.compiler.doc.user/html/emb_systems/emb_differences.htm Mon Jul 19 15:31:48 2010 -0500 +++ b/core/com.nokia.carbide.cpp.compiler.doc.user/html/emb_systems/emb_differences.htm Mon Jul 19 16:13:24 2010 -0500 @@ -1,35 +1,35 @@ - - - - - -Differences Between ISO C++ and EC++ - - - -

Differences Between ISO C++ and EC++

-

The EC++ proposal does not support the following ISO C++ (ANSI C++) features.

-

Templates

-

ANSI C++ supports templates. The EC++ proposal does not include template support for class or functions.

-

Libraries

-

The EC++ proposal supports the <string>, <complex>, <ios>, <streambuf>, <istream>, and <ostream> classes, but only in a non-template form. The EC++ specifications do not support any other ANSI C++ libraries, including the STL-type algorithm libraries.

-

File Operations

-

The EC++ proposal does not support any file operations except simple console input and output file types.

-

Localization

-

The EC++ proposal does not contain localization libraries because of the excessive memory requirements.

-

Exception Handling

-

The EC++ proposal does not support exception handling.

-

Unsupported Language Features

-

The EC++ proposal does not support the following language features:

- - - - - - + + + + + +Differences Between ISO C++ and EC++ + + + +

Differences Between ISO C++ and EC++

+

The EC++ proposal does not support the following ISO C++ (ANSI C++) features.

+

Templates

+

ANSI C++ supports templates. The EC++ proposal does not include template support for class or functions.

+

Libraries

+

The EC++ proposal supports the <string>, <complex>, <ios>, <streambuf>, <istream>, and <ostream> classes, but only in a non-template form. The EC++ specifications do not support any other ANSI C++ libraries, including the STL-type algorithm libraries.

+

File Operations

+

The EC++ proposal does not support any file operations except simple console input and output file types.

+

Localization

+

The EC++ proposal does not contain localization libraries because of the excessive memory requirements.

+

Exception Handling

+

The EC++ proposal does not support exception handling.

+

Unsupported Language Features

+

The EC++ proposal does not support the following language features:

+ + + + + +