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 pages "CDT" and "CDT/User/FAQ"

(Difference between pages)
 
 
Line 1: Line 1:
Welcome to the CDT Wiki page. Come back often for the latest and greatest about the CDT.
+
== General ==
  
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.
+
* How do I contribute to this FAQ?
  
== User Resources ==
+
Simply edit this page and add content. You can now use your bugzilla username and password to gain access.
  
{|
+
* Is it really that easy?
| [[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 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.
+
|-
+
| [http://cdt.eclipse.org/docs/EclipseCon.ppt EclipseCon2006]
+
| Doug Schaefer's EclipseCon2006 Presentation.
+
|}
+
  
== Developer Resources ==
+
Yes!
 
+
{|
+
| [http://bugs.eclipse.org/bugs Eclipse Bugzilla]
+
| Enter and check on CDT bugs here.
+
|-
+
| [http://cdt.eclipse.org CDT Build Machine]
+
| Nightly builds and CVS logs are stored here.
+
|-
+
| [[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
+
|-
+
| [[CDT/designs | Design Docs]]
+
| Design descriptions for various CDT components.
+
|-
+
| [[CDT/whoswho | Who's Who]]
+
| Who's who in the CDT development community
+
|-
+
| [[CDT/planning | Planning]]
+
| Planing information for upcoming CDT releases.
+
|-
+
| [[CDT/calls | Monthly Calls]]
+
| Numbers and Minutes from our monthly conference calls.
+
|-
+
| [[CDT/summit2005 | CDT Summit Fall 2005]]
+
| Slides and info from our very successful CDT Contributors Summit.
+
|-
+
| [[CDT/summitmarch2006 | CDT Summit March 2006]]
+
| Slides and info from our very successful CDT Contributors Summit at EclipseCon 2006.
+
|}
+

Revision as of 13:53, 5 May 2006

General

  • How do I contribute to this FAQ?

Simply edit this page and add content. You can now use your bugzilla username and password to gain access.

  • Is it really that easy?

Yes!

Back to the top