core/com.nokia.carbide.cpp.doc.user/html/concepts/Introduction.html
author fturovic <frank.turovich@nokia.com>
Thu, 29 Jul 2010 14:41:38 -0500
changeset 1725 90bba933bb36
parent 1376 120480c02651
child 2131 ff0156b93599
permissions -rw-r--r--
added views overview and modified css file colors

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>Introduction in Getting Started</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
<body>
<h2>Getting Started</h2>
	 <p>
		The Symbian OS plug-ins for the Eclipse environment help provide support
		for developers to create and build C++ programs that run on Symbian OS. 
	 </p> 
	 <p>
		The plug-ins provide the following support to Symbian OS developers: 
	 </p> 
 
	 <ul> 
		<li> 
		  <p>
			 <b>Project Support</b>: developers can create new Symbian OS
			 projects  based on provided templates. Projects can also be
			 <a href="../tasks/ImportingProjects.html">imported</a> from the traditional <span class="ProgramOutput">bld.inf</span>  file formats. 
		  </p> 
		</li> 
		<li> 
		  <p>
			 <b>Build Support</b>: The Symbian OS plug-ins eliminate the
			 need to use command line build tools to ease Symbian OS development.
			 Programs can be built and run from within the IDE. The developer can
			 also choose to build the binary automatically while saving the project. 
		  </p> 
		</li> 
		<li> 
		  <p>
			 <b>SDK Support</b>: users of the Carbide.c++  IDE can use a predefined series of <a href="../sos_references.htm">supported SDKs</a>. Developers can choose which of their
		  installed SDKs to work with for a particular project. </p> 
		</li> 
	 </ul>

	 <p>
		Documentation is available in the <b>C/C++ Development Toolkit User Guide</b> (CDT) for the  Symbian OS plug-ins that work with the C/C++ Development Toolkit (CDT). Programming for Symbian OS based platforms is described in the
		documentation supplied with the development kit that you use. Please consult
		that documentation for further information on Symbian OS concepts and
		development processes.</p>
     <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>

</body>
</html>