ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

void FindTest::find0 ( ) [protected]

Definition at line 38 of file find_test.cpp.

{
  int numbers[10] = { 0, 1, 4, 9, 16, 25, 36, 49, 64 };

  int *location = find((int*)numbers, (int*)numbers + 10, 25);

  CPPUNIT_ASSERT((location - numbers)==5);

  int *out_range = find((int*)numbers, (int*)numbers + 10, 128);

  CPPUNIT_ASSERT( out_range == (int *)(numbers + 10) );
}

Generated on Sat May 26 2012 06:19:41 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.