Previous in Forum: c-language   Next in Forum: change analog to digital
Close
Close
Close
6 comments
Rate Comments: Nested
Active Contributor

Join Date: Jan 2008
Posts: 10

c-language

01/26/2008 8:10 AM

what are the applications of c-language?

Register to Reply
Interested in this topic? By joining CR4 you can "subscribe" to
this discussion and receive notification when new comments are added.

"Almost" Good Answers:

Check out these comments that don't yet have enough votes to be "official" good answers and, if you agree with them, vote them!
Guru

Join Date: Feb 2007
Location: Israel
Posts: 2968
Good Answers: 24
#1

Re: c-language

01/26/2008 9:21 AM

C is general purpose. Originally designed in the nineteen sixties and seventies by the UNIX team to become what we may now call "Open-Source" for the extended development of the UNIX-Shell command-base, and shell-accessible applications.

Later, in the ninety-eighties it evolved into an object-oriented development package later called Visual-C, which is more of an object-library based application generator, than a proper syntactic programming language.

Register to Reply
Guru
Engineering Fields - Instrumentation Engineering - New Member Hobbies - Fishing - New Member

Join Date: Jan 2008
Location: Kazakhstan
Posts: 753
Good Answers: 8
#2
In reply to #1

Re: c-language

01/26/2008 10:13 AM

We can't call UNIX as open source any way. And application of c-language serves for resolving human being problems by means of written c-programs ... either for creating a new one :).

There is ANSI standard c++ and several companies and OpSource communities had issued diverse versions of C, C++: Watcom, Borland, MS, linux etc. Visual C is amongst them.

Register to Reply
Guru

Join Date: Feb 2007
Location: Israel
Posts: 2968
Good Answers: 24
#3
In reply to #2

Re: c-language

01/26/2008 10:42 AM

Not UNIX, but C written shell-extensions and apps.

As UNIX was under initial development and distribution during sixties and seventies, C was suggested as means for end-users to develop their own shell extensions. The evolving shell included these extensions, mostly re-distributed worldwide, and their source codes published for further tweaking and honing.

If that's not "Open-Sourcing", what is ?

CPP is the mid, more "structured" version (and the most popular) between early C and it's much later mutants

Register to Reply
Guru
Engineering Fields - Instrumentation Engineering - New Member Hobbies - Fishing - New Member

Join Date: Jan 2008
Location: Kazakhstan
Posts: 753
Good Answers: 8
#4
In reply to #3

Re: c-language

01/26/2008 11:03 AM

Open Source is legislative notion now so often going along GPL but its different things. When someone issues software(as rule) product (commercial either free) declared as Open Source is presumed that everyone can demand to get source codes of this product. UNIX is OS and its codes are not Open Source. There is POSIX standard and everyone can create own OS its' complied as this had been done for Linux.

Your arguments are quite reasonable from general viewpoint. But I so sorry, Open Source is term now operable for law suit issues and C++ is not only for shell application for any one.


My best regards.

Register to Reply
Guru
Popular Science - Biology - New Member Hobbies - Musician - New Member APIX Pilot Plant Design Project - Member - New Member Hobbies - CNC - New Member Fans of Old Computers - ZX-81 - New Member

Join Date: Jan 2007
Location: Centurion, South Africa
Posts: 3921
Good Answers: 97
#5

Re: c-language

01/26/2008 1:47 PM

C or any other programming language is used by humans to instruct the CPU to execute commands ,

The syntax for different languages differ but are essentially the same.

The strength of C is that multi line instructions are reduced to a short cryptic combine instruction. (one can use and increment a variable in one instruction)

__________________
Never do today what you can put of until tomorrow - Student motto
Register to Reply Score 1 for Good Answer
Commentator

Join Date: Sep 2006
Location: Troy, NY
Posts: 86
Good Answers: 5
#6

Re: c-language

01/26/2008 3:27 PM

Building operating systems....thats why C was created at Bell Labs.

What course are you getting these questions from, Intro to Programming Languages?

Register to Reply
Register to Reply 6 comments

"Almost" Good Answers:

Check out these comments that don't yet have enough votes to be "official" good answers and, if you agree with them, vote them!
Copy to Clipboard

Users who posted comments:

caramba (2); coonj (1); Hendrik (1); Yuval (2)

Previous in Forum: c-language   Next in Forum: change analog to digital

Advertisement