I want to add some code to the wiki page, but I found that it is not support the code style like:
Quote
<source lang="cpp">
int main()
{
readdir_sequence dir( "/", readdir_sequence::directories );
std::copy( dir.begin(), dir.end()
, std::ostream_iterator< std::string >( std::cout, "\n" ));
}
</source>
So, it is more convenient to add this functionality support like wikipedia does. Thanks.
Quote from: ollydbg on January 03, 2009, 10:14:23 AM
You are running in the wrong door. It is a sub-forum to discuss Development of code::blocks. Try other sub-forums instead. :D
I think writing a wiki-article has nothing to do with developping Code::Blocks itself.
I move the topic to General.[/s]
Sorry, didn't read the forums headline correctly, moved back.
I'm not sure how to do that, but some guru can do this by just adding a patch to the "wiki media server" :D.
Thanks.