Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: b0ddba6da878d59292562a06509496f0a92ad200 (plain) (tree)
1
2
3
4
5
6
7






                                                                           




                                                                                                                                                

       
                   
 

                                                                                                                                                                    
 
                                                                                          

       
      
<!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, 'hello_world_example', 'width=400, height=300, menubar=no, toolbar=no, status=no, resizable=yes, location=no, scrollbars=yes');
}
</script>
</head>
<body>
<h3>Enter code</h3>

<p>Enter the code in the <a href="javascript:void(0)" onClick="newWin('hw_example.htm')" title="click here to get the code">main.cpp</a> file that was just created.
You can double click the <b>main.cpp</b> tab in the <b>Editor</b> view to expand the view. </p>

<p><i>Note: Leave a blank line at the end of the code, some compilers require one.</i></p>

</body>
</html>

Back to the top