Hello
World Example
<html><body><%Cn>
swrite("hello world");
</Cn%></body></html>
Or if you really want to do something try;
<html><body>Count
to ten<br><%Cn>
for(int x=1;x<=10;x++)swritef("%d<br>",x);
</Cn%></body></html>
So it's that simple just put your C++ code within the HTML and
you can create fantastic, fast, dynamic web applications.
|