Posts by français • 3 points
3 posts
-
0
votes1
answer87
viewsQ: Define an overloaded + Operator C++
I could not resolve the following question: Fill in the Blanks to define an overloaded +Operator for the class "Test". Test Test::______(Test obj){ ___newObj; newObj.mem= mem__obj.mem; return…
-
-5
votes1
answer106
viewsQ: Arrays in loops
I could not resolve the following doubt: Fill in the blanks to print all elements of a array arr containing 3 elements: for(int x=0; x<___; x++){______<<______[x]<<endl;}…
-
0
votes1
answer222
viewsQ: Have all the machine code programmers who complained about Assembly changed their mind about Assembly?
According to Richard Hamming in the book The Art of Making Science and Engineering, page 26, one of the main complaints of the 1°generation machine code programmers who did not accept the Assembly…