Accelerate C++ Exercise 4-5 Questions

Discussion in 'C++' started by Alex, Apr 12, 2009.

  1. Alex

    Alex New Member

    Joined:
    Oct 1, 2006
    Messages:
    22
    Likes Received:
    0
    Trophy Points:
    0
    This time I decided to tackle the problem of reading input into a
    vector, counting the number of words entered, and counting the number
    of time each word was entered.
    My code works, but I'm not sure about cin and the
     
  2. matuatua

    matuatua New Member

    Joined:
    Aug 31, 2010
    Messages:
    11
    Likes Received:
    0
    Trophy Points:
    0
    cin is used for accepting let say data after u declare your variable in which u will want to keep hold of your information
     

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