Ask Experts Questions for FREE Help !
Ask
    sankulanushkul's Avatar
    sankulanushkul Posts: 3, Reputation: 1
    New Member
     
    #1

    Jun 5, 2007, 12:08 AM
    Pointers in c
    What is pointer
    Capuchin's Avatar
    Capuchin Posts: 5,255, Reputation: 656
    Uber Member
     
    #2

    Jun 5, 2007, 12:15 AM
    Pointer (computing) - Wikipedia, the free encyclopedia
    kencctt's Avatar
    kencctt Posts: 5, Reputation: 1
    New Member
     
    #3

    Aug 6, 2007, 03:16 PM
    A pointer is variable in memory that contains the memory address of something else like a structure or another variable. Pointers can come in handy when passing information to another part of your code because they can represent a large piece of data by simply "pointing" to it. You can pass information to other functions either by just the address (passing by reference) or the data itself. (by value). C# handles pointers a little different so do some reading and have fun.
    learntoknow's Avatar
    learntoknow Posts: 5, Reputation: 2
    New Member
     
    #4

    Jan 18, 2008, 06:58 AM
    Try this detailed discussion of Pointers in C:

    HowToProgramC : Pointers in C / C++

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Starting band, need pointers [ 1 Answers ]

I am an amateur keyboardist that's getting better every day by teaching MYSELF and just getting down and jammin!! I composed my own keyboard music at 16 years and want to start a band to get vocals, guitars, drums, bass, and anything else. I need help on how to find other musicians who would want...


View more questions Search