How to make an EQ using Fourier Transform?

in CPP

and can’t use function to implement fourier transform

I’ve seen it done before. Olivier Belanger’s plugex series implements a FFT based filtering plugin as one of the demos:

It’s just one filter, however. Im not sure how you would go about stacking multiple instances of the FFT processing system into one set of transformations.