mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Doc update.
This commit is contained in:
parent
8fd15a66d1
commit
8ce70ee5e5
1 changed files with 13 additions and 7 deletions
|
@ -4,16 +4,24 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Language" content="en-us">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>C/C++ Development Toolkit User Guide</title>
|
||||
<title>C/C++ Development User Guide</title>
|
||||
<link rel="stylesheet" type="text/css" href="../help.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>C/C++ Development User Guide</h1>
|
||||
|
||||
<p>The C/C++ Development Toolkit (CDT) is a collection of Eclipse-based features that provides the capability
|
||||
to create, edit, navigate, build, and debug projects that use C and/or C++ as a programming language.</p>
|
||||
|
||||
<h1>C/C++ Development Toolkit User Guide</h1>
|
||||
<p>This guide provides instructions for using the C/C++ Development Toolkit (CDT) in the workbench.</p>
|
||||
<p>The CDT does not include the necessary compilers and debuggers to convert C/C++ code into executable
|
||||
programs and to debug those programs, but it does provide the frameworks that allow such tools to
|
||||
be integrated in a consistent fashion.
|
||||
This allows you to mix and match such tools depending on your project requirements.</p>
|
||||
|
||||
<p>Often, commercial distributions of the CDT include the necessary tools and integrations. If yours does
|
||||
not, the base CDT does provide support for integration with the GNU tools for build and debug. Please see the
|
||||
<a href="cdt_c_before_you_begin.htm">Before you begin</a> section for installation instructions</p>
|
||||
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_before_you_begin.htm">Before you begin</a><br>
|
||||
<br>
|
||||
|
@ -24,7 +32,5 @@
|
|||
<br>
|
||||
<img src="../images/trans.gif" border="0" width="25" height="1" alt=""><a style="text-decoration:none" href="cdt_c_whatsnew.htm">What's new</a><br>
|
||||
|
||||
|
||||
<p><img src="../images/ng00_04a.gif" ALT="IBM Copyright Statement" ></p>
|
||||
|
||||
</body></html>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Reference in a new issue