C/C++
eclipcdt.txt
Associated article: Writing Plug-Ins for the Eclipse C/C++ Development Tools Project
Tags: C/C++
Published source code accompanying the article by Doug Schaefer and and Sebastien Marineau-Mes in which they examine the Eclipse CDT Project which provides a fully functional C/C++ IDE for the Eclipse platform.
Writing Plug-Ins in C/C++ for Eclipse CDT by Doug Schaefer and Sebastien Marineau-Mes Listing One <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.0"?> <plugin id="org.eclipse.cdt.stylist&...


