Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "CDT"

(Replaced content with "{{warning|Note: The contents of this page has been migrated to GitHub. Please see the [https://github.com/eclipse-cdt/ CDT on GitHub] for current information, or the page...")
 
(140 intermediate revisions by 38 users not shown)
Line 1: Line 1:
Welcome to the CDT Wiki page. Come back often for the latest and greatest about the CDT.
+
{{warning|Note: The contents of this page has been migrated to GitHub. Please see the [https://github.com/eclipse-cdt/ CDT on GitHub] for current information, or the page history for historical versions. }}
  
The CDT is Eclipse's C/C++ Development Tooling project. It is an industrial strength C/C++ IDE that also serves as a platform for others to provide value added tooling for C/C++ developers.
 
  
== User Resources ==
+
[[Category:CDT| ]]
 
+
[[Category:Tools Project]]
{|
+
[[Category:C]]
| [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/user/faq.html?cvsroot=Tools_Project FAQ]
+
[[Category:C++]]
| Answers to the most common questions about the CDT.  This should be the first place you go for any Question that you may have.
+
|-
+
| [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/downloads/main.html?cvsroot=Tools_Project Downloads]
+
| Get the latest CDT release builds.
+
|-
+
| [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/user/Tutorials.html?cvsroot=Tools_Project Tutorials]
+
| Tutorials that take you through the various features of the CDT.
+
|}
+
 
+
== Developer Resources ==
+
 
+
{|
+
| [http://download.eclipse.org/tools/cdt/builds CDT Builds]
+
| Check here for development builds.
+
|-
+
| [http://bugs.eclipse.org/bugs Eclipse Bugzilla]
+
| Enter and check on CDT bugs here.
+
|-
+
| [[CDT/whoswho | Who's Who]]
+
| Who's who in the CDT development community
+
|-
+
| [[CDT/planning | Planning]]
+
| Planing information for upcoming CDT releases.
+
|-
+
| [[CDT/summit2005 | CDT Summit 2005]]
+
| Slides and info from our very successful CDT Contributors Summit.
+
|}
+

Latest revision as of 10:28, 9 November 2022

Warning2.png
Note: The contents of this page has been migrated to GitHub. Please see the CDT on GitHub for current information, or the page history for historical versions.

Back to the top