Re: the .str().c_str() trick

2000-11-07 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Lars "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | Lars Lars Is the .str().c_str() trick needed anymore? It seems that Lars we | Lars have just

Re: the .str().c_str() trick

2000-11-07 Thread Andre Poenitz
I really think that declaring a stream and outputting to it just to change an int to a string is overkill and not convenient. Seconded. And a function could be used in more places that a block of three lines. And it's easier readable, since it is shorter. And all the magic necessary to support

Re: the .str().c_str() trick

2000-11-07 Thread Jean-Marc Lasgouttes
>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | Lars> >>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Lars> Is t

Re: the .str().c_str() trick

2000-11-07 Thread Andre Poenitz
> I really think that declaring a stream and outputting to it just to > change an int to a string is overkill and not convenient. Seconded. And a function could be used in more places that a block of three lines. And it's easier readable, since it is shorter. And all the magic necessary to

Re: the .str().c_str() trick

2000-11-06 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Is the .str().c_str() trick needed anymore? It seems that we Lars have just plain .str() several places in the code and have not Lars got any failure reports about this yet? I get it to complain when compiling on cxx with

Re: the .str().c_str() trick

2000-11-06 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | "Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | | Lars Is the .str().c_str() trick needed anymore? It seems that we | Lars have just plain .str() several places in the code and have not | Lars got any failure reports abou

Re: the .str().c_str() trick

2000-11-06 Thread Jean-Marc Lasgouttes
>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Is the .str().c_str() trick needed anymore? It seems that we Lars> have just plain .str() several places in the code and have not Lars> got any failure reports about this yet? I

Re: the .str().c_str() trick

2000-11-06 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | >>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | Lars> Is the .str().c_str() trick needed anymore? It seems that we | Lars> have just plain .str() several places in the code and hav

Re: the .str().c_str() trick

2000-10-31 Thread Jean-Marc Lasgouttes
"Lars" == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: Lars Is the .str().c_str() trick needed anymore? It seems that we Lars have just plain .str() several places in the code and have not Lars got any failure reports about this yet? It seems that it is needed if we use

Re: the .str().c_str() trick

2000-10-31 Thread Juergen Vigna
On 31-Oct-2000 Jean-Marc Lasgouttes wrote: I'll try as soon as I can compile again with xforsm 0.88 (waiting for Juergen commit). Ohh sorry to make you wait I'll commit my changes now! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen

Re: the .str().c_str() trick

2000-10-31 Thread Jean-Marc Lasgouttes
>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> Is the .str().c_str() trick needed anymore? It seems that we Lars> have just plain .str() several places in the code and have not Lars> got any failure reports about this yet? It seem

Re: the .str().c_str() trick

2000-10-31 Thread Juergen Vigna
On 31-Oct-2000 Jean-Marc Lasgouttes wrote: > > I'll try as soon as I can compile again with xforsm 0.88 (waiting for > Juergen commit). > Ohh sorry to make you wait I'll commit my changes now! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._ Dr. Jürgen

the .str().c_str() trick

2000-10-30 Thread Lars Gullik Bjønnes
Is the .str().c_str() trick needed anymore? It seems that we have just plain .str() several places in the code and have not got any failure reports about this yet? Unless I get objections I will change .str().c_str() into just .str() where approp. (if objections we should change .str() to str

the .str().c_str() trick

2000-10-30 Thread Lars Gullik Bjønnes
Is the .str().c_str() trick needed anymore? It seems that we have just plain .str() several places in the code and have not got any failure reports about this yet? Unless I get objections I will change .str().c_str() into just .str() where approp. (if objections we should change .str() to str