473,750 Members | 2,211 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

who owns C

Hi I was just curious about something for future reference

Is ANSI C Open Source/Freeware or is it owned by a company

Thank You if you reply


Nov 14 '05 #1
33 2740
Maboroshi wrote:

Hi I was just curious about something for future reference

Is ANSI C Open Source/Freeware or is it owned by a company

Thank You if you reply

I think SCO is planning a claim to it soon...

(couldn't resist)

-
Stephen
Nov 14 '05 #2
Maboroshi wrote:
Hi I was just curious about something for future reference

Is ANSI C Open Source/Freeware or is it owned by a company

Thank You if you reply


ANSI C is owned by just that - ANSI. To get a copy you must pay them a fee.

- Pete
Nov 14 '05 #3
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Maboroshi wrote:
| Hi I was just curious about something for future reference
|
| Is ANSI C Open Source/Freeware or is it owned by a company

"ANSI C" and "ISO C" are /standards/, not software.
The standards bodies (ISO, ANSI, etc.) "own" the standards, in that they are
the ones that sponsor the groups that write the standard. The groups are not
"exclusive" ; if you express the right level of interest to the right person,
you too can be a part of the standards body.

The standard is not "Open Source" (there's no 'source' to 'open'), but
implementations of the standard can be.

| Thank You if you reply
|
|
|
|
- --
Lew Pitcher

Master Codewright & JOAT-in-training | GPG public key available on request
Registered Linux User #112576 (http://counter.li.org/)
Slackware - Because I know what I'm doing.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFAx7XCagV FX4UWr64RAixUAJ 4v6SvY2xWx7YG/yZoMalIQzkcLuAC dHa06
SebuM5jUN/+QwrntsK5OZ54=
=c27C
-----END PGP SIGNATURE-----
Nov 14 '05 #4
On Wed, 9 Jun 2004 16:48:03 -0700, "Maboroshi" <n/a> wrote in
comp.lang.c:
Hi I was just curious about something for future reference

Is ANSI C Open Source/Freeware or is it owned by a company

Thank You if you reply


The C language standard is copyrighted by International standards
organizations like ISO and IEC, and the national standards bodies of
member nations such as ANSI (US), BSO (Great Britain), and so on.

The language standard itself is not program source code, so the term
"open source" does not apply.

But no one "owns" the C language itself, anymore than some could own
the English language or algebra.

Individual implementations (compilers and related tools) are a
different story. Some, like GCC, are open source. Others, such a
Microsoft or CodeWarrior, are proprietary products of the companies
that produce and sell them.

--
Jack Klein
Home: http://JK-Technology.Com
FAQs for
comp.lang.c http://www.eskimo.com/~scs/C-faq/top.html
comp.lang.c++ http://www.parashift.com/c++-faq-lite/
alt.comp.lang.l earn.c-c++
http://www.contrib.andrew.cmu.edu/~a...FAQ-acllc.html
Nov 14 '05 #5
On Wed, 9 Jun 2004 16:48:03 -0700, "Maboroshi" <n/a> wrote:
Hi I was just curious about something for future reference

Is ANSI C Open Source/Freeware or is it owned by a company

Thank You if you reply


ANSI C is one of the generic names for the C language as defined by
one of the existing standards. ANSI is probably a trademark of the
American National Standards Institute but they don't own the language.
They do publish (sell) the standard that defines the language and that
document is copyrighted. But other standards organizations sell
similar documents which they copyright.

Open source and freeware are terms that apply to software products,
not the language itself. Some C compilers are open source, others are
freeware, others are shareware, and others are commercial. The same
is true for the link and run time "libraries" that support these
compilers. And for any "environmen t" (such as editors and debugging
tools) that may come with the compilers.
<<Remove the del for email>>
Nov 14 '05 #6
Lew Pitcher <lp******@sympa tico.ca> writes:
Maboroshi wrote:
| Hi I was just curious about something for future reference
|
| Is ANSI C Open Source/Freeware or is it owned by a company

"ANSI C" and "ISO C" are /standards/, not software.
The standards bodies (ISO, ANSI, etc.) "own" the standards, in that
they are the ones that sponsor the groups that write the standard. The
groups are not "exclusive" ; if you express the right level of interest
to the right person, you too can be a part of the standards body.
This may or may not be true, depending on the rules of your national
standards organization.
The standard is not "Open Source" (there's no 'source' to 'open'), but
implementations of the standard can be.


<OT>
Every work has a source, which is sometimes identical to the work
itself, sometimes not. Since the printed version of the C standard
was likely not created by manually painting ink on paper, and the
PDF version was likely not created by manually typing the content
of the PDF file, it appears that the latter applies to the standard.
</OT>

Martin
--
,--. Martin Dickopp, Dresden, Germany ,= ,-_-. =.
/ ,- ) http://www.zero-based.org/ ((_/)o o(\_))
\ `-' `-'(. .)`-'
`-. Debian, a variant of the GNU operating system. \_/
Nov 14 '05 #7
In article <40************ ***@cost-com.net>,
"Stephen L." <sd*********@co st-com.net> wrote:
Maboroshi wrote:

Hi I was just curious about something for future reference

Is ANSI C Open Source/Freeware or is it owned by a company

Thank You if you reply

I think SCO is planning a claim to it soon...


You mean because they own C++, and C++ is derived from C so they must
own that as well?
Nov 14 '05 #8
In <10************ *@corp.supernew s.com> "Maboroshi" <n/a> writes:
Is ANSI C Open Source/Freeware or is it owned by a company


ANSI C is not a piece of software, so the concepts of "open source" and
"freeware" make no sense in context.

The ANSI C specification (aka C89) is hard to obtain these days (IIRC,
BSI might be still selling it). The current version of the ISO
C specification is available in both electronic and printed form,
at cost, and it is copyrighted work. Its implementations , however,
can be distributed as open source/freeware.

Dan
--
Dan Pop
DESY Zeuthen, RZ group
Email: Da*****@ifh.de
Nov 14 '05 #9
Martin Dickopp <ex************ ****@zero-based.org> writes:

|> Lew Pitcher <lp******@sympa tico.ca> writes:

|> > Maboroshi wrote:
|> > | Hi I was just curious about something for future reference

|> > | Is ANSI C Open Source/Freeware or is it owned by a company

|> > "ANSI C" and "ISO C" are /standards/, not software. The standards
|> > bodies (ISO, ANSI, etc.) "own" the standards, in that they are the
|> > ones that sponsor the groups that write the standard. The groups
|> > are not "exclusive" ; if you express the right level of interest to
|> > the right person, you too can be a part of the standards body.

|> This may or may not be true, depending on the rules of your national
|> standards organization.

ANSI is very open. Anyone willing to pay the fees can join, even if
they are not an American citizen and don't live in America. So it is in
fact true that anyone willing to pay ANSI fees can participate.

Participating through your national standards organization can be more
or less difficult. In the case of most countries, the national
standards orgainization doesn't even participate in the working groups
for C.

|> > The standard is not "Open Source" (there's no 'source' to 'open'),
|> > but implementations of the standard can be.

The standard is a copyrighted work. And it isn't distributed under any
"Open Source" license; you're not allowed to copy it.

--
James Kanze
Conseils en informatique orientée objet/
Beratung in objektorientier ter Datenverarbeitu ng
9 place Sémard, 78210 St.-Cyr-l'École, France +33 (0)1 30 23 00 34
Nov 14 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
311
by: Dave Satchell | last post by:
I am a consultant and I have a client that wants me to design them a custom application with Access and VB.Ne I was wondering what the standard is for this kind of case as to who would own the code and the reasoning as to why Thanx, Dave.
2
1545
by: Scott Meddows | last post by:
Can you tell who owns a running process in .NET? I can do the system.diagnostic.process object and see if an application of the same name is running but I need to tell if the process is running by a current user or by another user. Anyone know how to do this? Thanks
24
4435
by: Sathyaish | last post by:
Who owns the language C#? I'm not talking about the compiler, but about the language? Who owns it - Microsoft or the ECMA? I see there are two specifications to each version: 1. One that comes out from Microsoft; and 2. Another that is a follow up from ECMA TC39 (ECMA-334) that is revised after every release from Microsoft. What's the deal?
0
1118
by: Mark Rae | last post by:
Hi, For years I've been using the clwhois.exe app to check whether domains are available or not and, if not, who owns them: http://www.whoisview.com/products/clwhois/ Because this is a command line utility, it requires the System.Diagnostics.Process class. It works well enough (code is below), but I was wondering if anyone has a more efficient method. I'm aware that it's
0
1283
by: Patrick Finnegan | last post by:
I am checking an existing DB2 installation on Red Hat Linux and I see that root owns files in the db2 instance home directory. Stuff like: ../sqllib/adm/db2chparm ../sqllib/adm/db2stop ../sqllib/adm/db2genp ../sqllib/adm/db2start
7
2282
by: Mark | last post by:
One of my friends saying that C# does not own by Microsoft. Does anybody has anything to say about this. Thanks for any help you can provide. Mark
1
9338
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9256
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8260
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6080
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4712
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4885
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3322
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2798
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2223
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.