Topic: to C++ or C


Author: uchaps00@mcl.ucsb.edu (STEVE E CHAPEL)
Date: 1995/06/23
Raw View
In <3scp9u$kn8@bubba.NMSU.Edu> mckeever@pylos (Kenneth Mc Keever) writes:

>Hello, im considering skipping the C course offered at my univeristy
>and going straight to C++  Is this a really bad idea?

>I've done quite a bit of programming in C on my own, using books and
>such.  Is it really that different?  What am I jumping into?

If you've done that much programming in C already, I'd think it would
be okay to skip the C class.

If you're wondering how hard it will be to move from C to C++, there's
a lot to learn. It isn't so much as different, as much as a lot of new
information to learn. C++ is (almost) a superset of C - very little really
changes, C++ just adds to C. Pascal is merely "different" from C.





Author: jim.fleming@bytes.com (Jim Fleming)
Date: 1995/06/23
Raw View
In article <3scp9u$kn8@bubba.NMSU.Edu>, mckeever@pylos says...
>
>Hello, im considering skipping the C course offered at my univeristy
>and going straight to C++  Is this a really bad idea?
>
>I've done quite a bit of programming in C on my own, using books and
>such.  Is it really that different?  What am I jumping into?
>
>thanks,
>
>-Ken (no tagline)
>
@@@@@@@@@@@@@@@@@@

I think that you have to ask yourself if you intend to use the OO features
of C++. Many people use C++ and *do not* need the OO features.

If you plan to use the OO features, then I would recommend that you FIRST
study Java (http://java.sun.com). This will give you a feel for software
designed with OO in mind from the beginning. The (C (C++))-like syntax of
Java will help you make a transition from C. Once you have played with
Java, you can then consider trying your hand at C++.

@@@@@@@@@@@@@@@@@@
--
Jim Fleming            /|\      Unir Corporation       Unir Technology, Inc.
jrf@tiger.bytes.com  /  | \     One Naperville Plaza   184 Shuman Blvd. #100
%Techno Cat I       /   |  \    Naperville, IL 60563   Naperville, IL 60563
East End, Tortola  |____|___\   1-708-505-5801         1-800-222-UNIR(8647)
British Virgin Islands__|______ 1-708-305-3277 (FAX)   1-708-305-0600
                 \__/-------\__/       http:199.3.34.13 telnet: port 5555
Smooth Sailing on Cruising C+@amarans  ftp: 199.3.34.12 <-----stargate----+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\____to the end of the OuterNet_|






Author: mckeever@pylos (Kenneth Mc Keever)
Date: 1995/06/22
Raw View
Hello, im considering skipping the C course offered at my univeristy
and going straight to C++  Is this a really bad idea?

I've done quite a bit of programming in C on my own, using books and
such.  Is it really that different?  What am I jumping into?

thanks,

-Ken (no tagline)