|
Re: 2009 season question
C++ is highly compatible with C. It is souped-up, with extensions including object oriented support, generic templates, default parameters, and operator overloading. A single project can contain both C(.c) and C++(.cpp) files, and can share header(.h) files.
Greg McKaskle
|