Developer forums (C::B DEVELOPMENT STRICTLY!) > Contributions to C::B

I suggest that wiki could add some "code tags"

(1/1)

ollydbg:
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>


--- End quote ---

So, it is more convenient to add this functionality support like wikipedia does. Thanks.

Jenna:

--- 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

--- End quote ---

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.

ollydbg:
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.

Navigation

[0] Message Index

Go to full version