Rakib1503052

Results 3 comments of Rakib1503052

Open a new project in Visual Studio 2019 and then add the folders manually. Or just copy all header and source files in one directory, edit the includes appropriately and...

Let me know if you start on it. I would love to help as much as I can.

The format is an array of pointers to data arrays. e.g. `float* a[1]; a[0] = new float[44410]; //filter setup process(a,44410);` "a" can have more elements, each pointing to a different...