Eric Niebler wrote:


Joel de Guzman wrote:

Hi,

Quickbook now allows escaping back to QuickBook from code,
code blocks and inline code using a language specific
delimiter (in C++ and Python -- the triple-dot "...").

Example:

    void [EMAIL PROTECTED]://tinyurl.com/48x24 foo]...()
    {
    }

will generate the hyperlinked "foo"



Nice, but the triple-dot is valid C++ syntax. What does this do?

  void printf(char const *sz, ...) {
    // vararg stuff here
  }


Haha. Yah! I was too sleepy when I wrote that. Any suggestion
welcome.

Cheers,
--
Joel de Guzman
http://www.boost-consulting.com
http://spirit.sf.net



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Boost-docs mailing list
[email protected]
Unsubscribe and other administrative requests: 
https://lists.sourceforge.net/lists/listinfo/boost-docs

Reply via email to