core/com.nokia.carbide.cpp.doc.user/html/tasks/start/carbide_overview.htm
author fturovic <frank.turovich@nokia.com>
Fri, 16 Apr 2010 09:51:37 -0500
branchRCL_2_4
changeset 1225 a546534a48de
parent 300 29086e45f9ce
child 1791 727385d8e2b3
permissions -rw-r--r--
minor edits to remote conn pages, updated copyrights, fixed some broken links
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
80
61ef8f7de1aa updated welcome section of manual, bug fixes, and TOC
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
61ef8f7de1aa updated welcome section of manual, bug fixes, and TOC
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     2
<html>
61ef8f7de1aa updated welcome section of manual, bug fixes, and TOC
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     3
<head>
61ef8f7de1aa updated welcome section of manual, bug fixes, and TOC
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     4
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
61ef8f7de1aa updated welcome section of manual, bug fixes, and TOC
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     5
<meta http-equiv="Content-Style-Type" content="text/css" />
61ef8f7de1aa updated welcome section of manual, bug fixes, and TOC
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     6
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
61ef8f7de1aa updated welcome section of manual, bug fixes, and TOC
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     7
<title>Carbide Overview</title>
61ef8f7de1aa updated welcome section of manual, bug fixes, and TOC
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     8
<link rel="StyleSheet" href="../../../book.css" type="text/css"/>
61ef8f7de1aa updated welcome section of manual, bug fixes, and TOC
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
     9
</head>
61ef8f7de1aa updated welcome section of manual, bug fixes, and TOC
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    10
<body bgcolor="#FFFFFF">
61ef8f7de1aa updated welcome section of manual, bug fixes, and TOC
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    11
<h2>Carbide Overview</h2>
61ef8f7de1aa updated welcome section of manual, bug fixes, and TOC
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    12
<p>Carbide is an integrated development environment (IDE) designed to develop <a href="http://www.SymbianFoundation.org">Symbian</a> applications for mobile devices. Carbide is built using the open source <a href="http://www.eclipse.org">Eclipse</a> and C/C++ development toolkit (CDT) projects as its base with a wealth of additional tools that make it ideal for developing mobile applications. Carbide includes all the tools necessary to develop mobile applications including editors, GUI designers, project management tools, source code analysis tools, compilers, debuggers, profilers, on-device agents, revision control systems,and much more.</p>
61ef8f7de1aa updated welcome section of manual, bug fixes, and TOC
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    13
<p>The basic structure of creating applications is easy to understand. You create a project, add some code, compile it into an executable file, then test it on an emulator, a simulator, or the actual device. If the application is compiled for debugging you can also control the program from within Carbide to ensure that the program behaves as expected using breakpoints, watchpoints, view variables, memory, stack traces, and other intimate details of the program as it runs.</p>
61ef8f7de1aa updated welcome section of manual, bug fixes, and TOC
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    14
<p>To learn more about Carbide, see the following topics:</p>
61ef8f7de1aa updated welcome section of manual, bug fixes, and TOC
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    15
<ul>
61ef8f7de1aa updated welcome section of manual, bug fixes, and TOC
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    16
  <li><a href="carbide_requirements.htm">Carbide system requirements</a></li>
61ef8f7de1aa updated welcome section of manual, bug fixes, and TOC
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    17
  <li><a href="carbide_help.htm">Carbide Help</a></li>
61ef8f7de1aa updated welcome section of manual, bug fixes, and TOC
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    18
  <li><a href="carbide_updating.htm">Updating Carbide</a></li>
61ef8f7de1aa updated welcome section of manual, bug fixes, and TOC
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    19
</ul>
1225
a546534a48de minor edits to remote conn pages, updated copyrights, fixed some broken links
fturovic <frank.turovich@nokia.com>
parents: 300
diff changeset
    20
<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>
80
61ef8f7de1aa updated welcome section of manual, bug fixes, and TOC
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    21
61ef8f7de1aa updated welcome section of manual, bug fixes, and TOC
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    22
</body>
61ef8f7de1aa updated welcome section of manual, bug fixes, and TOC
fturovic <frank.turovich@nokia.com>
parents:
diff changeset
    23
</html>