Thread: Pointers (need help)

  1. #1
    Registered User
    Join Date
    Nov 2008
    Posts
    4

    Pointers (need help)

    Hi Guys
    This is my first posting and i need ur help
    My Boss told me to tell him about "Use" Pointers but according to my knowledge there is no pointer or any type of pointer like that( It may be possible that my boss want to make fun of me in front of others so please help) .
    Please let me know diff. types of pointer and also if there is any pointer type by name "USE"

    Thanks

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Never heard of a "Use" pointer, but "use" is of course not a forbidden name in C or C++.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  3. #3
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    I have never heard of "use pointers", but perhaps you misheard your boss (e.g., you are being asked to use pointers), or your boss is talking about pointers to objects of a type named "use".
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  4. #4
    Registered User
    Join Date
    Mar 2007
    Posts
    4
    Probably your boss wants you to make use of pointers in your code.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Using pointers to pointers
    By steve1_rm in forum C Programming
    Replies: 18
    Last Post: 05-29-2008, 05:59 AM
  2. Replies: 4
    Last Post: 12-10-2006, 07:08 PM
  3. Request for comments
    By Prelude in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-02-2004, 10:33 AM
  4. Staticly Bound Member Function Pointers
    By Polymorphic OOP in forum C++ Programming
    Replies: 29
    Last Post: 11-28-2002, 01:18 PM