why use c?
hi i am a student of computer science.i am learning the c programming language.we spend all our time writing programs which tells itself a secret like adding numbers,kid stuff etc. i want to know the real thing.can anyone tell me what are the real time applications of C.?
indianscorpion2
Junior Poster in Training
82 posts since May 2005
Reputation Points: 9
Solved Threads: 1
Some venerable operating systems, databases, spreadsheets and wordprocessors were written in C before C++ came along.
vegaseat
DaniWeb's Hypocrite
5,987 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417
Dave Sinkula
long time no c
5,058 posts since Apr 2004
Reputation Points: 2,780
Solved Threads: 314
Hi,
I use C on some of my linux computers that read data in from the parallel ports, and game ports, to signal what equipment does outside the box. It then computes an internal "answer" and logs the time in realtime. It runs in a RAM disk on the linux box, so that it only hits the hard drive when doing a write.
Pure C is wonderful for terminal projects and device drivers too. I prefer C++ language for outputing text, but to be honest, I do not understand C++ classes... therefore my execution of the language is limited.
Christian
kc0arf
Posting Virtuoso
1,937 posts since Mar 2004
Reputation Points: 121
Solved Threads: 57