[LCP]Threads in Linux

Greg Black gjb at gbch.net
Mon Jun 24 21:58:05 UTC 2002


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




More information about the linuxCprogramming mailing list