IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Télécharger C Discussion :

Gestion du type boolean [Sources]


Sujet :

Télécharger C

  1. #1
    gl
    gl est déconnecté
    Rédacteur

    Homme Profil pro
    Inscrit en
    Juin 2002
    Messages
    2 165
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 45
    Localisation : France, Isère (Rhône Alpes)

    Informations forums :
    Inscription : Juin 2002
    Messages : 2 165
    Points : 4 637
    Points
    4 637
    Par défaut Gestion du type boolean
    Bonjour, Je vous propose un nouvel élément à utiliser : Gestion du type boolean



    Un simple fichier d'en-tête qui permet d'avoir un type boolean (disponible uniquement à partir du C99).



    Qu'en pensez-vous ?

  2. #2
    Membre expérimenté
    Profil pro
    Développeur en systèmes embarqués retraité
    Inscrit en
    Mars 2006
    Messages
    952
    Détails du profil
    Informations personnelles :
    Localisation : France, Bas Rhin (Alsace)

    Informations professionnelles :
    Activité : Développeur en systèmes embarqués retraité
    Secteur : Industrie

    Informations forums :
    Inscription : Mars 2006
    Messages : 952
    Points : 1 351
    Points
    1 351
    Par défaut
    Salut,

    Il y a déjà un stdbool.h dans la version de MinGW que j'utilise. N'existe t-il pas dans les autres compilateurs? je suis sous windows XP, mon mingw a été installé par codeblocks 8.02. Voici le stdbool.h

    Code stdbool.h : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    /* Copyright (C) 1998, 1999, 2000 Free Software Foundation, Inc.
     
    This file is part of GCC.
     
    GCC is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2, or (at your option)
    any later version.
     
    GCC is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
     
    You should have received a copy of the GNU General Public License
    along with GCC; see the file COPYING.  If not, write to
    the Free Software Foundation, 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
     
    /* As a special exception, if you include this header file into source
       files compiled by GCC, this header file does not by itself cause
       the resulting executable to be covered by the GNU General Public
       License.  This exception does not however invalidate any other
       reasons why the executable file might be covered by the GNU General
       Public License.  */
     
    /*
     * ISO C Standard:  7.16  Boolean type and values  <stdbool.h>
     */
     
    #ifndef _STDBOOL_H
    #define _STDBOOL_H
     
    #ifndef __cplusplus
     
    #define bool	_Bool
    #define true	1
    #define false	0
     
    #else /* __cplusplus */
     
    /* Supporting <stdbool.h> in C++ is a GCC extension.  */
    #define _Bool	bool
    #define bool	bool
    #define false	false
    #define true	true
     
    #endif /* __cplusplus */
     
    /* Signal that all the definitions are present.  */
    #define __bool_true_false_are_defined	1
     
    #endif	/* stdbool.h */

    A+

    Pfeuh

Discussions similaires

  1. [oracle 8i] type boolean
    Par yasinfo dans le forum Oracle
    Réponses: 6
    Dernier message: 18/06/2006, 17h48
  2. Gestion des types de variables en Assembleur
    Par AsmCode dans le forum Assembleur
    Réponses: 13
    Dernier message: 17/10/2005, 21h34
  3. Type boolean MIN_VALUE || MAX_VALUE
    Par bxflash dans le forum Langage
    Réponses: 5
    Dernier message: 23/08/2005, 14h52
  4. [débutant] type boolean!!!
    Par just1980 dans le forum MS SQL Server
    Réponses: 1
    Dernier message: 10/08/2005, 11h47
  5. GEstion des types! Besoin d'aide il me manque quelques trucs
    Par popogendarme dans le forum PostgreSQL
    Réponses: 6
    Dernier message: 03/02/2005, 19h56

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo