473,765 Members | 1,968 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Downloadable standards file?

I previously had asked if there was an online standards file so I could
read that and answer my own questions without posting here and getting
flamed for not having done my homework.

I was pointed to a file called n1124.pdf which turns out to be a C99
standard. It appears that quoting from that standard makes a lot of
people say "but C99 isn't widely supported, so C90 is what you ought to do."

Is there a C90 file I can download for free and cross reference with my
C99 one?

I have seen the FAQ 11.2 that says it's available for purchase. Given
that the C99/N1124.PDF appeared to be free from
http://www.open-std.org/jtc1/sc22/wg...docs/n1124.pdf, I was hoping
that there was at least a "good enough" C90 one also for free.

(Aside: if the consensus is to reject the new standard, why should one
be created? Do the people who say to use C90 really think it's better to
lock C forever to that? If my compiler is C99, shouldn't I be encouraged
to conform to that standard?)
Dec 14 '06
53 2905
On Sat, 16 Dec 2006 20:46:35 GMT, in comp.lang.c , Keith Thompson
<ks***@mib.orgw rote:
>Mark McIntyre <ma**********@s pamcop.netwrite s:
>False extrapolation. gcc is an implementation of a standardised
language.

It depends on how you look at it.
My point was that gcc isn't a de-facto standard, its merely an
implementation.

If you choose to consider gcc a standard, then so is MSVC.
And Watcom, Borland, VaxC, Visual Basic, x86, sparc, driving on the
left, yards of ale, and anything else you care to mention that is *in
its own very specialised area* the main or only player.
--
Mark McIntyre

"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it."
--Brian Kernighan
Dec 17 '06 #51
On Sat, 16 Dec 2006 22:39:11 +0100, in comp.lang.c , jacob navia
<ja***@jacob.re mcomp.frwrote:
>This is NONE of your business. It is MY business. And I have
BOUGHT THE COPYRIGHT from the editor of lcc for a SUBSTANTIAL
quantity of money. I am still paying that loan.
>Jealous people are to be expected.
This post suggests strongly that the respondent is mean spirited and
petty, as well as ludicrously over-sensitive. I'm sure thats not the
public persona you want to transmit. How will it help sales?
--
Mark McIntyre

"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it."
--Brian Kernighan
Dec 17 '06 #52
In article <00************ *************** **@news.verizon .net>
Randy Howard <ra*********@FO OverizonBAR.net wrote:
>... In the embedded space, there is nothing even
remotely interesting about C99.
This is not strictly true: at Wind River Systems, we are (obviously
very slowly) working on full C99 support, apparently by (low
priority) request from embedded customers. Since we have the Dinkum
library for RTPs, we already have (at least potentially) full
library support; we still lack some items in the compilers (gcc
and Diab) though.

Still, it is true that a lot of embedded customers seem not even
to be interested in Standard C89/C90 support. :-) (I think a lot
depends on your embedded device: is it a $5 part that goes into a
digital thermostat, for instance, or is it a $500 part in a car
"infotainme nt" unit, or a $50000 part that goes in a hospital?)
--
In-Real-Life: Chris Torek, Wind River Systems
Salt Lake City, UT, USA (40°39.22'N, 111°50.29'W) +1 801 277 2603
email: forget about it http://web.torek.net/torek/index.html
Reading email is like searching for food in the garbage, thanks to spammers.
Dec 17 '06 #53
jacob navia wrote
(in article <45************ ***********@new s.orange.fr>):
Randy Howard a écrit :
>jacob navia wrote
>>There are versions for

o Windows 64 bits
o Linux 64 bits and Linux 32 bits
o Power PC 64 bits

This is not the original version of lcc, that is C89, but lcc-win32
with all the stupid extensions like true 64 bits long long, and
other C99 support. No they are not advertised in that web page because
they are sold, not given away for free.


So your point is that I should buy your compiler, for C99
support on a tiny subset of the platforms I'm interested in, so
I can have C99 support I don't need, instead of the free or
commercial compilers I have already purchased that fulfill all
my needs from them already?

