Thread: C 2D arrays
View Single Post
  #7   (View Single Post)  
Old 1st August 2008
ephemera's Avatar
ephemera ephemera is offline
Knuth's homeboy
 
Join Date: Apr 2008
Posts: 537
Default

is this fbsd x64? uname -mp?

btw, allocating a lot of memory on the stack is never a good idea.
use malloc instead as it will fail gracefully at runtime if the required memory is unavailable.
Reply With Quote