Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
testDynArray.C File Reference
#include <cerrno>
#include <climits>
#include <cstdlib>
#include <ctime>
#include <iostream>
#include <cmath>
#include <tpl_dynarray_set.H>
#include <cassert>
Include dependency graph for testDynArray.C:

Go to the source code of this file.

Classes

struct  Test
 

Macros

#define RAND(x)   (unsigned long) ( x * ( rand() / (RAND_MAX+1.0) ) )
 

Functions

int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ RAND

#define RAND (   x)    (unsigned long) ( x * ( rand() / (RAND_MAX+1.0) ) )

Definition at line 41 of file testDynArray.C.

Function Documentation

◆ main()