I am not selling anything to you. Is that clear?
I knew that long before this thread started. Don't you worry.
>Is it even legal to sell it? I note in particular from the lcc
Copyright message the following:

"You may not sell lcc or any product derived from it in which it
is a significant part of the value of the product. Using the lcc
front end to build a C syntax checker is an example of this kind
of product."

You compiler is obviously a lot more based upon their compiler
than a syntax checker would be.
I have rewritten most of it. But see below.
>So, you admit publicly to selling a product, which by your own
description appears to be a clear violation of the copyright
under which the code is it based on was provided to you? IANAL,
but it's difficult to imagine how that isn't what I just saw
happen here.
This is NONE of your business. It is MY business.
If it was your business, and private as you imply, you wouldn't
have brought it up at all. You made it public on your own, then
did it half-way. That's your mistake if you wanted it to be
your own business, or well understood and not mistaken.
And I have
BOUGHT THE COPYRIGHT from the editor of lcc for a SUBSTANTIAL
quantity of money. I am still paying that loan.
I hope it pans out for you.
I am not a thief, and you are just somebody that feels a need
to discharge your aggressions (like many people in this group).
No, you gave a much different impression the way you mentioned
it earlier.
Jealous people are to be expected.
Keep expecting them, you may find some young enough and naive
enough to feel that way.
I understand your point of view:
apparently not.
--
Randy Howard (2reply remove FOOBAR)
"The power of accurate observation is called cynicism by those
who have not got it." - George Bernard Shaw

Dec 17 '06 #54

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

Similar topics

4
2067
by: Boniface Frederic | last post by:
Hello, I want to set some files downloadable only by members with login and password. I use session to protect my .html and .php files, but I would like to know how to protect .zip files. The .zip files are in a folder protected with a .htaccess file with the members data as password file. When a member is already connected and click on a download link, a connect
3
2214
by: JJ | last post by:
Hi, I am writing a cart in ASP selling downloadable files. The files are stored on remote locations i.e. http://www.thisfilestore.com/file1.zip And have different extensions, i.e. they are not all zip files. I would like to write a script which cann be called which will allow the download of the file, without giving away the url. Any Ideas/examples welcome!
9
2215
by: Xah Lee | last post by:
is the Microsoft javascript doc downloadable? http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script56/html/js56jsoriJScript.asp or, is there some other downloadable complete javascript ref for offline reading? Xah xah@xahlee.org ∑ http://xahlee.org/
144
6938
by: Natt Serrasalmus | last post by:
After years of operating without any coding standards whatsoever, the company that I recently started working for has decided that it might be a good idea to have some. I'm involved in this initiative. Typically I find that coding standards are written by some guy in the company who has a way of coding that he likes and then tries to force everybody else to write code the way he likes it, not for any rational reason, but simply for the...
2
1310
by: TJS | last post by:
is there a downloadable chm help file for asp.net ?
3
1693
by: Hongbo | last post by:
Hi, We have a web site which needs user to login. After login, there are some files available for download on some pages. A typical link of such file is like this one: https://www.ourdomain.com/docs/contracts/c_02102006.pdf I noticed that any one could get this file if the person knows this link regardless if this person has logged in or not. Is there a way to prevent people who do not login to reach such downloadable files? Thank...
2
2041
by: gen_tricomi | last post by:
THE IMPORTANCE OF MAKING THE GOOGLE INDEX DOWNLOADABLE I write here to make a request on behalf of all the programmers on earth who have been or are intending to use the Google web search API for either research purposes or for the development of real world applications, that Google make their indexes downloadable. Currently application programmers using the Google web search API are
4
1566
by: Jim Aikin | last post by:
I'd like to learn JavaScript while sitting in my easy chair with my laptop on my lap. Option 1: Buy a wireless router so I can access the plethora of online- only tutorials from anywhere in the house. Option 2: Buy a book and try to figure out how to read a book with one hand while using the laptop with the other. Option 3: Find a good downloadable tutorial (either PDF or a bundle of
0
9568
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10161
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10007
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8831
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...
1
7378
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6649
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
5421
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3531
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2806
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.