Re: [Mingw-w64-public] io_base& operator<<( bool& )

2011-01-08 Thread Alex Biddulph
On 09/01/11 09:48, ArbolOne wrote: > main.cpp > ~~~ > bool tstingb = false; > io_base infile; > open an existing file for writing into it and then . > //inset the value of 'tstingb' into the file stream > infile<< tstingb<< endl; //<<<- Here is where

[Mingw-w64-public] io_base& operator<<( bool& )

2011-01-08 Thread ArbolOne
Hey kids, I know that you will be able to spot the mistake and that it would sound stupid to you, but I am tired and I cannot find where the problem lies. The code bellow was working when using MinGW-32bit, but now that I have upgraded to MinGW-64bit... I am having problems. No! Wait, I think t