Пример #1
0
int main()
{
   ev6::el::test_helper< std::ostream > _Helper("test.cpp");

   try
   {
      _Helper.print_entry(ev6::el::MICROSECONDS);   

      test_array();
      test_avl_tree();

      _Helper.print_exit();

   }
   catch (std::exception& _Exception)
   {

      std::cout << "Exception caught.  Terminating the program..." << std::endl;

      _Helper.print_exit(1);

      return 0;

   }

   return 0;
}
Пример #2
0
int main(int argc, char **argv)
{
    test_avl_tree();
	return 0;
}