container classes

Discussion in 'C' started by ismail.tech21, Mar 13, 2008.

  1. ismail.tech21

    ismail.tech21 New Member

    Joined:
    Feb 14, 2008
    Messages:
    18
    Likes Received:
    0
    Trophy Points:
    0
    container classes or arrays what is best
     
  2. asadullah.ansari

    asadullah.ansari TechCake

    Joined:
    Jan 9, 2008
    Messages:
    356
    Likes Received:
    14
    Trophy Points:
    0
    Occupation:
    Developer
    Location:
    NOIDA
    Depends on your requirement.
    In C++ there are different type of container. All can be resize with any amount of size at run time. It 's mainly come to solve Bussiness so that take less man power.
    By array also you can do same objective but every time you have to code for that. More man power.

    If you are talking in average , then container will be good for industries But If you are really good programmer then Array always be best because you can design your own require class. So offcourse it will be more efficient.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice