954,496 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

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
 

c is a low-level programming language which means you have lots of controls over your pc, if you code is well then it can be as fast as assembly...
also many other languages have c-like syntax...

tonakai
Junior Poster
121 posts since Feb 2005
Reputation Points: 25
Solved Threads: 11
 

Some venerable operating systems, databases, spreadsheets and wordprocessors were written in C before C++ came along.

vegaseat
DaniWeb's Hypocrite
Moderator
5,987 posts since Oct 2004
Reputation Points: 1,345
Solved Threads: 1,417
 

C is commonly used for embedded systems .

Dave Sinkula
long time no c
Team Colleague
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
Team Colleague
1,937 posts since Mar 2004
Reputation Points: 121
Solved Threads: 57
 

>> can anyone tell me what are the real time applications of C.?
Take a look at any application you use. Chances are good that it's written in C, written in a language implemented in C, or written in a language derived from C.

Dogtree
Posting Whiz in Training
233 posts since May 2005
Reputation Points: 35
Solved Threads: 3
 

I think most excllent part of C is that you can intract with hardware very easily. Also try making programs on Encryption and Decryption, data compression and my fav. graphics.

letmec
Light Poster
33 posts since Sep 2004
Reputation Points: 10
Solved Threads: 2
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You