Thread: C = C++?

  1. #1
    Wannabe Coding God
    Join Date
    Mar 2003
    Posts
    259

    C = C++?

    I've hurd that everything witch ins't C in C++ just points at C code is it like this? And shouldn't that mean that you can do anything in C++ just as good in C?
    They say that if you play a Windows Install CD backwords, you hear satanic messages. That's nothing; play it forward and it installs Windows.

  2. #2
    Registered User Vber's Avatar
    Join Date
    Nov 2002
    Posts
    807
    C++ is a superset of C, this means that C++ contains all what C contains, and some other things. Now, what you can write in C, of course it is possible to do with C++ (some say that what you in C++, the final result you can do with C too). The problem is, that in some area of programming, like, Embedded Systems, you'll find that some plataforms still doesn't have a ANSI C++ compiler, so the job probally need to be done using C.

Popular pages Recent additions subscribe to a feed