Really stupid c question
Really stupid c question
- Subject: Really stupid c question
- From: Brian Williams <email@hidden>
- Date: Thu, 11 Apr 2002 02:59:40 -0700 (PDT)
Hi everyone,
I have a stupid c question about Cocoa. Coming from the land of Java I am not
really used to dealing with memory and such. I am trying to make a BOOL array
to have a one bit rep of the screen for a screen saver. (it's only for objects
to reference not for drawing) When I try to make a BOOL array like this ->
BOOL test[786432] /*1024 *768 ==786432*/ it crashes. I am guessing that I am
going out of the local memory space? or something like that.
Any help is greatly appreciated
Thanks
=====
Brian Williams
homepage == <
http://chromaticgray.com>
Yahoo! Tax Center - online filing with TurboTax
http://taxes.yahoo.com/
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.