Nov
26
Nano Oriented Code Summary
| Article Name | Author | Summary |
|---|---|---|
| Tutorial #1 [Strings] | Leonard Ponce |
Uses NOP to design and implement a String class. |
| Tutorial #2 [Strings] | Leonard Ponce |
Uses NOP to create a more useful string class. |
| STL String Formatter | Leonard Ponce |
A small class to format STL strings. |
| Error Helper | Leonard Ponce |
Small class to transcode Win32 errors in std strings. |
| Class Sealer |
Leonard Ponce | Template class used to prevent others from deriving from your class. |
| Use STL to Tokenize strings |
Leonard Ponce | This is a very simple idiom to tokenize stl strings. |
| Cast to and From STL strings |
Leonard Ponce | This is a very simple idiom to convert to and from strings. |