Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 0800dcd775f834a1f3162a99870630fea4aabd53 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<?NLS TYPE="org.eclipse.help.toc"?>
<!-- Defines topics that will be inserted under the C/C++ Development User Guide menu-->

<toc id="cdt" label="C/C++ Development User Guide" topic="concepts/cdt_o_home.htm">

	<topic label="Before you begin"  href="concepts/cdt_c_before_you_begin.htm"/>

	<topic label="Getting Started" href="getting_started/cdt_o_tutorial.htm">
		<link toc="topics_Getting_Started.xml" />
        <anchor id="cdt_GettingStarted_Anchor"/>
	</topic>
	
	<topic label="Concepts" href="concepts/cdt_o_concepts.htm">
		<link toc="topics_Concepts.xml" />
        <anchor id="cdt_Concepts_Anchor"/>
	</topic>
	
	<topic label="Tasks"  href="tasks/cdt_o_tasks.htm">
		<link toc="topics_Tasks.xml" />
        <anchor id="cdt_Tasks_Anchor"/>
	</topic>
	
	<topic label="Reference"  href="reference/cdt_o_ref.htm">
		<link toc="topics_Reference.xml" />
        <anchor id="cdt_Reference_Anchor"/>
	</topic>
	
    <anchor id="cdt_Appendum_Anchor"/>
    
	<topic label="What's new in CDT"  href="concepts/cdt_c_whatsnew.htm"/>
	
	<topic label="Legal" href="notices.html"/>
	
</toc>

Back to the top