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