blob: 5ee8cf34cec1ec591fc80bb0c64a97da326f8e64 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.ord/TR/html4/loose.dtd">
<html>
<head>
<title>About This Guide</title>
</head>
<body bgcolor="#ffffff" text="#000000">
<h1><a name="id1">About This Guide</a></h1>
<p>The C/C++ Development Tools (CDT) <cite>User's Guide</cite> describes the components
of the CDT Eclipse plugins that are available as part of the Eclipse project. This guide
describes how to use the CDT tools environment to build your C/C++ based applications.
</p>
<p>The following may help you find information quickly:
</p>
<table border=1 width="100%">
<tr>
<th>If you want to:</th>
<th>See:</th>
</tr>
<tr>
<td>Learn about perspectives, views, and editors </td>
<td><a href="conc.html">IDE Concepts</a></td>
</tr>
<tr>
<td>Create a C or C++ program </td>
<td><a href="cdev.html">Developing C/C++ Programs</a></td>
</tr>
<tr>
<td>Track and control different versions of software </td>
<td><a href="cvs.html">Source Control</a></td>
</tr>
<tr>
<td>Debug your executables </td>
<td><a href="dbug.html">Debugging Programs</a></td>
</tr>
<tr>
<td>Create a new QNX C Application project </td>
<td><a href="cwiz.html">Common Wizards</a></td>
</tr>
<tr>
<td>Run or debug your program </td>
<td><a href="lnch.html">Starting Your Programs</a></td>
</tr>
</table>
</p>
<p>This book is organized so you can learn what you need to know quickly and easily. Each chapter has these common sections:
</p>
<ul>
<li>The overview gives you a quick synopsis of what you're about to learn.
</li>
<li>The suggested reading section tells you what you should know before starting each chapter.
</li>
<li>The related information section gives you a quick list of the supporting material, including tutorials and movies. Some are marked "recommended."
</li>
<li>The "How ... works" section gives you an idea of what's happening "underneath the covers" -- how the IDE, the host, and the target work together.</li>
</ul>
<p>The tutorials are in a separate guide so you can print and use them side by side with the corresponding chapters in this guide.</p>
<p>
</p>
<h1><a name="id3">Assumptions</a></h1>
<p>This guide assumes the following:
</p>
<ul>
<li>You've already installed the base Eclipse components.</li>
<li>You've installed the C/C++ Development Tools (CDT) plugin feature.</li>
<li>You can write code in C or C++.</li>
</ul>
<h1><a name="id5">Note to Windows users</a></h1>
<p>In our documentation, we use a forward slash
(<tt>/</tt>) as a delimiter in <em>all</em> pathnames,
including those pointing to Windows files.
</p>
<p>We also generally follow POSIX/UNIX filesystem conventions.
</p>
</body>
</html>
<!--
/**********************************************************************
* Copyright (c) 2002,2003 QNX Software Systems Ltd. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v0.5
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v05.html
*
* Contributors:
* QNX Software Systems - Initial API and implementation
***********************************************************************/
-->