Complete the tutorial lessons on C++ and investigate the questions below.
Complete the following lessons on C++ for Java Programmers:
NOTE: The examples assume that a "using directive", namely
using namespace std;
, was written before function "main".
Clearly discuss FIVE (5) NON-TRIVIAL differences between C++ and Java (e.g., avoid statements similar to "C++ requires a semicolon in this context, while Java does not"). Number the differences and skip a line between each. Write AT LEAST THREE (3) sentences for each difference.
Conduct some research and list THREE (3) programs that you use most every day that are written in C++. How do these programs likely benefit from being written in C++?
Submit your writeup to D2L by the start of class on Wednesday