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/Obsolete/devArticles"

< CDT‎ | Obsolete
m (Articles)
m (Jonah.kichwacoders.com moved page CDT/devArticles to CDT/Obsolete/devArticles)
 
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 +
{{warning|Note: The contents of this page is obsolete, but it may still contain some interesting tid-bits.}}
 +
 +
[[Category:CDT:Obsolete]]
 +
 
==Articles==
 
==Articles==
  
Line 5: Line 9:
 
[http://www.ibm.com/developerworks/views/opensource/libraryview.jsp?search_by=CDT+based+editor Building a CDT-based editor] Covers the basics of many CDT features and how they are implemented.  This is a five-part article series.
 
[http://www.ibm.com/developerworks/views/opensource/libraryview.jsp?search_by=CDT+based+editor Building a CDT-based editor] Covers the basics of many CDT features and how they are implemented.  This is a five-part article series.
  
[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]
+
[https://web.archive.org/web/20081219212329/http://www-128.ibm.com/developerworks/library/os-ecl-vscdt/index.html Migrate Visual Studio C and C++ projects to Eclipse CDT] web.archive link was ([http://www-128.ibm.com/developerworks/library/os-ecl-vscdt/index.html?ca=dgr-eclipse-1 here])
 +
 
 +
[[Getting started with CDT development]]
 +
 
 +
[https://www.eclipsecon.org/2007/index327d.html?page=sub/&id=3903 C/C++ Source Code Introspection Using the CDT]  Chris Recoskie and Beth Tibbitts, EclipseCon 2007
 +
 
 +
[https://www.eclipsecon.org/2008/index254e.html?page=sub/&id=373 Static Analysis in PTP with CDT]  Beth Tibbitts, EclipseCon 2008
 +
 
 +
[[HowTo extend CDT with custom file templates]]
  
[http://forge.mysql.com/wiki/Eclipse/CDT_on_Linux_and_Mac_OS_X Eclipse/CDT on Linux and Mac OS X] Covers installation, configuration, and basic debugging of Eclipse/CDT Europa edition using MySQL as source code.
+
[[HowTo use the CDT to navigate Linux kernel source]]

Latest revision as of 12:50, 16 January 2020

Warning2.png
Note: The contents of this page is obsolete, but it may still contain some interesting tid-bits.

Articles

Articles and other developer information

Building a CDT-based editor Covers the basics of many CDT features and how they are implemented. This is a five-part article series.

Migrate Visual Studio C and C++ projects to Eclipse CDT web.archive link was (here)

Getting started with CDT development

C/C++ Source Code Introspection Using the CDT Chris Recoskie and Beth Tibbitts, EclipseCon 2007

Static Analysis in PTP with CDT Beth Tibbitts, EclipseCon 2008

HowTo extend CDT with custom file templates

HowTo use the CDT to navigate Linux kernel source

Back to the top