All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
Algorithms/bin/example.cc File Reference
#include "Algorithms/sample.h"
#include <iostream>

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Function Documentation

int main ( int  argc,
char **  argv 
)

Definition at line 8 of file Algorithms/bin/example.cc.

8  {
9 
10  sample my_clss_object;
11 
12  std::cout << "Hello World with My Object!" << std::endl;
13 
14  return 0;
15 }
BEGIN_PROLOG could also be cout