#include <stdio.h>
#include <assert.h>
#include <time.h>
#include <stdlib.h>
#include "txmem.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
This particular program will test our memory first for the 'stable state' condition and will then randomly update some data.
The 'stable state' condition is that we deal with a palindrom.
M[x]==M[n-1-x]
Definition at line 40 of file txmem-demo.cpp.