View Single Post
  #252  
Old August 28th 06, 03:34 AM posted to rec.aviation.piloting
Matt Whiting
external usenet poster
 
Posts: 2,232
Default $640.00 to fill the tanks...

Roger wrote:
On Sun, 27 Aug 2006 15:07:21 -0700, "Matt Barrow"
wrote:


"Grumman-581" wrote in message
. ..


What a lot of
people don't seem to understand is that you can create object oriented
code in standard 'C' without having to resort of C++...



Yah...but...

C++ is just a bunch of object oriented libraries written in straight
C. C++ just saves us the time of having to write all that code. It's
also why compiling 37K of source code may give you a 30 Meg EXE. :-))


Yes, I'd forgot about that. I remember when I was learning C++ and
compiled the ubiquitous Hello World program. The executable was
multiple MB in size compared to a few K for Fortran 77. :-)

I ended up deciding it was easier to leave programming for management
than to learn a language as messed up as C++. It was bad enough
learning C after having used Pascal and VAX Fortran, but C++ was just
too bizarre.

Matt