Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on March 14, 2006, 09:17:53 pm

Title: The 14 march 2006 build is out.
Post by: killerbot on March 14, 2006, 09:17:53 pm
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
A link to the unicode windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 14 March 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060314_rev2191_win32.7z
  - Linux : not supported yet


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 14 march 2006 build is out.
Post by: Zingam on March 15, 2006, 01:20:32 pm
Code
cout.setf(ios::showpoint);
cout.setf(ios::floatfield,ios::fixed)
;

Why does the source formatter format the above code like that always?

Can something be done about it?