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
444
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
187
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
214
Define your own versions of the add, read, and print functions
C++ programming
2022-07-07
Answers
30
Question
40
Followers
30
0
1
181
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
180
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
177
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
175
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
519
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
264
Call each element in the vector and print their result
C++ programming
2022-07-06
Answers
30
Question
40
Followers
30
0
1
141
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
189
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
162
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
238
Total:
705
Previous
13
14
15
16
17
Next
Go