|  |     well, C++ is considered a superset of C, C++ has more features to it,
    has new data types than C , it is more complicated than C because
    it has these new features. many people starting to use C++. if you
    already know C it is less work to learn C++ cause the syntax and
    many other stuff are similar. C++ is considered an 'object oriented'
    language, C is not. 
    you need to get one of the many books on C++ to learn about it.
    as far as best compilers for C, if you using a PC, then Borland is
    good and not expensive compilers, you can probably get a C++ compiler
    for around $80 (not the pro version), i think that also include in it
    the C compiler (ansi) but not too sure. check out the computer shopper
    mag. they had ads. for C and C++ compilers for PC, so you can compare
    prices.  make sure you get one with a good debugger (symbolic) one.
    on VMS we offcourse have C and C++. 
    if you already know one or two computer languages, it would not
    be hard to learn C++ on your own with a good book on the side .
    hope this helps.
    \bye
    \nasser
 | 
|  |     Hi,
    Here is a good book to learn C++.  it is "Learning C++" by Tom Swan. 
    It goes with a simple Zortech C++ compiler all under $50.  The compiler 
    runs any machines that is 286 PC with at least 1 Mbyte memory.  As a 
    professional C++ programmer, I start with the book and the compiler.
    
    Good luck!
    Ming
 |