CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 8 of 8
  1. #1
    Join Date
    May 2010
    Posts
    9

    Pointers and Arrays

    This articles is a continuation of “Pointers”. It will explain that why and how pointers and arrays are similar. These articles are for beginners and newbie programmers.
    This article explain the important concepts of programming in very simple way. This article will explain that why and how pointers and arrays are similar. There is a quick introduction about pointer constants and pointer variables because these terms are used in this article very often. The place where the address of a variable can be stored is called pointer variable and the address of that variable which you want to store is called pointer constant.

    Follow the link for complete article.

    http://bytebeats.com...ters-and-array/

  2. #2
    Join Date
    Mar 2001
    Posts
    2,529

    Re: Pointers and Arrays

    This link is not resolving. Please fix your link. Also usually people are posting about some issue they are experiencing in code.

    Ok Hope To Help,

    Asher
    ahoodin
    To keep the plot moving, that's why.

  3. #3
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: Pointers and Arrays

    This forum is meant for answering questions people have, not for promoting your stuff. If you want to do an article, check the frontpage and submit an article.

  4. #4
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: Pointers and Arrays

    You were already told several times spamming this forum with your own is not appropriate.

  5. #5
    Join Date
    Aug 2005
    Location
    San Diego, CA
    Posts
    1,054

    Lightbulb Re: Pointers and Arrays

    Please don't waste time scolding spammers. Just press the report button and move on; unless of course you want to waste your own time.

  6. #6
    Join Date
    Mar 2001
    Posts
    2,529

    Re: Pointers and Arrays

    I don't think this was just any spammer. If you want to scold a spammer, there is nothing wrong with giving them a little guilt for bad behavior.
    ahoodin
    To keep the plot moving, that's why.

  7. #7
    Join Date
    Dec 2009
    Posts
    145

    Re: Pointers and Arrays

    After they feel guilty or get really down and worse, you can come out of yourself as a real hero to the rescue. Don't forget to tell all media about coming events.

  8. #8
    Join Date
    Mar 2001
    Posts
    2,529

    Re: Pointers and Arrays

    Well the website was a programming website, so maybe technically a competitor, but you still have to consider that he may have a conscience. Hero or no, at least you said your piece rather than just put up with it.
    ahoodin
    To keep the plot moving, that's why.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured