Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 1d72f4ce4c68e2bd64d966c9655dfe43b4d5ff4d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!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>
	<script language="JavaScript">
		function newWin(url) {
		window.open(url, 'hello_world_example', 'width=400, height=300, menubar=no, toolbar=no, status=no, resizable=yes, location=no, scrollbars=yes');}
	</script>
</head>
<body>
<h3>C/C++ Perspective</h3>

<p>This is the <a href="javascript:void(0)" onClick="newWin('../concepts/cdt_c_perspectives.htm')">C/C++ Perspective</a>, notice the C/C++ Projects view on the left, and the Outline view has moved to the right.  The center area is reserved for your <b>Edit</b> view.</p>
<p>There may be other views available in your workbench such as the <b>Navigator</b> or <b>Make Targets</b> views.  

</body>
</html>

Back to the top