abt wrapper class

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • arjunrath2004
    New Member
    • Feb 2007
    • 1

    abt wrapper class

    Hello guys...i want to every thing on wrapper class...and these are the programming doubts....plz answer these i hav an interview 2mrw..

    [B]1.write a string wrapper class using a char array and implement[

    1.degault constructor
    2.parametetrize d constructor for char array
    3.copy constructor
    4.overloaded '+' opeartor for concantentation
    5.find function the position where another string is found
    6.to_integer function to convert string to integer.

    write a list class for strings.Impleme nt

    1.add list to string function
    2.remove string from list function
    3.sort list function
    4.print list function
    5.find string in list function
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by arjunrath2004
    Hello guys...i want to every thing on wrapper class...and these are the programming doubts....plz answer these i hav an interview 2mrw..

    [b]1.write a string wrapper class using a char array and implement[

    1.degault constructor
    2.parametetrize d constructor for char array
    3.copy constructor
    4.overloaded '+' opeartor for concantentation
    5.find function the position where another string is found
    6.to_integer function to convert string to integer.

    write a list class for strings.Impleme nt

    1.add list to string function
    2.remove string from list function
    3.sort list function
    4.print list function
    5.find string in list function

    Sounds like homework to me. What have you done so far? Where exactly do you need help?

    Comment

    • Banfa
      Recognized Expert Expert
      • Feb 2006
      • 9067

      #3
      Please read the Posting Guidelines and particularly the Coursework Posting Guidlines.

      Comment

      Working...