2004-05-05 12:45:42 +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" >
2007-05-03 12:53:12 +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-05 12:45:42 +00:00
< / head >
< body >
2007-05-03 12:53:12 +00:00
< h3 > Create a project< / h3 >
2004-05-05 12:45:42 +00:00
2007-05-03 12:53:12 +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-05 12:45:42 +00:00
< / body >
2004-05-10 14:38:08 +00:00
< / html >