....im using VC++ / windows xp
On 2/22/07, Tamas Marki <[EMAIL PROTECTED]> wrote: > > On 2/22/07, comp knight <[EMAIL PROTECTED]<knight.comp%40gmail.com>> > wrote: > > Can anyone please let me know how i can store an image of size larger > than > > 255*255 into an array? > > I found out that the maximum array index is 255 but to store an image of > > size greater than 255*255, > > how should i go about doing it? > > Creating sub-arrays will make the traversal very difficult.Is there any > > other way? > > What compiler/OS are you using? > > -- > Tamas Marki > > > [Non-text portions of this message have been removed]
