Results 1 to 4 of 4

Thread: Very urgent. Please help me...

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2007
    Posts
    56

    Very urgent. Please help me...

    hi guys! i don't have any knowledge on C++ but my employer asked me to answer these questions ASAP. would you be so kind to this for me, please? thanks.

    1. What will I find in the value field of the head pointer and the tail pointer of an empty linked list?

    2. Dereferencing is ----- ?

    3. Show 2 different ways to print the contents of i in this code:
    int *p = &i;

    4. The size of an int pointer variable is ------- bytes.
    The size of an char pointer variable is ----- bytes.
    The size of an float pointer variable is ----- bytes.
    The size of an void pointer variable is ----- bytes.

    5. What is the universal pointer?

    6. What is inheritance?

    7. Why do you need a virtual base class?

    8. What is the role of static member variables?

    9. What is the role of static member functions?

    10. What are the advantage and disadvantage of using exception handling?

    11. What are the advantages of templates in C++?


    Thanks.

    BarberCut

  2. #2
    PoorPoster iPrank's Avatar
    Join Date
    Oct 2005
    Location
    In a black hole
    Posts
    2,729

    Re: Very urgent. Please help me...

    Firstly, Welcome to VBForums.

    Secondly, this is C# (C Sharp) forum. NOT C++ forum.

    Thirdly, by looking at the threads you've created so far, I can say that you have only one option - KILL YOUR EMPLOYER. Jail is better than working under this type of boss.
    ( http://www.vbforums.com/search.php?q...0&saveprefs=1& )

    Fourthly, I know I need to improve my grammer badly.
    Usefull VBF Threads/Posts I Found . My flickr page .
    "I love being married. It's so great to find that one special person you want to annoy for the rest of your life." - Rita Rudner


  3. #3

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: Very urgent. Please help me...

    Why would a current employer ask those questions? That's either homework or this is a prospective employer asking interview questions. If it's the latter then you're in trouble if you don't have any C++ knowledge and our answering those questions won't save you. If it's the former then you need to research your own homework. We can help with specific coding issues but the purpose of forums is not to help you cheat.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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