mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
17 lines
No EOL
622 B
HTML
17 lines
No EOL
622 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, 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:</br>
|
|
<tt>Build complete for project HelloWorld</tt></p>
|
|
|
|
</body>
|
|
</html> |