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...")
 
(105 intermediate revisions by 27 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.
 
  
== General ==
+
[[Category:CDT| ]]
 
+
[[Category:Tools Project]]
{|
+
[[Category:C]]
| [[CDT:Movies | Movies]]
+
[[Category:C++]]
| Screencasts that show different aspects of the CDT.
+
|-
+
| [[CDT:Presentations | Presentations]]
+
| CDT presentations given at various conferences.
+
|-
+
| [[CDT:Addons | Addons]]
+
| Addons that enhance or use CDT.
+
|}
+
 
+
== User Resources ==
+
 
+
{|
+
| [http://www.eclipse.org/cdt CDT Home Page]
+
| The main CDT web site
+
|-
+
| [[CDT/User/NewIn40 | New in CDT 4.0]]
+
| What's new and noteworthy in CDT 4.0.
+
|-
+
| [[CDT/User/FAQ | Wiki-based FAQ]]
+
| The Wiki-based How to Use CDT FAQ for all to edit.
+
|-
+
| [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/user/faq.html?cvsroot=Tools_Project Older FAQ]
+
| Answers to the most common questions about the CDT. We should migrate this content to the new one.
+
|-
+
| [http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/downloads/main.html?cvsroot=Tools_Project Older Downloads]
+
| Get some older CDT release builds (3.0 and prior)
+
|-
+
| [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..
+
|-
+
| [news://news.eclipse.org/eclipse.tools.cdt  CDT newsgroup]
+
| Ask questions, find answers about CDT usage.
+
|}
+
 
+
== Developer Resources ==
+
 
+
{|
+
| [http://bugs.eclipse.org/bugs Eclipse Bugzilla]
+
| Enter and check on CDT bugs here.
+
|-
+
| [http://cdt.eclipse.org CDT Build Machine]
+
| CVS logs are stored here.
+
|-
+
| [http://download.eclipse.org/tools/cdt/builds Nightly Builds]
+
| Nightly builds are here.
+
|-
+
| [[CDT/planning | Planning]]
+
| Planning information for upcoming CDT releases.
+
|-
+
| [[CDT/Developer/FAQ | Developer FAQ]]
+
| FAQ for people who want to contribute code to the CDT.
+
|-
+
| [[CDT/contributing | Contributing]]
+
| How to contribute to the CDT
+
|-
+
| [[Media:Cdt-jdoc.zip]]
+
| CDT 4.0's Javadoc-"API". Sources were downloaded from the eclipse cvs (org.eclipse.cdt-releng/all) on 28/06/07.
+
|-
+
| [[CDT/designs | Design Docs]]
+
| Design descriptions for various CDT components.
+
|-
+
| [[CDT/whoswho | Who's Who]]
+
| Who's who in the CDT development community
+
|-
+
| [[CDT/calls | Conference Calls]]
+
| Numbers and Minutes from our monthly conference calls and other miscellaneous conference calls.
+
|-
+
| [[CDT/summits | CDT Developer Summits]]
+
| Info from our face to face meetings
+
|-
+
| [http://www-128.ibm.com/developerworks/library/os-ecl-vscdt/index.html?ca=dgr-eclipse-1]
+
| Migrate Visual Studio C and C++ projects to Eclipse CDT
+
|-
+
| [[CDT/devArticles | Articles]]
+
| Articles  and other Developer info about CDT
+
|}
+
 
+
[[Category:CDT]]
+

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