mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
21 lines
No EOL
918 B
HTML
21 lines
No EOL
918 B
HTML
<!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> |