Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
Popular searches:
if-else
class-diagram
flowchart
Polymorphism
Home
Questions
Questions
Study lists
Asmaamasry Questions
705 Questions
Add operations to read and print Person objects to the code you wrote for the exercises in § 7.1.2 (p. 260)
C++ programming
2022-07-07
Answers
30
Question
40
Followers
30
0
1
441
Why does read define its Sales_data parameter as a plain reference and print define its parameter as a reference to const
C++ programming
2022-07-07
Answers
30
Question
40
Followers
30
0
1
186
Rewrite the transaction-processing program you wrote for the exercises in § 7.1.2 (p. 260) to use these new functions
C++ programming
2022-07-07
Answers
30
Question
40
Followers
30
0
1
210
Define your own versions of the add, read, and print functions
C++ programming
2022-07-07
Answers
30
Question
40
Followers
30
0
1
179
Provide operations in your Person class to return the name and address. Should these functions be const? Explain your choice
C++ programming
2022-07-07
Answers
30
Question
40
Followers
30
0
1
175
Write a class named Person that represents the name and address of a person. Use a string to hold each of these elements. Subsequent exercises will incrementally add features to this class
C++ programming
2022-07-07
Answers
30
Question
40
Followers
30
0
1
175
Revise your transaction-processing program from § 7.1.1 (p. 256) to use these members
C++ programming
2022-07-07
Answers
30
Question
40
Followers
30
0
1
170
Add the combine and isbn members to the Sales_data class you wrote for the exercises in § 2.6.2 (p. 76)
C++ programming
2022-07-07
Answers
30
Question
40
Followers
30
0
1
517
Write a version of the transaction-processing program from § 1.6 (p. 24) using the Sales_data class you defined for the exercises in § 2.6.1 (p. 72)
C++ programming
2022-07-06
Answers
30
Question
40
Followers
30
0
1
261
Call each element in the vector and print their result
C++ programming
2022-07-06
Answers
30
Question
40
Followers
30
0
1
139
Write four functions that add, subtract, multiply, and divide two int values. Store pointers to these values in your vector from the previous exercise
C++ programming
2022-07-06
Answers
30
Question
40
Followers
30
0
1
188
Write a declaration for a function that takes two int parameters and returns an int, and declare a vector whose elements have this function pointer type
C++ programming
2022-07-06
Answers
30
Question
40
Followers
30
0
1
160
Explain the effect of the second declaration in each one of the following sets of declarations. Indicate which, if any, are illegal
C++ programming
2022-07-06
Answers
30
Question
40
Followers
30
0
1
234
Total:
705
Previous
13
14
15
16
17
Next
Go