Posts by Marcus Vinicius De Paula • 21 points
1 post
-
1
votes1
answer505
viewsQ: Memory allocation error for multiple files "terminate called after Throwing an instance of 'Std::bad_alloc' what(): Std::bad_alloc" [C++]
I’m using a sorting algorithm for a digital voice signal processing project. This algorithm was developed to receive all audio signals in a single vector to do the processing, but I’m having…