On Thu, May 29, 2008 at 4:23 PM, Trent <[EMAIL PROTECTED]> wrote: > C++ is an extenstion of C, and has the ability of making objects, while C > cannot and is based on programming functions.
Not quite. C++ was based on C for various reasons (portability and efficent code generation), but should be treated as a separate language. FWIW, you can create do object-oriented programming in C... just not the same way you do in C++. -- Brett ------------------------------------------------------------ "In the rhythm of music a secret is hidden; If I were to divulge it, it would overturn the world." -- Jelaleddin Rumi
