Basefield
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 15 articles for 0.302 sec
On Mar 28, 7:34 pm, godwa...@gmail.com wrote: > Must everyone define a binary output when using it? If you want to output binary, you'll have to implement it yourself, yes. The same is true for base 3, or base 7, of course. But the demand for this is definitly less:-). Still, I don't see why the basefield wasn't simply defined as a field (or a separate value), with all values between 2     

Group: comp.std.c++ · Group Profile · Search for Basefield in comp.std.c++
Author: James Kanze
Date: Mar 29, 2007 08:00

Steve Ward schrieb: I'm curious why there is no "bin" format flag or basefield manipulator. There is dec (base 10), hex (base 16), and oct (base 8), but no bin (understood to be base 2). Is there a good reason why bin doesn't exist? If not, then I'm tempted to write a proposal. I looked in the index and there is nothing named "bin" so a name conflict can't be the reason
Show full article (1.25Kb) · Show article thread
Steve Ward ha scritto: > I'm curious why there is no "bin" format flag or basefield > manipulator. There is dec (base 10), hex (base 16), and oct (base 8), > but no bin (understood to be base 2). > > Is there a good reason why bin doesn't exist? If not, then I'm > tempted to write a proposal. > Like it or not, stream I/O is eventually defined in terms of fprintf format specifiers. oct     

Group: comp.std.c++ · Group Profile · Search for Basefield in comp.std.c++
Author: Daniel Krügler
Date: Mar 27, 2007 11:18

On Apr 25, 2:49 pm, Guillaume GOURDIN <tr...@hotmail.com> wrote: une petite question me tarude : quand j'écris quelques chose du style cout << hex << setwidth( 2 ) << setfill( 0 ); est-ce que le formattage est définitivement changé et n'est-il valable que pour la prochaine insertion? S'il s'agit là de std::setfill ou std::hex, c'est permanent. S'il s'agit des manipulateurs personels
Show full article (1.31Kb)
On Friday 28 March 2008, Sverre Froyen wrote: > On Thursday 27 March 2008, Mark Davies wrote: .. > > > > Moving forward we need to either identify what the actual ABI change was > > and reverse it or bump the version number of the library. > > OK. I have a new libstdc++ built with -g and all my old binaries. What can > I do to help track this down? > > Here's a backtrace example from artsd     

Group: comp.std.c++ · Group Profile · Search for Basefield in comp.std.c++
Author: Alberto Ganesh Barbati
Date: Mar 27, 2007 10:10

James Kanze a écrit : Mais je me démande ce que doit être les sorties dans le cas de : std::cout.setf( std::ios::hex, std::ios::basefield ) ; std::cout.setf( std::ios::text ) ; « zéro A » et « zéro F ». (Avec plus ou moins de « zéro », selon l'utilisation.) On pourrait dire que si la base n'est pas égale à dix, on sort les chiffres un par un en texte, mais ça me
Show full article (0.99Kb)
On Feb 6, 10:51 am, Jean-Marc Bourguet <j...@bourguet.org> wrote: > James Kanze <james.ka...@gmail.com> writes: > > > Par contre je vois un sens a base 1 si on admet une difference > > > entre 0 et pas de chiffre. On ne peut pas representer 0, mais > > > par apres on a par exemple: 7_{10} = 1111111_{1}. > > Ça serait 0000000_{1}, peut-être. Une des règles de base, > > c'est que les chiffres     

Group: fr.comp.lang.c++ · Group Profile · Search for Basefield in fr.comp.lang.c++
Author: James Kanze
Date: Apr 25, 2008 08:43

Guillaume GOURDIN <gourdin@liw.fr> writes: str_strm > value; if ( str_strm.fail() == true ) Drôle de façon d'écrire if ( !str_strm ) ;-) Ah bon? Ca marche ça? Quelle est lé méanique impliquée derrière? Les isstream ont un opérateur de conversion vers les booléens? vers void* si j'ai bonne memoire (la conversion implicite vers bool ouvre trop de possibilite
Show full article (1.53Kb) · Show article thread
On Jan 18, 1:52 pm, Guillaume GOURDIN <gour...@liw.fr> wrote: > >> str_strm >> value; > >> if ( str_strm.fail() == true ) > > Drôle de façon d'écrire > > if ( !str_strm ) > > ;-) > Ah bon? Ca marche ça? Quelle est lé méanique impliquée > derrière? Les isstream ont un opérateur de conversion vers les > booléens? Il y a une conversion vers void*, et un surcharge de l'opérateur     

Group: fa.netbsd.currentusers · Group Profile · Search for Basefield in fa.netbsd.currentusers
Author: Sverre Froyen
Date: Mar 31, 2008 13:49

>> str_strm > value; if ( str_strm.fail() == true ) Drôle de façon d'écrire if ( !str_strm ) ;-) Ah bon? Ca marche ça? Quelle est lé méanique impliquée derrière? Les isstream ont un opérateur de conversion vers les booléens? avec 'str_value' qui vaut par ex. "0x55". A la fin de l'éxecution de ce code, 'value' vaut 0, et je tombe pas sur le 'return ( false
Show full article (5.55Kb) · Show article thread
    

Group: fr.comp.lang.c++ · Group Profile · Search for Basefield in fr.comp.lang.c++
Author: Arnaud Meurgues
Date: Mar 1, 2008 01:16

Show full article (0.80Kb) · Show article thread
    

Group: fr.comp.lang.c++ · Group Profile · Search for Basefield in fr.comp.lang.c++
Author: James Kanze
Date: Feb 6, 2008 05:39

Show full article (2.25Kb) · Show article thread
    

Group: fr.comp.lang.c++ · Group Profile · Search for Basefield in fr.comp.lang.c++
Author: Jean-Marc Bourguet
Date: Jan 18, 2008 06:07

Show full article (1.76Kb) · Show article thread
    

Group: fr.comp.lang.c++ · Group Profile · Search for Basefield in fr.comp.lang.c++
Author: James Kanze
Date: Jan 18, 2008 06:04

Show full article (2.25Kb) · Show article thread
    

Group: fr.comp.lang.c++ · Group Profile · Search for Basefield in fr.comp.lang.c++
Author: Guillaume GOURDIN
Date: Jan 18, 2008 04:52

Show full article (0.94Kb) · Show article thread
1 · 2 · next