1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00
cdt/doc/org.eclipse.cdt.doc.user/getting_started/cdt_w_basic14.htm
2007-05-03 12:53:12 +00:00

18 lines
724 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>Save the file</h3>
<p>Now save the main.cpp file by clicking <span
style="font-weight: bold;">FILE &gt; SAVE</span> or typing <b>CTRL+S</b>,
and build your project by typing <b>CTRL+B</b>.</p>
<p>You can read through the build messages in the <b>Console</b> view.
The project should build successfully, showing the following message:</p>
<p><tt>Finished building target: HelloWorld.exe</tt></p>
</body>
</html>