You could Browse here to look for the details first.
-
Use TPCL in your projects.
- Make sure that your compiler supports the ISO/C++11 standard.
- Make sure that the TPCL source file which you downloaded is complete.
- Unzip the TPCL source files to your project source file directory.
-
Use
#include "tpcl.h"
in your project source file to use the functions in tpcl. -
Initializes (instantiates) the tools class to use the functions in the tools class. Like this:
#include "tpcl.h" #include <iostream> using namesapce std; int main(){ stdtool::tools tool; //statements return 0; }
- Create TPCL project
- Add basic functions
- Published TPCL the first release
- Optimize TPCL structure [DONE! Ver 0.0.1.7998 Alpha.1]
- Add Windows Ftp communication function
- Add progress bar function
- Add console colors function
- Add Basic multi-mode writeFile function
- Add Basic readFile function
- Optimize TPCL structure
- Support Linux & Mac Os
- Add multi-mode writeFile function
- Add multi-mode readFile function
- Add string lookup function
- Add SQLite-based local database read and write functions
- Add string lookup function
- Optimize TPCL structure
- Add Windows Http communication function
- Update Https communication function