[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [LCP]Threads in Linux



"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().