diff --git a/doc/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_basic.xml b/doc/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_basic.xml
new file mode 100644
index 00000000000..51e33a3db6b
--- /dev/null
+++ b/doc/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_basic.xml
@@ -0,0 +1,85 @@
+
+
+
+
+ This guide will walk you though the process of creating a simple Managed "Hello World" application using the CDT.
+
+
+ -
+
+ Start by setting up the CDT development environment.
+
+
+
+
+
+
+ -
+
+ Choose one type of C/C++ project from the list. Then type a project name and type of project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+ For a project to work it needs files. In this step you add one or more files to your project.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+ In this step you build the program to create a binary and examine it in a couple of C/C++ perspective views.
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+ The final step is to create a run configuration that defines how the program is launched. Note you can define multiple run configurations if desired, each with its own settings.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_import_project.xml b/doc/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_import_project.xml
new file mode 100644
index 00000000000..f4a1b65ab7a
--- /dev/null
+++ b/doc/org.eclipse.cdt.doc.user/cheatsheets/cs_cdt_import_project.xml
@@ -0,0 +1,90 @@
+
+
+
+
+ This guide walks you though the process of importing a Managed Make project into CDT. A managed make project is one where the makefile is managed by the tool, not by manually editing it.
+
+
+ -
+
+ Start by setting up the CDT development environment.
+
+
+
+
+
+
+ -
+
+ Choose one type of C/C++ project from the list. Then type a project name, the type of project, and the No Indexer setting.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+ For a project to work it needs files. In this step you import your old project files into your new Managed Make project.
+
+
+
+
+
+
+
+
+
+
+ -
+
+ In this step you build the program to create a binary and examine it in a couple of C/C++ views.
+
+
+
+
+
+
+
+
+
+
+
+
+ -
+
+ With the project imported and able to build, its time now to reset some project properties for easier development.
+
+
+
+
+
+
+ -
+
+ The final step is to create a run configuration that defines how the program is launched. Note you can define multiple run configurations if desired, each with its own settings.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/doc/org.eclipse.cdt.doc.user/plugin.xml b/doc/org.eclipse.cdt.doc.user/plugin.xml
index 6ade5817aa0..637de329ba1 100644
--- a/doc/org.eclipse.cdt.doc.user/plugin.xml
+++ b/doc/org.eclipse.cdt.doc.user/plugin.xml
@@ -71,5 +71,48 @@
plugin="org.eclipse.cdt.launch">
+
+
+
+
+
+
+
+!-- ============================================================================= -->
+
+
+
+
+
+
+
+
+ Use this tutorial to learn how to create a simple C/C++ project that uses the Managed Make system.
+
+
+
+
+ Use this tutorial to learn how to successfully import a CDT project.
+
+
+