Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 0f6b3e019cd30bc0ae3497d38fb25c42dd556796 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                                                       
      



                                                                           
       

      
                     
                                                                                 
                                                                          

                                                                          
                                                                                                                                                                                                                     

                                

                                                                                                                                       
     

                                                                                                                                                    
 
                                                                        

                                                          
    
                                                                                                                                     
                                                                                                                               






                                                                                                                              
                                                                                                                                                              

                                                                                             


                    

                                                                                                                                                    
 
                                                                     
                                                                        
 














                                                                                                                                  

                                                                                            




                                                                             
                
                                                                                                                                              
 




                                                                                              
 



                                                                                             
                                                                 



       
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">
<head>
	<meta http-equiv="Content-Language" content="en-us">
	<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 Toolkit (CDT) is a set of Eclipse plug-ins that provide 
C and C++ extensions to the Eclipse workbench. For more information about 
Eclipse, see <b>Workbench User Guide &gt; Concepts &gt; Workbench</b>.</p>

<p>The CDT provides a C/C++ IDE that simplifies many of the same tools that you can use from the command line.  The CDT can also communicate with many external utilities and interpret their responses, for example:
<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>
<b>Note: </b> while make, gcc and gdb are the examples used in the documentation, virtually any similar set of tools or utilities could be used.</p>


<p>The CDT opens as the C/C++ perspective of the Eclipse workbench. The 
C/C++ perspective consists of an editor and the following 
views:</p>
<dl>
	<dt>C/C++ Projects</dt><dd>Shows your C/C++ projects and files.It operates in much the same way as the <b>Navigator</b>.</dd>
	<dt>Console</dt><dd>Displays your program's output, as well as the output from your build and external tool chain.</dd>
	<dt>Editor</dt><dd>The C/C++ editor view provides specialized features for editing C/C++ related files.</dd>
	<dt>Make Targets</dt><dd>Enables you to select the make targets you want to build in your workspace.</dd>
	<dt>Navigator</dt><dd>Shows all of the file system's files under your workspace directory.</dd>
	<dt>Outline</dt><dd>Displays the structure of the file currently open in an editor.</dd>
	<dt>Problems View</dt><dd>If you encounter any errors during a build they will be displayed in the Problems view.</dd>
	<dt>Properties</dt><dd>Shows the attributes of the item currently selected in a view or an editor.</dd>
	<dt>Search</dt><dd>Shows the results of searches for files or text.</dd>
	<dt>Tasks</dt>	<dd>Lists tasks that you want to keep track of, either as a schedule of things 	to do or a history of things that have been done.</dd>
</dl>
<p>For more information, see <b>Workbench User Guide &gt; Concepts &gt; Perspectives</b>.</p>

<h3>CDT updates</h3>

<p>The <b>Install/Update</b> wizard provides information about your current Eclipse installation and provides the framework to manage your 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 
installed, click <b>Help &gt; Software Updates &gt; New Updates</b>.</p>

<h3>Additional information</h3>

<p>For more information on the Eclipse CDT project, 
refer to <a href="http://www.eclipse.org/cdt/">http://www.eclipse.org/cdt/</a>:
</p>

<ul>
<li><a href="news://www.eclipse.org/eclipse.tools.cdt" target="_top">CDT newsgroup</a>:
The place to ask questions about how to use the CDT.</li>
<li><a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/user/faq.html?cvsroot=Tools_Project">User
FAQ</a>: Provides answers to the most common questions about using the CDT.</li>

<li><a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/developer/docs.html?cvsroot=Tools_Project">Developer
Documentation</a>: Provides feature and design specifications for building and extending the CDT.</li>
<li><a href="http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/community.html?cvsroot=Tools_Project">CDT
Community Webpage</a>: Showcases plug-ins and tools developed by and for the CDT Community. 
If you have tools or plug-ins that you would like to submit to the CDT Community Page,
use the CDT Development Mailing List or the Eclipse Tools CDT newsgroup.</li>
</ul>



<h3>License</h3>
<p>The CDT is an open source project and is licensed under the <a href="http://www.eclipse.org/legal/epl-v10.html">Eclipse Public License</a>.

<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/ngref.gif" ALT="Related reference" width="143" height="21">
<br>
<a href="../reference/cdt_o_views.htm">Views</a></p>

<img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" >

</body>

</html>

Back to the top