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

    Pointers. Pointer to constant and constant pointer.

    Pointers. Pointer to constant and constant pointer.
    http://bytebeats.com/2011/07/12/poin...stant-pointer/

  2. #2
    Join Date
    Jan 2009
    Posts
    1,689

    Re: Pointers. Pointer to constant and constant pointer.

    ***? So much spam about pointers. Most people here use pointers on a daily basis and know all about them. They are something I would consider extremely basic. Besides, there is already a FAQ all about this on CodeGuru: http://www.codeguru.com/forum/showthread.php?t=231042

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