473,789 Members | 2,422 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

boolean values and the FAQ

The section about boolean values should mention
<stdbool.h> at least. It is still at the C89 stage...
(Section 9)
Nov 14 '05 #1
17 1739
In <cd**********@n ews-reader2.wanadoo .fr> "jacob navia" <ja***@jacob.re mcomp.fr> writes:
The section about boolean values should mention
<stdbool.h> at least. It is still at the C89 stage...

^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^
So is the C programming community at large.

Dan
--
Dan Pop
DESY Zeuthen, RZ group
Email: Da*****@ifh.de
Nov 14 '05 #2

"Dan Pop" <Da*****@cern.c h> a écrit dans le message de
news:cd******** **@sunnews.cern .ch...
In <cd**********@n ews-reader2.wanadoo .fr> "jacob navia" <ja***@jacob.re mcomp.fr> writes:
The section about boolean values should mention
<stdbool.h> at least. It is still at the C89 stage...

^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^
So is the C programming community at large.


So what?

The current standard is C99. Period.

The FAQ should mention the current version of the standard.
I am not advocating dropping all references to C89, but the
current standard should be mentioned.

Nov 14 '05 #3
In <cd**********@n ews-reader1.wanadoo .fr> "jacob navia" <ja***@jacob.re mcomp.fr> writes:

"Dan Pop" <Da*****@cern.c h> a écrit dans le message de
news:cd******* ***@sunnews.cer n.ch...
In <cd**********@n ews-reader2.wanadoo .fr> "jacob navia"<ja***@jacob.r emcomp.fr> writes:
>The section about boolean values should mention
><stdbool.h> at least. It is still at the C89 stage...

^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^
So is the C programming community at large.


So what?


So this is what people writing C code care about. When the importance of
portable programming penetrates your thick skull, you'll understand why.
The current standard is C99. Period.
So what?!? You're not posting to comp.std.c, are you?
The FAQ should mention the current version of the standard.
Sez who? The FAQ maintainer obviously thinks otherwise, as the [ISO]
tag means:

International Organization for Standardization , ISO 9899:1990
(see question 11.2). [ISO]
I am not advocating dropping all references to C89, but the
current standard should be mentioned.


Who are you to decide what the FAQ *should* do? Start your own FAQ and
put whatever you want there. Then see if anyone else cares about it.
Your C tutorial has already been a tremendous success in c.l.c, hasn't it?

Dan
--
Dan Pop
DESY Zeuthen, RZ group
Email: Da*****@ifh.de
Nov 14 '05 #4
In message <cd**********@s unnews.cern.ch>
Da*****@cern.ch (Dan Pop) wrote:
In <cd**********@n ews-reader1.wanadoo .fr> "jacob navia" <ja***@jacob.re mcomp.fr> writes:
So what?


So this is what people writing C code care about. When the importance of
portable programming penetrates your thick skull, you'll understand why.
The current standard is C99. Period.


So what?!? You're not posting to comp.std.c, are you?
The FAQ should mention the current version of the standard.


Sez who? The FAQ maintainer obviously thinks otherwise, as the [ISO]
tag means:

International Organization for Standardization , ISO 9899:1990
(see question 11.2). [ISO]
I am not advocating dropping all references to C89, but the
current standard should be mentioned.


Who are you to decide what the FAQ *should* do? Start your own FAQ and
put whatever you want there. Then see if anyone else cares about it.
Your C tutorial has already been a tremendous success in c.l.c, hasn't it?


I think there must be some sort of annual cycle of Mr Pop unpleasantness; I
think I last killfiled him about the same time last year. Maybe he's trying
for the title of c.l.c's most annoying poster? I personally find him far more
of an irritant than the mere incompetents and general trolls like ERT. At
least they're not vindictive, unpleasant sociopaths with far too much posting
time on their hands.

*PLONK*

--
Kevin Bracey, Principal Software Engineer
Tematic Ltd Tel: +44 (0) 1223 503464
182-190 Newmarket Road Fax: +44 (0) 1728 727430
Cambridge, CB5 8HE, United Kingdom WWW: http://www.tematic.com/
Nov 14 '05 #5

"Kevin Bracey" <ke**********@t ematic.com> a écrit dans le message de
news:e6******** ********@temati c.com...
In message <cd**********@s unnews.cern.ch>
Da*****@cern.ch (Dan Pop) wrote: [snip]
I think there must be some sort of annual cycle of Mr Pop unpleasantness; I think I last killfiled him about the same time last year. Maybe he's trying for the title of c.l.c's most annoying poster? I personally find him far more of an irritant than the mere incompetents and general trolls like ERT. At
least they're not vindictive, unpleasant sociopaths with far too much posting time on their hands.

*PLONK*


Well I surely agree with this description :-)

