more note updates
This commit is contained in:
parent
403dcc11f2
commit
8d6da52e16
@ -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,6 +74,10 @@ regular expressions and threading
|
|||||||
=================================
|
=================================
|
||||||
|
|
||||||
- this is where the burning starts to set in ...
|
- this is where the burning starts to set in ...
|
||||||
|
- threading works ... mostly
|
||||||
|
- compiles and runs with both compilers
|
||||||
|
- run stress
|
||||||
|
- regex examples
|
||||||
- compile with gcc to see how awesome that is
|
- compile with gcc to see how awesome that is
|
||||||
- compile with clang
|
- compile with clang
|
||||||
- instructions on building this found `here`_
|
- instructions on building this found `here`_
|
||||||
|
Loading…
Reference in New Issue
Block a user