2004-05-15 20:50:33 +00:00
<!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" >
2004-06-21 10:33:03 +00:00
< 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 >
2004-05-15 20:50:33 +00:00
< / head >
< body >
2004-06-21 10:33:03 +00:00
< h3 > Enter code< / h3 >
2004-05-15 20:50:33 +00:00
2004-06-21 10:33:03 +00:00
< 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 >
2004-05-15 20:50:33 +00:00
2004-06-21 10:33:03 +00:00
< p > < i > Note: Leave a blank line at the end of the code, some compilers require one.< / i > < / p >
2004-05-15 20:50:33 +00:00
< / body >
2004-06-02 19:01:38 +00:00
< / html >