#include <stdio.h>
#include <windows.h>
Go to the source code of this file.
Classes | |
class | Array |
Utilisation
Array<double> tabDouble1(10),tabDouble2(10); tabDouble1.Set(0,0.111); tabDouble1.Set(1,1.111); //-ou- tabDouble1.values[0]=0.111; tabDouble2=tabDouble1;
Definition in file array.h.