Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
C++ Primer
by
Stanley B.Lippman, Josee Lajoie, Barbara E.Moo
Edition:
5th Edition
ISBN13:
978-0-321-71411-4
ISBN10:
0 -321-71411-3
591
C++ programming
Home
Books
C++ Primer
Similar Books
No books found
Title
Chapter: 5 /
Q: 12
Modify our vowel-counting program so that it counts the number of occurrences of the following two-character sequences: ff, fl, and fi
Chapter: 5 /
Q: 13
Each of the programs in the highlighted text on page 184 contains a common programming error. Identify and correct each error
Chapter: 5 /
Q: 14
Write a program to read strings from standard input looking for duplicated words
Chapter: 5 /
Q: 15
Explain each of the following loops. Correct any problems you detect
Chapter: 5 /
Q: 16
The while loop is particularly good at executing while some condition holds; for example
Chapter: 5 /
Q: 17
Given two vectors of ints, write a program to determine whether one vector is a prefix of the other
Chapter: 5 /
Q: 18
Explain each of the following loops. Correct any problems you detect
Chapter: 5 /
Q: 19
Write a program that uses a do while loop to repetitively request two strings from the user and report which string is less than the other
Chapter: 5 /
Q: 20
Write a program to read a sequence of strings from the standard input until either the same word occurs twice in succession or all the words have been read
Chapter: 5 /
Q: 21
Revise the program from the exercise in § 5.5.1 (p. 191) so that it looks only for duplicated words that start with an uppercase letter
total questions:
591
Previous
32
33
34
35
36
Next
Questions
591
Views
Best Answers
299
Points
5
×
Close
add reason
reason