<!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, '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>