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 >
< h3 > Create a project< / h3 >
2004-06-21 10:33:03 +00:00
< p > You can now create a < a href = "javascript:void(0)" onClick = "newWin('../concepts/cdt_c_projects.htm')" > C/ C++ project < / a > by clicking < b > File > New > Project< / b > .< / p >
2004-05-15 20:50:33 +00:00
< / body >
2004-06-02 19:01:38 +00:00
< / html >