Hi, wheather to use pointers or dyanamic array, depends on ur requirement. Pointers gives more flexibility, but when working in unix or solaris env u hve to tke care of seg vioalation by allocating memory when it is needed specially in case of array of pointers.
imran. Ray Devore <[EMAIL PROTECTED]> wrote: --- roger_patel_see <[EMAIL PROTECTED]> wrote: > hello, > > I want to know, if posssible which is a better > option- using dynamic > arrays or pointers. Moreover, can anyone plz > recommend a site for > stack and heap memory. > > Thanks in advance > > bye -:) > RPC > > Dynamic arrays are created and usually accessed using pointers, so not sure why you think there is a difference. As for stack and heap memory, it depends on the operating system. Why do you care? What OS are you using? Ray __________________________________________________________ The fish are biting. Get more visitors on your site using Yahoo! Search Marketing. http://searchmarketing.yahoo.com/arp/sponsoredsearch_v2.php --------------------------------- Heres a new way to find what you're looking for - Yahoo! Answers [Non-text portions of this message have been removed]
