more note updates

This commit is contained in:
Stephen M. McQuay 2012-05-25 08:57:20 -06:00
parent 403dcc11f2
commit 8d6da52e16
1 changed files with 9 additions and 3 deletions

View File

@ -44,6 +44,8 @@ new string literals
- u8"I'm a UTF-8 string." - u8"I'm a UTF-8 string."
- u"This is a UTF-16 string." - u"This is a UTF-16 string."
- U"This is a UTF-32 string." - U"This is a UTF-32 string."
- R"\w+" instead of "\\w+"
- doesn't seem to work with my compilers
tuple fun tuple fun
========= =========
@ -72,9 +74,13 @@ regular expressions and threading
================================= =================================
- this is where the burning starts to set in ... - this is where the burning starts to set in ...
- compile with gcc to see how awesome that is - threading works ... mostly
- compile with clang - compiles and runs with both compilers
- instructions on building this found `here`_ - run stress
- regex examples
- compile with gcc to see how awesome that is
- compile with clang
- instructions on building this found `here`_
.. _`here`: http://solarianprogrammer.com/2011/10/16/llvm-clang-libc-linux/ .. _`here`: http://solarianprogrammer.com/2011/10/16/llvm-clang-libc-linux/