Help for this page

Select Code to Download


  1. or download this
    MAIN
      &routineA
    ...
    
    ROUTINEB
      .....
    
  2. or download this
    MAIN
      new C++object
      routineA(C++object)
      routineB(C++object)
    
  3. or download this
    MAIN
      my C++object = routineA
    ...
    ROUTINEA
      my C++object = new C++design
      return C++object