Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ba2268bfb36fe29c851ef5c86a82aa568d804f73 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">

<head>
<meta http-equiv="Content-Language" content="en-us">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CDT overview</title>
<link rel="stylesheet" type="text/css" href="../help.css">
</head>

<body>

<h1>CDT overview</h1>

<p>The C/C++ development tool (CDT) is a set of Eclipse plugins that provide a 
C/C++ development environment on the Eclipse platform. For more information on 
Eclipse, see <b>Workbench User Guide &gt; Concepts &gt; Workbench</b>.</p>

<p>The CDT provides a graphical interface for many of the same tools 
that you use from the command line. The CDT communicates with, and interprets 
messages from, utilities that include:</p>

<ul>
  <li>Build (such as make).</li>
  <li>Compile (such as gcc). For more information, see
  <a href="http://gcc.gnu.org">http://gcc.gnu.org</a>.</li>
  <li>Debug (such as gdb). For more information, see
  <a href="http://sources.redhat.com/gdb/">http://sources.redhat.com/gdb/</a>.</li>
</ul>

<p>The CDT is launched as the C/C++ perspective of the Eclipse workbench. The 
C/C++ perspective consists of an editor and the following 
views:</p>
<ul>
  <li>The C/C++ Projects view lists all C/C++ projects.</li>
  <li>The Navigator view lists all Eclipse projects.</li>
  <li>The Tasks view lists items such as tasks, compiler warnings and errors.</li>
  <li>The C-Build view displays the output from make.</li>
  <li>The Properties view lists the properties of a file that has been selected in 
  the C/C++ Projects view or the Navigator view.</li>
  <li>The Outline view lists file components.</li>
</ul>
<p>For more information, see <b>Workbench User Guide &gt; Concepts &gt; Perspectives</b>.</p>

<h3>Additional information</h3>

<p>Refer to <a href="http://www.eclipse.org/cdt/">http://www.eclipse.org/cdt/</a> 
for additional information on the CDT project, including:</p>

<ul>
  <li>&nbsp;CDT newsgroups: Ask questions on how to use the CDT.</li>
  <li>&nbsp;User FAQ: View answers to the most common questions about using the 
  CDT.</li>
  <li>&nbsp;Developer FAQ: View answers to the most common questions about 
  building and extending the CDT.</li>
  <li>&nbsp;CDT community web: Learn about plugins and tools developed by and for the 
  CDT community.</li>
</ul>

<h3>CDT updates</h3>

<p>The <b>Install/Update</b> perspective provides information on your current 
Eclipse installation and lets you manage updates. For more information, see <b>Workbench User Guide &gt; Tasks &gt; Updating 
  features with the update manager</b>.</p>

<p>To view a list of the updates available for the toolsets that you have 
installed, click <b>Help &gt; Software Updates &gt; New Updates</b> .</p>
<p>
<img border="0" src="../images/ngconcepts.gif" ALT="Related concepts" width="143" height="21">
<br>
<a href="../getting_started/cdt_w_existing_code.htm">Working with existing code</a><br>
<a href="cdt_c_whatsnew.htm">What's new</a></p>
<p><img border="0" src="../images/ngtasks.gif" ALT="Related tasks" width="143" height="21">
<br>
<a href="../tasks/cdt_t_update_man.htm">Updating the CDT</a><br>
<a href="../tasks/cdt_o_proj_prop.htm">Defining project properties</a></p>
<p><img border="0" src="../images/ngref.gif" ALT="Related reference" width="143" height="21">
<br>
<a href="../reference/cdt_o_views.htm">Views</a></p>

<img src="../images/ng2003.gif" ALT="IBM Copyright Statement" BORDER=0 width="324" height="14">

</body>

</html>

Back to the top