diff -r 80ef3a206772 -r 48780e181b38 Symbian3/SDK/Source/GUID-A2031A61-3319-4FBA-BC71-AC1327182053.dita --- a/Symbian3/SDK/Source/GUID-A2031A61-3319-4FBA-BC71-AC1327182053.dita Fri Jul 16 17:23:46 2010 +0100 +++ b/Symbian3/SDK/Source/GUID-A2031A61-3319-4FBA-BC71-AC1327182053.dita Tue Jul 20 12:00:49 2010 +0100 @@ -16,7 +16,7 @@ and Standard Template Library Documentation

C++ IOStream library documentation can be found at http://www.slac.stanford.edu/comp/unix/gnu-info/iostream_toc.html.

Similarly, Standard Template Library (STL) documentation can be found at http://www.informatik.uni-freiburg.de/~danlee/fun/STL-doc/STL.html.

-
Changes to +<section id="GUID-BF521201-7BE5-4AC5-8D35-1E15AC4887C7-GENID-1-10-1-13-1-1-9-1-5-1-3-2"><title>Changes to the MMP file

Add needed libraries used by the MMP file structure:

If developers want to use any of Standard C++ library, they must link to the corresponding library in the MMP file using the LIBRARY keyword.

If @@ -53,7 +53,7 @@ more stack space. The recommended stack size is 10K. To set the stack size to 10K add: EPOCSTACKSIZE 0x10000

in the MMP file.

-
Example using <codeph>main()</codeph> +
Example using <codeph>main()</codeph>

A simple example using main() as an entry point is described below. The example writes a text to a console.