dreamers_inc :: hello_world classes

function hi

^ 
Say "Hello, world!" to the world.

The example below shows how to use this function:

 #include "hello_world.h"
 int main(int,char**) {
    hello_world::hi();
 }
Source:
../export/hello_world.h:41
Author:
I.M. Aprogrammer
Version:
$Id: ccdoc.dreamers_inc.hello_world.hi.void.hi.-28.ostream.-26.os.-3d.cout.-29.fct.html,v 1.2 2003/02/26 18:45:49 jlinoff Exp $
Param:
os The output stream.
Code:
public void hi ( ostream & os = cout )

Created Fri Dec 27 10:29:06 2002.
This documentation was generated automatically by
ccdoc v0.8 r28 2002/11/14 bin_opt_msvc_MSWin32-4.0.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.