All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Algorithms/bin/example.cc
Go to the documentation of this file.
1 //
2 // Example C++ routine to run instantiate your sample class
3 //
4 
5 #include "Algorithms/sample.h"
6 #include <iostream>
7 
8 int main(int argc, char** argv){
9 
10  sample my_clss_object;
11 
12  std::cout << "Hello World with My Object!" << std::endl;
13 
14  return 0;
15 }
int main(int argc, char **argv)
BEGIN_PROLOG could also be cout