Thread: Future of C language

  1. #1
    Unregistered
    Guest

    Question Future of C language

    Hi all,

    I was wondering what you all thought of the furure of the C language and those who use it. Is the language still in wide use? Obviously, we should all be keeping up with new technology (including languages), but what is the level of urgency to learn OO languages like C++ and Java? Can an old time C/Fortran/UNIX developer still find a career out there?

    Many thanks,
    Tim

  2. #2
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >Is the language still in wide use?
    Yes.

    >what is the level of urgency to learn OO languages like C++ and Java?
    Both C++ and Java are used often, it would be a good idea to learn them whether urgent or not.

    >Can an old time C/Fortran/UNIX developer still find a career out there?
    Most definitely, but if you have a broad range of skills you will be far more marketable than if you just knew C and FORTRAN or just knew C++ and Java.

    -Prelude
    My best code is written with the delete key.

  3. #3
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    C is used to build systems and so is C++. Java and .net are used to build solutions, which are less like systems and more like applications that solve end user needs. If you want to be a programmer that builds systems than learn C/C++ or if you want to provide solutions that use systems as a backend but concentrate on presentation than learn Java or .net.

  4. #4
    Shadow12345
    Guest
    What do you mean by system? Is visual studio and .NET what you mean by systems?

  5. #5
    Banned Troll_King's Avatar
    Join Date
    Oct 2001
    Posts
    1,784
    VS.Net would be a system, so would any server, or even DirectX for that matter.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. assembly language...the best tool for game programming?
    By silk.odyssey in forum Game Programming
    Replies: 50
    Last Post: 06-22-2004, 01:11 PM
  2. Language of choice after C++
    By gandalf_bar in forum A Brief History of Cprogramming.com
    Replies: 47
    Last Post: 06-15-2004, 01:20 AM
  3. Enough language discussions.
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 06-13-2004, 09:59 AM
  4. Another new language? F sharp (F#)
    By XenoCodex Admin in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 07-07-2002, 03:20 PM
  5. The devaluation of the English (or American) language
    By Aran in forum A Brief History of Cprogramming.com
    Replies: 36
    Last Post: 09-03-2001, 02:12 PM