"Rafael Sanchez" wrote: | I have a program in C++ in Linux which is using large arrays | (150000) inside a function [...] | | question: using large arrays in that way is a problem [...]? It's always unwise to do this. Learn how to use malloc().