I can't understand that the same people that strictly say that only
STANDARD C is on topic in this list now say that the C99 standard is
irrelevant. I just want that the FAQ *mentions* the standard
boolean interface header <stdbool.h> !!!

References:

ANSI/ISO C Standard 7.15 Boolean type and values <stdbool.h>
Nov 14 '05 #6
"jacob navia" <ja***@jacob.re mcomp.fr> writes:
I just want that the FAQ *mentions* the standard boolean
interface header <stdbool.h> !!!


There's nothing anybody but the FAQ maintainer can do about that.
Take it up with Steve Summit.
Nov 14 '05 #7
jacob navia wrote:
The section about boolean values should mention
<stdbool.h> at least. It is still at the C89 stage...


The C FAQ is obsolete.
It needs to be brought up-to-date.

Nov 14 '05 #8
jacob navia wrote:
The section about boolean values should mention
<stdbool.h> at least.

Indeed it should. I'll make a note. Thanks.

E. Robert Tisdale wrote: The C FAQ is obsolete.
I'm biased, of course, but I think that's a *little* strong.
It needs to be brought up-to-date.


When's the last time you looked at the version posted here?

Steve Summit
sc*@eskimo.com
Nov 14 '05 #9
"jacob navia" <ja***@jacob.re mcomp.fr> writes:
The section about boolean values should mention
<stdbool.h> at least. It is still at the C89 stage...
(Section 9)


I agree. The C FAQ was updated just recently; the latest text
version, at <ftp://ftp.eskimo.com/u/s/scs/C-faq/faq.gz>, is less than
two weeks old (the HTML version hasn't been updated yet). It does
include material about the C99 standard; I'm a little surprised it
doesn't mention C99's new support for boolean types.

(Anyone who thinks the C FAQ *shouldn't* discuss C99 should probably
take it up with Steve Summit.)

--
Keith Thompson (The_Other_Keit h) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Nov 14 '05 #10

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

Similar topics

2
3884
by: Julian Hershel | last post by:
Hi. I want to to use the xs:boolean type for one of my elements. But is it possible to make these boolean values be read as Yes/No instead of true/false? Should I create a custom type for that? Thank you. Julian
8
43967
by: FrancisC | last post by:
how to define Boolean in C ? boolean abc; ??? is it default as True or False??
8
3266
by: Metro Sauper | last post by:
Why is the default text representation for booleans in C# 'True' and 'False' whereas in xml it is 'true' and 'false'? It seems like it would make sense to have them both the same. Metro T. Sauper, Jr. President Sauper Associates, Inc.
0
1273
by: Robert Love | last post by:
I am trying to save some boolean values from checkboxes using isolated storage. I am able to do strings and integers without a problem but I can't work out how to save boolean values without seeing the error message below: 'Additional information: Argument 'Prompt' cannot be converted to type 'String' The error message is displayed at this line of code in the form load event.
0
1380
by: ECathell | last post by:
Ok this may be a silly question...but here goes... I need to extend the boolean type. the reason for this is I have a base collection that has boolean properties. Then my inherited class has enumerated values that configure the Boolean value of the underlying class. The issue is I have a confirmation box that shows changed fields in my collection, but its showing both the enum values and the underlying Boolean value...If I make my...
10
16430
by: dba123 | last post by:
Why am I getting this error for Budget? Error: An exception of type 'System.FormatException' occurred in mscorlib.dll but was not handled in user code Additional information: String was not recognized as a valid Boolean. Public Sub UpdateCustomer_DashboardGraphs(ByVal sender As Object, ByVal e As System.EventArgs)
0
1261
by: Genken | last post by:
Hi ALL I currently have a project where i have to redefine certain table fields and their data types. The problem is i have fields to mimic or duplicate an access table, but the problem is that certain fields are boolean values with yes/no attributes. Sql server does not support boolean values to my understanding. The sql server corresponding fields are of type char which is updated in a webpage by entering y or n values. Is their a way i...
6
17511
by: =?iso-8859-2?Q?Marcin_Dzi=F3bek?= | last post by:
Hi All: I need to get (filter in) some dataview's rows with DBNULLs in column of boolean type: Actually to get the only rows with DBNULL, I use code like this: DV.RowFilter = "(IsNull(MyBooleanColumnName, True) = True) AND (IsNull(MyBooleanColumnName, False) = False)" or ex. DV.RowFilter = "(IsNull(MyIntegerColumnName, 1) = 1) AND (IsNull(MyIntegerColumnName, 0) = 0)" for columns of Integer...
19
14816
by: tshad | last post by:
I have a value in my sql table set to tinyint (can't set to bit). I am trying to move it into a boolean field in my program and have tried: isTrue = (int)dbReader and isTrue = Convert.ToBoolean((int)dbReader)
0
9663
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
10195
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
9016
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
7525
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
6765
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
5415
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
5548
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4090
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
3695
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.