Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/24/04 10:44
Read: times


 
#83768 - Adding a pointer will make it worse!
Responding to: ???'s previous message
Rishi Pratap said:
I am encountering the following message "auto segment too large". How can I overcome this problem? Is there a way out using pointers or anyhting else? My

Pointers have to point to something! If you're reading 64 bytes of data, you cannot possibly use less than 64 bytes of storage, can you?!

Using a pointer will mean that you need space to store the pointer in addition to the 64 bytes of data!


List of 9 messages in thread
TopicAuthorDate
Pass array as pointer?            01/01/70 00:00      
   define array with specific memory area            01/01/70 00:00      
      Karma Abuse.            01/01/70 00:00      
      OOps I didn't read the title.            01/01/70 00:00      
         Karma            01/01/70 00:00      
            right            01/01/70 00:00      
   Read the message text ;iterally            01/01/70 00:00      
   Adding a pointer will make it worse!            01/01/70 00:00      
   Your array            01/01/70 00:00      

Back to Subject List