next up previous contents index
Next: A C++ program Up: Physics 2101 - Scientific Previous: Structures and subroutines   Contents   Index

C++

As we saw with Perl, there are many problems that lend themselves well to using an object-oriented approach. The C++ language is the extension of C that incorporates objects.

Subsections