|
Boost Users : |
From: David Abrahams (dave_at_[hidden])
Date: 2007-09-26 18:05:20
on Sun Sep 23 2007, Kirit Sælensminde <kirit.saelensminde-AT-gmail.com> wrote:
> Daniel Wallin wrote:
>> Kirit Sælensminde wrote:
>>> I've spent the weekend putting together a cookbook site. I hope nobody
>>> minds.
>>>
>>> People can explore and play with it at http://www.boostcookbook.com/
>>>
>>> Any problems, issues or suggestions can be reported at
>>> http://www.boostcookbook.com/Site:/Issues
>>>
>>> Apart from a couple of ASP pages using JavaScript the site is in C++ and
>>> makes heavy use of Boost :)
>>
>> We already have a wiki. How is this different?
>>
>
> I think there is a real difference in intent. The wiki doesn't seem
> to have any way to manage short snippets of code to show how to do
> particular things in the way that a cookbook site does.
What's wrong with
{{{
#!cpp
short your_code(here)
{
return something_interesting();
}
}}}
??
-- Dave Abrahams Boost Consulting http://www.boost-consulting.com The Astoria Seminar ==> http://www.astoriaseminar.com
Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net