Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 5a088673f1c65aea57bc93c2621502b592999290 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html lang="en">
<head>
	<meta http-equiv="Content-Language" content="en-us">
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<title>Tutorial</title>
	<link rel="stylesheet" type="text/css" href="../help.css">
<script language="JavaScript">
function newWin(url) {
	window.open(url, 'install_cdt', 'width=750, height=300, menubar=no, toolbar=no, status=no, resizable=yes, location=no, scrollbars=yes');
}
</script>
</head>
<body>
<h3>Start Eclipse</h3>
<p>We will now walk though the process of creating a simple Standard Make 'Hello World' application using the CDT.</p>

<p>The image below shows the standard Workbench.  To start, open the C/C++ perspective.
If you have not already installed the C/C++ perspective, you can find the procedures  <a href="javascript:void(0)" onClick="newWin('cdt_w_install_cdt.htm')">here</a>.</p>

</body>
</html>

Back to the top