Much of the syntax and keywords are common to both. However, C++ has some additional keywords and adds the object-oriented concepts of classes, polymorphism, etc. C++ requires a different way of thinking and of structuring your programs, just as programming DOS applications is different than...