1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_standard17.htm
2007-05-14 14:30:37 +00:00

22 lines
No EOL
854 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">
</head>
<body>
<h3>Run the application</h3>
<p>Navigate to the <b>C/C++ Projects</b> view, you will now see the executables listed. </p>
<p>You can run your application within the C/C++ Perspective, to do so click <b>Run > Open Run Dialog</b>.</p>
<p>You should now see the <b>Run</b> dialog box, double click <b>C/C++ Local Application</b>.
This will create your Run Configuration. Select the new Run Configuration in the <b>Configurations:</b> view.</p>
<p>Use <b>Browse</b> button to locate executable to run.</p>
<p>Press <b>Run</b></p>
</body>
</html>