Jump to content

Is C still being used?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
8 replies to this topic

#1
Nightracer

Nightracer

    Programmer

  • Members
  • PipPipPipPip
  • 131 posts
Is C still being used in the world? Wouldn't most people just use C++ instead? Why would you choose C over C++?

#2
kromagnon

kromagnon

    Learning Programmer

  • Members
  • PipPipPip
  • 50 posts
We are using C in my Computer Systems class right now, I think maybe it's a little easier to do bit manipulation in C instead of C++
<!-- comment comment comment --></

#3
Void

Void

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 411 posts
Yup and I know a lot of crackers still use C to code in.
Void

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
C is also an easier language to learn. As I recall, most of Linux and Xwindows are written in C.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
Guest_shuaib_*

Guest_shuaib_*
  • Guests
C programming langauge is one of the most important languages in the computer era. Most of the existed operating system have been coded using it. I do not think that C will obsolete some day I do not know why. but it is important

#6
Lop

Lop

    Speaks fluent binary

  • Members
  • PipPipPipPipPipPipPipPip
  • 1,172 posts
I kow that it is used in the Unix environment often.

#7
Chrisms

Chrisms

    Newbie

  • Members
  • PipPip
  • 28 posts
FIRST robotics uses a C controller to control the PWM outputs, as well as sensor inputs, also via PWM.

#8
Sionofdarkness

Sionofdarkness

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 384 posts
So it's not so dead. I thought C++ was better though, and those two pluses make it sound better.

#9
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
C++ has more features than C, but that doesn't mean it's more powerful or always the best choice. As I recall, most of Linux is programmed in C, not C++.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog