ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
cpp_hello Class Reference

Public Member Functions

 cpp_hello ()
 
 ~cpp_hello ()
 

Detailed Description

Definition at line 22 of file cpp-hello.cc.

Constructor & Destructor Documentation

◆ cpp_hello()

cpp_hello::cpp_hello ( )

Definition at line 30 of file cpp-hello.cc.

30  {
31  printf("Hello world, from constructor.\n");
32 }

◆ ~cpp_hello()

cpp_hello::~cpp_hello ( )

Definition at line 34 of file cpp-hello.cc.

34  {
35  printf("Hello world, from destructor.\n");
36 }

The documentation for this class was generated from the following file: