It's quite simple when you understand what a pointer is, and it's a kind of variable that stores a memory address. If you want to create a pointer you have to write something like this:
type *name This is the way of defining a pointer that stores a memory address of a data, and so on C knows that this data is of the type "type". I hope you can understand me because my English is rather bad... cesarc597431 wrote: > > Hi, I'm new in this pointers business, so I would like to know how > the pointers works, I mean, how are they stored in memory? pointers > got some kind of address, how are they allocated in memory? I hope > someone can answer my question because I've read everything in the > world but pointer books and docs are not very illustrative at all. > Thanks! ------------------------ Yahoo! Groups Sponsor --------------------~--> $4.98 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/Q7_YsB/neXJAA/yQLSAA/EbFolB/TM --------------------------------------------------------------------~-> >-----------------------------------------~-~> CHECK THE ARCHIVE BEFORE POSTING!!!! Archive is available at http://www.eScribe.com/software/C-Paradise/ >------------------------------------------_-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/C-Paradise/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
