Using this library requires you to use C++ source files in
- The Release folder for this library.
- The ParserGen.exe if you want to build your own parser.
All other files are for librari development only.
- TEST: Learn by reading unit test
- TUTORIAL: Find big comment for tutorial in the code, not always at the top of the file.
- Lazy, DateTime
- TEST TestBasic.cpp
- String operations
- TEST TestString.cpp
- LINQ and Containers (Array, List, SortedList, Dictionary, Group)
- TEST TestList.cpp
- Locale and Locale-awared String Operation
- TEST TestLocale.cpp
- TEST TestLocalString.cpp
- File System (Windows only)
- TEST TestFileSystem.cpp
- Functional
- TEST TestFunction.cpp
- Global Storage
- Regular Expression
- TEST TestRegex.cpp
- TUTORIAL Regex.h
- Streaming (FileStream, MemoryStream, compression, encoding, etc)
- TEST TestStream.cpp
- General-LR Parsing
- TEST TestParsing.cpp
- TUTORIA ParsingTable.h
- Multi-Threading
- TEST TestThread.cpp
- Reflection for C++
- TEST TestReflection.cpp
- TUTORIAL GuiTypeDescriptor.h